Reference · July 2026

Every AI crawler, one list.

The 15bots we see fetching pages for AI platforms, what each one feeds, and whether it obeys robots.txt. We welcome all of them on CiteMP, because a blocked bot can't cite you.

The crawler list

User agentCompanyWhat it feedsObeys robots.txt
GPTBotOpenAIModel trainingYes
OAI-SearchBotOpenAIChatGPT search indexYes
ChatGPT-UserOpenAILive answers on requestYes
ClaudeBotAnthropicModel trainingYes
Claude-SearchBotAnthropicClaude search indexYes
Claude-UserAnthropicLive answers on requestYes
PerplexityBotPerplexitySearch indexYes
Perplexity-UserPerplexityLive answers on requestPartial
Google-ExtendedGoogleGemini training (token)Yes
GoogleOtherGoogleResearch crawlsYes
Applebot-ExtendedAppleApple AI training (token)Yes
Meta-ExternalAgentMetaAI trainingYes
AmazonbotAmazonAlexa and AI answersYes
CCBotCommon CrawlOpen training datasetYes
BytespiderByteDanceAI trainingOften no

Copy-paste robots.txt rules

Welcome AI bots (our setup)

# robots.txt — welcome AI crawlers (what we use)
User-agent: *
Allow: /

Sitemap: https://yoursite.com/sitemap.xml

Block training bots only

# robots.txt — block AI training crawlers only
User-agent: GPTBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Meta-ExternalAgent
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: Bytespider
Disallow: /

Want the citations without the crawl budget? Pair open robots with an llms.txt from our free generator.