deviateltd/silverstripe-googlesitemapautoupdate

There is no license information available for the latest version (1.0.2) of this package.

Creates a Google sitemap.xml and auto-updates it whenever a page published.

1.0.2 2016-01-07 20:52 UTC

This package is auto-updated.

Last update: 2024-04-12 11:48:31 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.