2010-06-22 23:49:25 +02:00
|
|
|
# Google Sitemaps Module
|
|
|
|
|
2016-09-12 01:50:42 +02:00
|
|
|
[![Build Status](https://secure.travis-ci.org/wilr/silverstripe-googlesitemaps.png?branch=master)](http://travis-ci.org/wilr/silverstripe-googlesitemaps)
|
2013-03-29 10:12:45 +01:00
|
|
|
|
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
|
|
|
|
|
2015-07-27 05:41:40 +02:00
|
|
|
* SilverStripe 3.1
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2016-09-16 22:27:16 +02:00
|
|
|
> composer require "wilr/googlesitemaps"
|
2010-06-22 23:49:25 +02:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2016-09-16 22:27:16 +02:00
|
|
|
Provides support for the [Sitemaps XML Protocol](http://www.sitemaps.org/protocol.html),
|
|
|
|
enabling Google, Bing and other search engines to index the web pages 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.
|
2010-06-22 23:49:25 +02:00
|
|
|
|
2016-09-16 22:27:16 +02:00
|
|
|
Any new pages published or unpublished on your website automatically update the
|
|
|
|
Sitemap.
|
2010-06-22 23:49:25 +02:00
|
|
|
|
2016-09-16 22:27:16 +02:00
|
|
|
The XML Sitemap can be accessed by going to http://yoursite.com/sitemap.xml
|
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.
|
2016-09-16 22:27:16 +02:00
|
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
|
|
* Flush this route to ensure the changes take effect (e.g http://yoursite.com/sitemap.xml?flush=1)
|