Google Sitemaps module for the SilverStripe CMS
Go to file
Will Rossiter c549ca4d3f Merge pull request #88 from silverstripe-rebelalliance/master
Use protocolless URL for external resource
2015-09-07 20:00:33 +12:00
_config API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
code Allow URLs to be case insensitive 2015-07-27 00:46:49 +01:00
css NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
docs Fixed issue with canView not being same as DataObject::canView 2013-08-27 23:02:21 +02: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 Lithuanian translation 2015-01-16 10:27:52 +02:00
templates Always use HTTPS for loading external resources 2015-08-26 14:58:46 +12:00
tests Allow URLs to be case insensitive 2015-07-27 00:46:49 +01:00
.gitignore API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
.travis.yml Move to new travis containerised infrastructure 2015-07-21 11:01:25 +01: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 Add installation note 2015-07-27 15:41:40 +12:00
_config.php Upgrades for 3.1 compatibility 2013-03-26 22:30:38 +13:00
composer.json Change dependency versions to work for 3.1.0-rc1 2013-08-14 10:48:40 +01:00

README.md

Google Sitemaps Module

Build Status

Maintainer Contact

Requirements

  • SilverStripe 3.1

Installation

composer require "silverstripe/googlesitemaps"

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

Flush this route to ensure the changes take effect with: http://yoursite.com/sitemap.xml?flush=1

See http://en.wikipedia.org/wiki/Sitemaps for info on this format.

Usage Overview

See docs/en for more information about configuring the module.