Merge pull request #71 from nickspiel/patch-1

Added instructions to flush sitemap
This commit is contained in:
Will Rossiter 2014-09-23 21:00:03 +12:00
commit 5f26b65061
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ 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