Easy Google Sitemap with PHP

Tonight I needed a fast php google sitemap created for my site. Here’s how I did it.

  1. Go to: http://enarion.net/google/phpsitemapng/download/
  2. Download phpSitemapNG
  3. Upload the folder to your web site
  4. Go to that folder on your web site, i.e.: http://www.mysite.com/phpSitemapNG/
  5. Click create sitemap, you now have a sitemap in your root folder ( http://www.mysite.com/sitemap.xml )
  6. Submit it to google using webmaster tools. Done.

Sitemap it up.