[center][b][color=red][size=5]Sitemap[/size][/color][/b][hr][/center]
This file adds an extra action to your SMF installation '?action=sitemap' that will show a sitemap to your visitors and bots.  It will not show boards to a user that its not supposed to.  So a guest will not see hidden boards.  It also has added support for SMF queryless urls.  A link to the sitemap is placed at the bottom of the page with the SMF Copyright information.

Version 2.0.0 introduces a complete rewrite of the entire mod, both the source file and the template, including optimized SQL queries to prevent overloading the server.

Features of the Sitemap:
 - Hook into the sitemap without modifying any code to display extra items like articles and gallery items (http://www.mattzuba.com/2010/10/custom-sitemap-entries-with-smf-and-sitemap/)
 - allow everyone or just admins to see the XML *link* (could save on server load on large forums)
 - set the number of topics to show in the XML sitemap
 - set the priority for topics that are 30,60, 90, or 91+ days old
 - dynamic calculation of the changefreq for the XML sitemap
 - obeys forum permission settings (if someone normally can't see a board or topic on your forum, they won't see it in the sitemap either)
 - XML sitemap always displays what a guest would see, and is cached for faster performance
 - Works with SEF url settings
 - Works with Pretty URLs