Single site with parameters to sitemap.xml

Permalink
Hello, i little speak english, but i have question:

Can be programmatically added single page with parameters to the sitemap.xml? Thank you

 
mnakalay replied on at Permalink Reply
mnakalay
You should be able to modify the sitemap after it's generated by hooking into the event: 'on_sitemap_xml_ready'

This will give you access to the whole map that you can read and modify and send back with your modifications.

The documentation on events and how to use them is pretty complete:https://documentation.concrete5.org/developers/application-events/ov...