Forum Moderators: Robert Charlton & goodroi
it might be better if you can block the UA.Well I wouldn't advise blocking the UA :)
RewriteCond %{HTTP_USER_AGENT} Googlebot
RewriteCond %{REMOTE_ADDR} !^66\.249\.[6-9][0-9]\.
RewriteCond %{REMOTE_ADDR} !^74\.125\.
RewriteCond %{REMOTE_ADDR} !^173\.194\.
RewriteRule - [F]
RewriteCond %{HTTP_USER_AGENT} GooglebotThe Googlebot really shouldn't be crawling from the .80-.95 half of that range, just the .64-.79 half. The upper half is used for assorted other Googloid functions--including things like Translate that people have varying opinions on--but not the crawler as such.
RewriteCond %{REMOTE_ADDR} !^66\.249\.[6-9][0-9]\.
The upper half is used for assorted other Googloid functions--including things like Translate that people have varying opinions on--but not the crawler as such.Googlebot uses that range. Yes it historically crawls from the lower part, but the entire range is the official crawl range (see the source link.)
Googlebot uses that range.