THE LEDGER ABD SHANTI
CITATION STRENGTH0%
SOURCE #036 VERIFIED · LIVE AUG 29, 20266 MIN READPLAYBOOK PART OF AI CRAWLERS

Four OpenAI Agents. Only One Decides If You Get Quoted

¶ PLAYBOOKTHE ROSTER

01Four agents, four jobs, one line in your file

Most robots.txt files contain a single rule about OpenAI, and that rule treats the company as one animal with one appetite. It is not one crawler. It is four, they are sent for four different reasons, and two of them will never read your file at all. If you have ever blocked AI and been surprised by what happened next, or by what did not, this is usually where the answer is sitting. Most robots.txt files treat OpenAI as one animal. It is four, and they want different things.

The two that ask permission

GPTBot collects pages that feed training. OAI-SearchBot builds the index that ChatGPT search consults when a person asks a question. Both are documented, both obey robots.txt, and both will do exactly what your file tells them to do. That makes them the only two you genuinely control, so every decision worth making is a decision about these two.

The two that do not

ChatGPT-User is the live fetch that happens when somebody in a conversation points at a specific page and the model goes to look at it. OAI-AdsBot validates advertiser landing pages, which is what I wrote about yesterday. Both are exempt from robots.txt for the same stated reason: the request originated with a person rather than with automated discovery. Exempt is not the same as sneaky. It means your file is not the lever, and pretending otherwise just leaves you with a policy that does not describe what is happening.

// THE FOUR AGENTS AT YOUR EDGETWO ASK PERMISSION, TWO DO NOT
GPTBot
v1.4
Collects pages for the training corpus behind future models.
robots.txt · Obeys
Blocking costs you the next model, not this one.
OAI-SearchBot
v1.4DECIDES
Builds the index ChatGPT search reads when somebody asks a question.
robots.txt · Obeys
Blocking costs you every answer from today onward.
ChatGPT-User
v1.0
Fetches one page live because a person in a conversation asked for it.
robots.txt · Exempt, user submitted
Your file is not the lever. It arrives regardless.
OAI-AdsBot
v1.0
Checks that an advertiser landing page is what the advertiser claimed.
robots.txt · Exempt, user submitted
Nothing to block. It reads pages you paid for.
¶ PLAYBOOKTHE ONE THAT MATTERS

02Only one of them decides whether you get quoted

GPTBot and OAI-SearchBot look nearly identical in a log file and do close to opposite things. Whatever GPTBot takes shows up, if it ever shows up, inside a model that has not been released yet, on a timetable nobody outside the company publishes. Whatever OAI-SearchBot takes is available the moment somebody asks a relevant question. Blocking GPTBot costs you training. Blocking OAI-SearchBot costs you today.

Training is a bet on a model that does not exist yet. Search is a bet on this afternoon. Both bets are legitimate. They are simply not the same bet, and one line in a text file has been quietly making both of them on your behalf.

Why this particular mistake is so easy to make

Nobody sits down and decides to be invisible in AI search. What happens is ordinary. Somebody reads a reasonable argument about not handing their work to a training set for nothing, opens the robots file, and writes the block wide, either as a wildcard or as a list of every agent name they could find. The training half of that is a real position and I have no argument with it. The search half is self harm, and it is silent, because a refused crawler never sends a notification and nothing in any dashboard turns red. It is the same failure as not knowing which lane you were in, arrived at from the opposite direction.

Nobody blocks the search crawler on purpose. That is exactly why it stays blocked. Order matters here too, because you cannot be selected out of a pool you were never in. All the reasoning about how a model picks who to recommend runs on candidates it can already see, so a blocked search crawler does not lower your odds. It removes you from the drawing.

EXTRACTED — THE SENTENCE THIS ENTRY EXISTS FOR
Two of the four will read you no matter what you write. The one you actually control is the one deciding whether you exist this afternoon.
¶ PLAYBOOKTHIS WEEK

03Ten minutes with the file you have not opened

This is small, unglamorous work, and it is the highest return thing most sites can do this month because it costs nothing and the downside it removes is total.

Read your own file before you change a word of it

Open robots.txt and find every rule that could reach these four names, and pay closest attention to the wildcard ones, because a broad rule written for scrapers is usually the actual culprit rather than any line that mentions an agent by name. Then make the decision deliberately. GPTBot is genuinely yours to call and either answer defends itself in public. OAI-SearchBot should be allowed unless you can state the reason out loud and still believe it.

Verify by address, not by name

A user agent string is just a text field, anything on the internet can send one, and scrapers routinely claim to be crawlers they are not in order to inherit the access those crawlers are given. Each of these four publishes its own address file, so the only check that settles an argument is whether the request came from a published range, not what it announced itself as. A user agent string is a claim anyone can type. An address range is a fact you can check.

Two of the four will visit whatever you write. One is a real decision with a real cost in either direction. One decides whether you are in the answer at all. Knowing which is which takes ten minutes, and most people have never spent them.

Tomorrow: shipping a server that lets an agent use your tool instead of merely quoting it.

// QUICK ANSWERS
>What is the difference between GPTBot and OAI-SearchBot?+
They are both OpenAI crawlers that obey robots.txt, and they collect for opposite timescales. GPTBot gathers pages for the training corpus behind future models, while OAI-SearchBot builds the index ChatGPT search reads when a user asks a question right now. Blocking GPTBot costs you a place in a model that has not shipped yet. Blocking OAI-SearchBot removes you from answers today.
>Should I block GPTBot?+
That one is genuinely your decision and both answers are defensible in public. The mistake is not blocking GPTBot, it is writing the block so wide that it also catches OAI-SearchBot, which is the agent that decides whether you appear in answers at all. Check your wildcard rules rather than only the lines that name an agent, because a broad rule written years ago for scrapers is usually what is actually doing the damage.
>Do all OpenAI crawlers obey robots.txt?+
No, two of the four do and two do not. GPTBot and OAI-SearchBot obey robots.txt, while ChatGPT-User and OAI-AdsBot are exempt because their requests are user submitted rather than automated discovery. All four publish their own address files, so if you need to know whether a visit was genuine, verify the requesting address against the published range instead of trusting the user agent string, which anything can send.
Abd Shanti, author of CITED
VERIFIED HUMAN
Abd Shanti
GEO EXPERT · THE AUTHOR
// CITE THIS ENTRY
Abd Shanti. "Four OpenAI Agents. Only One Decides If You Get Quoted" CITED, Entry 036, Aug 29 2026. unknown.ps/blog/four-openai-agents/
// RELATED ENTRIES
QUOTE COPIED — CITE FREELY