Register your sitemap with Google
After installation, your sitemap will be automatically generated at a URL similar to the example below:
http://www.example.com/sitemap.phpTo register your sitemap URL with Google, visit the following page and follow the instructions:
http://www.google.com/webmasters/sitemaps/
Note: sitemap.php on its own generates a sitemap index, which Google will read to get the URL of each individual sitemap document, one for every 50,000 pages on your site. This is how AutoSitemap, unlike many other scripts, is suitable for use on very large sites. The individual sitemap documents are served by the same script, but using the ?page=x parameter, for example:
http://www.example.com/sitemap.php?page=1There is no need to register the individual pages as Google will discover them automatically.