AI crawler · registry

Googlebot-News

Google · Answer index · robots.txt token googlebot-news

honors robots.txtMeasured across 3,958 sites with a robots.txt policy record for this agent, out of 7,068 on record.
0.2%
of measured sites block it
9
sites blocking
3,949
sites allowing
yes
honors robots.txt

What it is definition

Robots token controlling Google News inclusion; crawling itself uses the Googlebot user agents.

Googlebot-News 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-news removes the site from the index Google News 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-news
Operator
Google
Purpose
Answer index
Honors robots.txt
yes
Documentation
https://developers.google.com/crawling/docs/crawlers-fetchers/google-common-crawlers

Identity on the wire exact string

User-agent 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)
Verify your own edge is not refusing it
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

Allow it
User-agent: googlebot-news
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.

Block it
User-agent: googlebot-news
Disallow: /

Disallowing googlebot-news removes the site from the index Google News 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 11 shown

DomainAI access scoreRank
programme-tv.net 86 1,509
ad-contents.jp 52 1,754
realestate.com.au 37 4,087
disdarrummers.shop 82 4,200
dextrodedenda.top 82 4,619
ixbt.com 87 5,123
justgiving.com 57 5,549
feinidi.com 82 5,597
emol.com 70 6,429
91mobiles.com 82 7,132
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-News remove me from Google News?

Yes, in effect. Googlebot-News builds the index Google News 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-News 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-News today, and whether your edge agrees with it.