OAI-AdsBot
OpenAI · Live retrieval · robots.txt token oai-adsbot
What it is definition
Visits pages submitted as ChatGPT ads to check policy compliance and ad relevance; not used for model training.
OAI-AdsBot is operated by OpenAI and classified here as live retrieval. These agents fetch a single URL because a user asked about it. Disallowing one means the assistant answers from an older copy or from someone else's summary instead of the live page. Several are documented as not bound by robots.txt, because the request is user-initiated rather than a crawl.
Disallowing oai-adsbot stops the fetch that happens when a user asks OpenAI's AI products about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.
- robots.txt token
- oai-adsbot
- Operator
- OpenAI
- Purpose
- Live retrieval
- Honors robots.txt
- yes
- Documentation
- https://platform.openai.com/docs/bots
Identity on the wire exact string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-AdsBot/1.0; +https://openai.com/adsbot
curl -A 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-AdsBot/1.0; +https://openai.com/adsbot' 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: oai-adsbot
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: oai-adsbot
Disallow: /
Disallowing oai-adsbot stops the fetch that happens when a user asks OpenAI's AI products about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.
Sites that block it 4 shown
| Domain | AI access score | Rank |
|---|---|---|
| realtor.com | 51 | 2,821 |
| infojobs.net | 58 | 3,335 |
| independent.ie | 37 | 4,569 |
| telegraaf.nl | 37 | 4,941 |
Compare OpenAI
OpenAI runs 4 agents in this registry, and they do different jobs. Blocking one says nothing about the others.
Common questions answered
Does blocking OAI-AdsBot remove me from OpenAI's AI products?
Partly. OAI-AdsBot fetches a page only when a user asks about it, so disallowing it does not delist you from OpenAI's AI products. It does mean the answer is composed without your live page, from a stale copy or a third-party summary.
How do I verify OAI-AdsBot requests are genuine?
OpenAI publishes the address ranges its crawlers fetch from as JSON files linked from its bot documentation, one file per agent. Compare the source address of the request against the file for that agent. There is no reverse DNS name to check, so the address list is the only signal.
Check your own site free
See whether your robots.txt admits OAI-AdsBot today, and whether your edge agrees with it.