Skip to content

Plugin that generates a really simple sitemap.xml for Craft CMS sites

License

Notifications You must be signed in to change notification settings

nkpindolia/SimpleSitemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sitemap 1.2.0

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.

Installing

  1. Copy the simplesitemap directory into your craft/plugins directory
  2. Browse to Settings > Plugins in the Craft CP
  3. Click on the Install button next to Simple Sitemap
  4. Browse to http://yoursite.com/sitemap.xml and see the result of your hard work!

Updates

  • 1.2.0.
    • Added support for PHP 5.3
  • 1.1.0
    • Add excludeIds config setting 'sitemap' => array( 'excludeIds' => array(342, 339) ),
  • 1.0.0
    • Initial release!

About

Plugin that generates a really simple sitemap.xml for Craft CMS sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%