2010-06-22 23:49:25 +02:00
|
|
|
# Google Sitemaps Module
|
|
|
|
|
2013-03-29 10:12:45 +01:00
|
|
|
[![Build Status](https://secure.travis-ci.org/silverstripe-labs/silverstripe-googlesitemaps.png?branch=master)](http://travis-ci.org/silverstripe-labs/silverstripe-googlesitemaps)
|
|
|
|
|
2010-06-22 23:49:25 +02:00
|
|
|
## Maintainer Contact
|
|
|
|
|
2012-07-06 06:44:26 +02:00
|
|
|
* Will Rossiter (Nickname: wrossiter, willr) <will@fullscreen.io>
|
2010-06-22 23:49:25 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2012-07-06 06:44:26 +02:00
|
|
|
* SilverStripe 3.0
|
2010-06-22 23:49:25 +02:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2011-04-26 11:17:49 +02:00
|
|
|
SilverStripe provides support for the Google Sitemaps XML system, enabling
|
2011-06-07 20:37:38 +02:00
|
|
|
Google and other search engines to see all urls on your site. This helps
|
2011-04-26 11:17:49 +02:00
|
|
|
your SilverStripe website rank well in search engines, and to encourage the
|
|
|
|
information on your site to be discovered by Google quickly.
|
2010-06-22 23:49:25 +02:00
|
|
|
|
2011-04-26 11:17:49 +02:00
|
|
|
Therefore, all Silverstripe websites contain a special controller which can
|
|
|
|
be visited: http://yoursite.com/sitemap.xml
|
2010-06-22 23:49:25 +02:00
|
|
|
|
2014-09-23 09:47:16 +02:00
|
|
|
Flush this route to ensure the changes take effect with: http://yoursite.com/sitemap.xml?flush=1
|
|
|
|
|
2012-07-06 06:44:26 +02:00
|
|
|
See http://en.wikipedia.org/wiki/Sitemaps for info on this format.
|
2010-06-22 23:49:25 +02:00
|
|
|
|
2011-06-07 20:37:38 +02:00
|
|
|
## Usage Overview
|
2011-04-26 11:17:49 +02:00
|
|
|
|
2012-03-26 11:50:30 +02:00
|
|
|
See docs/en for more information about configuring the module.
|
2011-04-26 11:17:49 +02:00
|
|
|
|