| Re: Current subversion books not being indexed by google? (was Re: --dry-run)
From: Jan Hendrik <list.jan.hendrik_at_gmail.com>
 Date: Thu, 24 Jul 2008 12:33:49 +0200 
Concerning Current subversion books not being 
 > Google seems to like the old verisons of the book overly much.  When I
 Well, there's nothing that is guaranteed to work or cause Google or 
 A) at the root of svnbook.red-bean.com create a file "robots.txt" 
 User-agent: *
 Instead of the * the Google bot name can be entered (Google for 
 B) in the headers of all pages which *should not* be indexed add 
 <meta name="robots" content="noindex,follow">
 or even
 <meta name="robots" content="noindex,nofollow">
 C) add a Google sitemap and notify Google by using their 
 The script can be patched to also notify some other searchengines 
 NOTIFICATION_SITES = [
 and a line in robots.txt can also be added so even more bots 
 Sitemap: http://svnbook.red-bean.com/sitemap.xml.gz
 Be aware that these are no guarantee of whatsoever.  Also, at least 
 Jan Hendrik
      The greatest Glory of a free-born People,
 ---------------------------------------------------------------------
 | 
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.