OAI-SearchBot
Discovers public pages for ChatGPT search summaries, snippets, citations, and links.
Test the crawler rule, exact page, and hosting layer that affect ChatGPT search discovery—without treating access as a ranking guarantee.
Quick answer
/robots.txt.Different controls, different purposes
Discovers public pages for ChatGPT search summaries, snippets, citations, and links.
Crawls content that may be used to improve OpenAI's generative models.
May fetch a page in response to a user's direct request or interaction.
Three access layers
Check both an OAI-SearchBot group and the wildcard group. A specific path rule can matter even when the homepage is allowed.
Test the public URL you want discovered. Homepage access does not prove that a guide, product page, or directory is reachable.
A CDN, firewall, bot challenge, server error, or client-only render can block retrieval independently of robots.txt.
User-agent: OAI-SearchBot
Disallow: /The slash represents the entire site for that user-agent group.
User-agent: OAI-SearchBot
Allow: /Do not paste this blindly; existing groups and path rules can change the correct configuration.
Common mistakes
A path-specific rule or hosting behavior can block the resource that matters.
A wildcard group may apply when no more specific user-agent group matches.
The file is public and cannot protect private information.
Access removes one possible barrier; providers still control retrieval and answer composition.
Evidence notes
OpenAI documents crawler purposes and discovery controls. The 100 Questions methodology separates technical readiness from observed answer visibility and does not treat crawler access as a ranking guarantee. Sources reviewed August 20, 2026.
Run the technical preflight
The free checker reviews indexability, canonicals, metadata, schema, sitemaps, question content, AI crawler rules, and optional llms.txt discovery.
Contextual next steps
Diagnose robots, path, CDN, firewall, HTTP, and rendering blocks for OAI-SearchBot.
Check indexability, crawler rules, canonicals, schema, sitemaps, and llms.txt.
02Connect crawl access to entity clarity, evidence, reviews, and relevant citations.
03Review eligibility, denominators, coverage, citations, retention, and like-for-like rerun rules.
Common questions
OAI-SearchBot is OpenAI's crawler for discovering public content that may be surfaced in ChatGPT search experiences. Allowing access removes one technical barrier; it does not guarantee a citation, recommendation, ranking, or visit.
No. OpenAI documents OAI-SearchBot for search discovery and GPTBot for potential model training. A site can make different choices for those user agents.
No. Robots rules express crawl preferences, but a CDN, web application firewall, authentication layer, server error, or rendering failure can still prevent a successful fetch.
No. Robots.txt is public and is not access control. Protect private or sensitive content with authentication and appropriate server-side authorization.
Apply this resource
Preserve the questions, conditions, answers, citations, and failures so the next decision rests on inspectable evidence.