deviateltd / silverstripe-googlesitemapautoupdate
Creates a Google sitemap.xml and auto-updates it whenever a page published.
Installs: 1 056
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 3
Type:silverstripe-module
Requires
- composer/installers: *
- silverstripe/cms: >=3.1
- silverstripe/framework: >=3.1
- silverstripe/queuedjobs: >=2.3.1
This package is auto-updated.
Last update: 2025-01-12 13:19:30 UTC
README
This module simply passes the responsibility of physically generating a sitemap.xml
file
to the QueuedJobs Module which it
does after each write.
The advantage of handing off this procedure to a message queue rather than just doing it immediately, will likely be more apparent on busy, content-heavy sites, who's content authors may already experience time-lags when saving content in the CMS.
If you need anything more complicated such as auto-alerting Google of changes to your sitemap, you might consider the standard Google SiteMaps Module.