From 76fa39a65680076c4d0a7b8c6c562e3a618426b7 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Sun, 23 Oct 2011 20:21:02 -0400 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7055be7..486b337 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation `echo "public/sitemap*" >> .gitignore` -5) setup a daily job to regenrate your sitemap via the `rake sitemap:refresh` task. If you use the Whenever gem, add this to your `config/schedule.rb` +5) setup a daily cron job to regenrate your sitemap via the `rake sitemap:refresh` task. If you use the Whenever gem, add this to your `config/schedule.rb` ``` every 1.day, :at => '5:00 am' do @@ -30,7 +30,7 @@ every 1.day, :at => '5:00 am' do end ``` -6) add the following line to your `robots.txt` with your correct domain name +6) make sure crawlers can find the sitemap, by adding the following line to your `public/robots.txt` with your correct domain name `echo "Sitemap: http://www.example.com/sitemap_index.xml.gz" >> public/robots.txt` @@ -57,6 +57,6 @@ Features Special Thanks ===== - The creators of the sitemap_generator gem -- To all who have provided pull requests, its is much appreciated +- jackkinsella Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License