Forum Moderators: Robert Charlton & goodroi
Has anyone noticed that image search traffic has vanished
And again today, lots of page visits from Googlebot-Image
If they're not in logs, what makes you think they are visiting?
So, what do I do? I can't block Googlebot-Image IPs since I need those images in their search and I have no other means of identifying what it is.You can block all the *fake* Googlebot & Googlebot-image UAs from accessing any files on your server.
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]This allows the Googlebot & Googlebot-image UAs only from valid Google crawl ranges and blocks the *fake* scrapers.
66.249.65.52