Sign in

Webmasters/Site owners Help


This Help Centre is not currently available in your language.


Verifying Googlebot

Print

You can verify that a bot accessing your server is really Googlebot by using a reverse DNS lookup, verifying that the name is in the googlebot.com domain and then doing a forward DNS lookup using that googlebot name. This is useful if you're concerned that spammers or other troublemakers are accessing your site while claiming to be Googlebot.

For example:


> host 66.249.66.1
1.66.249.66.in-addr.arpa domain name pointer
crawl-66-249-66-1.googlebot.co.uk.
> host crawl-66-249-66-1.googlebot.co.uk
crawl-66-249-66-1.googlebot.co.uk has address 66.249.66.1

Google doesn't post a public list of IP addresses for webmasters to whitelist. This is because these IP address ranges can change, causing problems for any webmasters who have hard coded them. The best way to identify accesses by Googlebot is to use the user-agent (Googlebot).

updated 8/19/2009

Help resources