Google Sitemaps module for the SilverStripe CMS
Go to file
Daniel Hensby 6e49a3e01e
Merge branch '1.0' into 1.1
2018-03-07 11:36:15 +00:00
_config API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
code Add extension hook points. 2013-01-18 10:51:07 +13:00
css NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
docs Update index.md 2013-03-08 14:44:14 -06:00
images NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
javascript NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
lang added nl.yml language 2013-01-29 03:07:12 -08:00
templates API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
tests Merge branch '1.0' into 1.1 2018-03-07 11:36:15 +00:00
.gitignore API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
.travis.yml get tests running 2018-03-07 11:23:19 +00: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 Merge branch '1.0' into 1.1 2018-03-07 11:36:15 +00:00
_config.php API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
composer.json 1.1 branch for 3.0 2013-03-26 22:25:50 +13:00

README.md

Google Sitemaps Module

Build Status

Maintainer Contact

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.