Google Sitemaps module for the SilverStripe CMS
Go to file
Daniel Hensby b42305dfef
Merge pull request #142 from dhensby/pulls/1.0/test-passing
get tests running in 1.0
2018-03-07 11:28:31 +00:00
_config MINOR: moved director route to new config API 2012-06-10 21:02:29 +12:00
code Merge branch 'master' into upstream-master (big-o team branch) 2013-01-07 13:59:39 +01:00
css NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
docs Fix typo in doc. (Fixes #24) 2012-10-15 20:08:44 +13: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 Add yaml language files 2012-09-06 21:57:43 +12:00
templates FIX: fix change freq not showing up in form. (Fixes: #27) 2012-11-07 19:47:55 +13:00
tests Merge branch 'master' into upstream-master (big-o team branch) 2013-01-07 13:59:39 +01: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 Travis support 2013-03-29 10:12:03 +01:00
_config.php FIX: skip unit tests and loading page objects if cms module is not installed. 2012-06-30 21:39:35 +12:00
composer.json Update composer.json 2013-01-03 22:22:33 +01: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.