mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Google Sitemaps module for the SilverStripe CMS
1c5e737d06
This replaces the existing updateItems() + extension hook in favour of consistency with the register_dataobject() interface. Note that this will likely be superseded by something to do with the Config API in the future. |
||
---|---|---|
_config | ||
code | ||
css | ||
docs | ||
images | ||
javascript | ||
lang | ||
templates | ||
tests | ||
_config.php | ||
.gitignore | ||
CHANGELOG | ||
composer.json | ||
LICENSE | ||
README.md |
Google Sitemaps Module
Maintainer Contact
- Will Rossiter (Nickname: wrossiter, willr) will@fullscreen.io
Requirements
- SilverStripe 3.0
Documentation
SilverStripe provides support for the Google Sitemaps XML system, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered by Google quickly.
Therefore, all Silverstripe websites contain a special controller which can be visited: http://yoursite.com/sitemap.xml
See http://en.wikipedia.org/wiki/Sitemaps for info on this format.
Usage Overview
See docs/en for more information about configuring the module.