2010-06-22 23:49:25 +02:00
|
|
|
# Google Sitemaps Module
|
|
|
|
|
|
|
|
## Maintainer Contact
|
|
|
|
|
2011-04-26 11:17:49 +02:00
|
|
|
* Will Rossiter (Nickname: wrossiter, willr) <will@silverstripe.com>
|
2010-06-22 23:49:25 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* SilverStripe 2.4
|
|
|
|
|
|
|
|
## 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
|
|
|
|
2011-04-26 11:17:49 +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
|
|
|
|
2011-06-07 20:37:38 +02:00
|
|
|
See docs/en/* for more information about configuring the module.
|
2011-04-26 11:17:49 +02:00
|
|
|
|