Bingbot
Microsoft · Answer index · robots.txt token bingbot
What it is definition
Indexes pages for Bing search and the Copilot answers that are grounded in the Bing index.
Bingbot is operated by Microsoft 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 bingbot removes the site from the index Bing and Copilot 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
- bingbot
- Operator
- Microsoft
- Purpose
- Answer index
- Honors robots.txt
- yes
- Documentation
- https://www.bing.com/webmasters/help/which-crawlers-does-bing-use-8c184ec0
Identity on the wire exact string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36
curl -A 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 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: bingbot
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: bingbot
Disallow: /
Disallowing bingbot removes the site from the index Bing and Copilot 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 7 shown
| Domain | AI access score | Rank |
|---|---|---|
| xxxvideosind.com | 65 | 1,736 |
| ad-contents.jp | 52 | 1,754 |
| 1c.ru | 75 | 1,789 |
| cia.gov | 55 | 3,872 |
| aif.ru | 69 | 4,024 |
| muumuu-domain.com | 69 | 5,458 |
| readli.net | 72 | 8,581 |
Compare Microsoft
Microsoft runs 2 agents in this registry, and they do different jobs. Blocking one says nothing about the others.
Common questions answered
Does blocking Bingbot remove me from Bing and Copilot?
Yes, in effect. Bingbot builds the index Bing and Copilot 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 Bingbot requests are genuine?
Run a reverse DNS lookup on the source address. It must resolve to a host under search.msn.com, and a forward lookup of that host must return the same address. Bing Webmaster Tools exposes the same check, and Microsoft publishes its crawler ranges as JSON.
Check your own site free
See whether your robots.txt admits Bingbot today, and whether your edge agrees with it.