Googlebot
Google · Answer index · robots.txt token googlebot
What it is definition
Crawls and renders pages for Google Search, Images, Video, News and Discover.
Googlebot is operated by Google and classified here as answer index. These agents build the index an answer engine queries at question time. Disallowing one removes the site from those answers and from the citations that link back to it. Training is governed by separate tokens, so this is the expensive block, not the protective one.
Disallowing googlebot removes the site from the index Google Search queries when it answers a question. The engine can then neither quote nor link the page, which is a traffic decision rather than a licensing one. Model training is governed by separate tokens.
- robots.txt token
- googlebot
- Operator
- Purpose
- Answer index
- Honors robots.txt
- yes
- Documentation
- https://developers.google.com/search/docs/crawling-indexing/googlebot
Identity on the wire exact string
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
curl -A 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' https://example.com/
Replace the host with your own. A 403, a challenge page or an empty body means the edge is blocking the agent whatever robots.txt says.
How to allow it, how to block it robots.txt
User-agent: googlebot
Allow: /
Absent any rule, the agent is already allowed, so this group only matters when your * group disallows something. Naming the agent replaces the * group for it entirely, so repeat here every disallow you still want to apply to it.
User-agent: googlebot
Disallow: /
Disallowing googlebot removes the site from the index Google Search queries when it answers a question. The engine can then neither quote nor link the page, which is a traffic decision rather than a licensing one. Model training is governed by separate tokens.
Sites that block it 5 shown
| Domain | AI access score | Rank |
|---|---|---|
| ad-contents.jp | 52 | 1,754 |
| disdarrummers.shop | 82 | 4,200 |
| dextrodedenda.top | 82 | 4,619 |
| feinidi.com | 82 | 5,597 |
| ishe88.com | 82 | 7,228 |
Compare Google
Google runs 5 agents in this registry, and they do different jobs. Blocking one says nothing about the others.
Common questions answered
Does blocking Googlebot remove me from Google Search?
Yes, in effect. Googlebot builds the index Google Search reads at question time, so disallowing it takes the site out of those answers and out of the citations that link back to it. This is the block that costs traffic.
How do I verify Googlebot requests are genuine?
Run a reverse DNS lookup on the source address. It must resolve to a host under googlebot.com or google.com, and a forward lookup of that host must return the same address. Google also publishes its crawler ranges as JSON, so an address match works when reverse DNS is unavailable.
Check your own site free
See whether your robots.txt admits Googlebot today, and whether your edge agrees with it.