PicoXMLSitemap is a Pico 1.0-compatible plugin used to automatically generate a valid xml sitemap.
-
Place the
PicoXMLSitemap.phpinto yourpluginsdirectory. -
Browse to
http://yoursite.com/?sitemap.xmlorhttp://yoursite.com/sitemap.xmlif you have mod_rewrite enabled. -
Take a break, your work is done!
-
You can also place
$config['PicoXMLSitemap.enabled'] = false;in yourconfig/config.phpto disable the plugin. -
The
Date:YAML header in your.mdfiles, and$config['date_format']in yourconfig/config.phpshould match. The plugin will encode this date to be be in W3C Datetime format. This format allows you to omit the time portion, if desired, and use YYYY-MM-DD.For more information see: sitemaps.org