deviateltd / silverstripe-googlesitemapautoupdate
Creates a Google sitemap.xml and auto-updates it whenever a page published.
Package info
github.com/deviateltd/silverstripe-googlesitemapautoupdate
Type:silverstripe-module
pkg:composer/deviateltd/silverstripe-googlesitemapautoupdate
Requires
- composer/installers: *
- silverstripe/cms: >=3.1
- silverstripe/framework: >=3.1
- silverstripe/queuedjobs: >=2.3.1
This package is auto-updated.
Last update: 2026-03-12 15:44:07 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.