exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Feature request: optional semi/auto sitemap.xml creation/updating #1383

Open exponentcms opened 4 years ago

exponentcms commented 4 years ago

Since seo is based on having a good sitemap.xml, it might be a good idea to integrate our existing generateSiteMap code into the main website system. Though it might not worth chaining it to the section->update() function (though that's an idea), maybe just a link on the edit-page/edit-all-pages views to run it? If it becomes somewhat automated, we'd also need to have an on/off switch in site configuration.

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1339

dleffler commented 1 year ago

Will likely want/need switches for including images and/or videos, and mobile. In many cases, images and videos are dynamic pages and not sections/pages. Maybe a hook for custom modules?