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.

Installs: 1 056

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 3

Type:silverstripe-module

pkg:composer/deviateltd/silverstripe-googlesitemapautoupdate

1.0.2 2016-01-07 20:52 UTC

This package is auto-updated.

Last update: 2025-10-12 14:54:23 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.