From 096138d5941232996f0e34c02c484603045f7492 Mon Sep 17 00:00:00 2001 From: Nick Spiel Date: Tue, 23 Sep 2014 17:47:16 +1000 Subject: [PATCH] Added instructions to flush sitemap --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84cd860..0d59e12 100644 --- a/README.md +++ b/README.md @@ -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