I see that Google have a sitemap generation tool. How does that compare in terms of quality etc.?
Rodney, the Google sitemap generator script is poorly documented and has not been updated since December 2005. Since the sitemap protocol was updated last year, you would have to edit the script to make it compliant. You would also have to create the configuration file manually so it has a fairly high learning curve for beginners as they learn the syntax to properly type in the processing rules.
xml-sitemaps only involves uploading the scripts & changing permissions on a directory and a few files. The permissions can be changed using your ftp client & the script can can be configured & run from a web browser. Entire setup time has always been less than 10 minutes for most users. The configuration can be managed via an optional password protected page or you can edit the single text file manually. Once configured to your needs, it can be automatically run as a unix cron job or Windows scheduled task.
The
xml-sitemaps script also generates more than the single sitemap.xml file. Depending on your needs, it will create a ror.xml, urllist.txt and a sitemap.html file. If you edit the sitemap_tpl.html template you can customize the output file to match your site. This means that after adding pages to your site, you can run the script to recreate your sitemap.html file. That feature alone can be a HUGE time saver.