OAI-SearchBot serves ChatGPT's search and source function, not model training. OpenAI notes that website owners should not block this bot if their content is to appear as a source in ChatGPT Search.
To be visible in ChatGPT, allow the bot in :
User-agent: OAI-SearchBotAllow: /
A common mistake is checking only GPTBot. For ChatGPT visibility, however, OAI-SearchBot and ChatGPT-User are decisive. If is allowed in robots.txt but blocked by a firewall or with status code 403, content is still missing. Server logs should therefore be checked for actual bot access.
Controlling access via robots.txt #
Like other well-behaved crawlers, OAI-SearchBot respects robots.txt. Blocking it removes your content from ChatGPT's search results; blocking only opts out of model training, and governs live fetches. The three decisions are independent — review them separately instead of blocking "everything OpenAI" in one rule.
Why it matters for AI visibility #
If AI assistants are becoming a discovery channel for your audience, OAI-SearchBot access is the technical prerequisite for being cited in ChatGPT answers. Check your robots.txt and firewall rules explicitly — an old blanket bot-blocking rule can silently exclude you from an entire channel.