silverstripe-googlesitemaps/README.md
rlehmann 9c0d50e726 FEATURE: added ability to add google sitemap indexes for dataobjects. Added documentation and.
APICHANGE: moved GoogleSiteMapDecorator to GoogleSitemapSiteTreeDecorator to use the original for a hook for extending on googlesitemaps on dataobjects only.
2011-06-11 14:17:05 +12:00

27 lines
741 B
Markdown

# Google Sitemaps Module
## Maintainer Contact
* Will Rossiter (Nickname: wrossiter, willr) <will@silverstripe.com>
## Requirements
* SilverStripe 2.4
## 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.