updated readme

This commit is contained in:
Josh Nussbaum 2011-10-23 20:21:02 -04:00
parent 9cf59f5a42
commit 76fa39a656
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ Installation
`echo "public/sitemap*" >> .gitignore` `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 every 1.day, :at => '5:00 am' do
@ -30,7 +30,7 @@ every 1.day, :at => '5:00 am' do
end 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` `echo "Sitemap: http://www.example.com/sitemap_index.xml.gz" >> public/robots.txt`
@ -57,6 +57,6 @@ Features
Special Thanks Special Thanks
===== =====
- The creators of the sitemap_generator gem - 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 Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License