// Reference

AI Crawler Reference

A plain-English guide to the 14 crawlers that decide whether ChatGPT, Perplexity, Claude, Google AI Overviews, and Microsoft Copilot can cite your site. User-agents, what each one actually powers, and the distinction most teams miss: training bots are not the same as citation bots.

The most common mix-up: blocking GPTBot does not remove you from ChatGPT citations — those run through OAI-SearchBot, which is a separate user-agent you almost certainly want to allow.

// Search / Citation Bots

Allow these — they decide whether your site can show up in AI answer citations at all.

// User-Initiated Fetch Bots

Allow these too. They fire the moment a user pastes your URL into an AI chat; blocking them creates visible failures for real visitors.

// Hybrid (Search + General Fetch)

Allow. These serve both live citations and on-demand tool fetches, so blocking either side hurts you.

// Training-Only Bots

Optional. Block only if you want to opt out of model training — it will not remove you from citations by the same vendor.

Check your robots.txt

Run /check on any URL and we’ll flag the bots you’re accidentally blocking. It’s the most common reason sites quietly disappear from AI citations — and the easiest one to fix.

Run a free scan