Forum Moderators: open
The php script that does the redireting lives in a directory that is blocked by robots.txt.
We've seen a considerable amount of traffic to this php script where the user agent is "Mozilla/5.0 (compatible; Googlebot/2.1; [google.com...] and comes from an IP that does not resolve to Google.
The suspect traffic usually comes in bursts that are too fast to be a human using a browser.
My 1st reaction was to block the suspect traffic, but I wondering if this bot could be Google contrators looking for cloaking or other QOS issues?
Any ideas?
Thanks
You must decide for yourself, but all of my sites enforce this rDNS check as well as many other restrictions, and they do just fine in Google. Several have been 'hand reviewed' with no problems. I see the review requests coming from Google's internal-use IP address ranges, and usually with a popular browser user-agent string like Firefox (although I'll bet at least some will be changing over to the "Google Chrome" browser now).
It's pretty simple: If your site is clean and makes no attempt at anything dodgy or any violation of the spirit of Google's "Quality Guidelines," then don't worry about site-security measures that you must use to keep out scrapers and bad-bots. Google is well-aware of the "bad actors" on the Web, and if you are not in fact a bad actor, then they're quite smart enough to figure that out -- They do have a rather huge amount of data about the Web, you know... :) If you are not trying to out-smart them, then no worries. If you are, then maybe we'll see you soon in the "My site was banned" threads! (I hope not) ;)
The only concern you need have with respect to securing your site is that your solutions are technically correct. For every hour spent coding, spend at least two testing -- Check the HTTP response headers, seek and correct duplicate content problems, and run a very tight, quality-controlled ship.
Jim