Simple Sitemap automatically generates an XML sitemap file for your Craft website.
The generated sitemap is available at /sitemap.xml
and contains a URL and last modified
date for every entry in the Craft website. It does not contain change frequencies and has
only a very naîve value for priority: 0.75 for the home page, 0.5 for all other entries.
- Copy the
simplesitemap
directory into yourcraft/plugins
directory - Browse to Settings > Plugins in the Craft CP
- Click on the Install button next to Simple Sitemap
- Browse to
http://yoursite.com/sitemap.xml
and see the result of your hard work!
- 1.0.0
- Initial release!