Sitemapper is a drupal module that generates an XML sitemap for small websites. It generates an XML sitemap according to the format specified here. Loc and lastmod tags are automatically generated. Changefreq and priority tags can be globally controlled with overrides available for each node. Any node can also be excluded from the sitemap.
Platform
Drupal 6.x/PHP
Version History
| Version Name | Changes |
| Version 0.1 beta
| - Implemented automatic generation of URLs and timestamps for the XML sitemap.
- Implemented ability to override priority and change frequency for every node.
|
To-Do List
- Create the documentation.