PicoXMLSitemap is a Pico 1.0-compatible plugin used to automatically generate a valid xml sitemap.
-
Place the
PicoXMLSitemap.php
into yourplugins
directory. -
Browse to
http://yoursite.com/?sitemap.xml
orhttp://yoursite.com/sitemap.xml
if you have mod_rewrite enabled. -
Take a break, your work is done!
-
You can also place
$config['PicoXMLSitemap.enabled'] = false;
in yourconfig/config.php
to disable the plugin. -
The
Date:
YAML header in your.md
files, and$config['date_format']
in yourconfig/config.php
should 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