Question

What is OAI-SearchBot?

OAI-SearchBot is OpenAI's crawler that indexes pages for ChatGPT search. Allowing it is what makes your content discoverable and citable in ChatGPT's web answers — distinct from GPTBot (training) and ChatGPT-User (live user fetch).

Why it matters for visibility

Allow it

User-agent: OAI-SearchBot
Allow: /

Confirm visits

grep -i 'OAI-SearchBot' /var/log/your-access.log | awk '{print $7}' | sort | uniq -c | sort -nr | head

Related pages: should I allow OAI-SearchBot, check OAI-SearchBot visits, what is GPTBot.

Use the GEO checklist