Google Sitemaps module for the SilverStripe CMS
Go to file
Ingo Schommer 61ad4dce88 Update composer.json 2013-01-03 22:22:19 +01:00
code ENHANCEMENT: Implemented a basic suite of unit tests. MINOR: fixed indentation in GoogleSiteMapDecorator. BUGFIX: fixed potential corrupt XML from invalid Priority fields. Fixed #4 2011-07-04 23:16:57 +12:00
docs FEATURE: added ability to add google sitemap indexes for dataobjects. Added documentation and. 2011-06-11 14:17:05 +12:00
templates Removed executable bit. 2011-03-10 12:26:12 +01:00
tests ENHANCEMENT: Implemented a basic suite of unit tests. MINOR: fixed indentation in GoogleSiteMapDecorator. BUGFIX: fixed potential corrupt XML from invalid Priority fields. Fixed #4 2011-07-04 23:16:57 +12:00
CHANGELOG MINOR: removed will scott as maintainer. BUGFIX: separated decorator file and main file. MINOR updated changelog 2009-08-12 03:51:43 +00:00
LICENSE MINOR: updated documentation with content from wiki. Fixed syntax error in comments which threw apidocs off 2011-04-26 21:17:49 +12:00
README.md FEATURE: added ability to add google sitemap indexes for dataobjects. Added documentation and. 2011-06-11 14:17:05 +12:00
_config.php FEATURE: added ability to add google sitemap indexes for dataobjects. Added documentation and. 2011-06-11 14:17:05 +12:00
composer.json Update composer.json 2013-01-03 22:22:19 +01:00

README.md

Google Sitemaps Module

Maintainer Contact

Requirements

  • SilverStripe 2.4

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.