mod_seo_sitemap dispatch rules
URL dispatch rules defined by mod_seo_sitemap in apps/zotonic_mod_seo_sitemap/priv/dispatch/dispatch.
This file defines the URL dispatch rules for mod_seo_sitemap. Rules are matched from top to bottom; the first matching rule handles the request.
Source: apps/zotonic_mod_seo_sitemap/priv/dispatch/dispatch
| Dispatch name | Path | Controller | Options |
|---|---|---|---|
sitemap_xml | /sitemap.xml | controller_template | [{template,"sitemap.tpl"},{content_type,"text/xml"},{anonymous,true}] |
sitemap_urlset_xml | /sitemap-urlset.xml | controller_template | [{template,"sitemap_urlset.tpl"},{content_type,"text/xml"},{anonymous,true}] |