Claude user agents, explained.
Anthropic ships three Claude bots. Understand what each one does, how to control it, and what it takes to get cited in Claude's answers.
Anthropic documents three Claude bots — ClaudeBot for training, Claude-User for user-initiated fetches, and Claude-SearchBot for search indexing. Control each one independently in robots.txt.
Overview
Anthropic's Claude accesses the web through several distinct user agents, each with a different purpose. Understanding them is essential if you want Claude to cite your content — or keep it out of training runs.
The three primary bots are documented in Anthropic's official help center and all respect robots.txt.
How to identify the agents
3 crawlersClaude identifies itself with specific user-agent strings. Verify each through a published IP range.
ClaudeBot
AI training · crawlerAnthropic's primary training crawler. When allowed, content may be used to improve future Claude models. Block it if you don't want your pages used for training.
Claude-User
User-initiated fetches · on-demandFired when a real Claude user asks the assistant to visit a specific URL. The clearest signal that Claude is actively recommending your content to a human right now.
Claude-SearchBot
Search indexing · crawlerIndexes and evaluates content quality so Claude can return better search-style answers. Not a training crawler — this feeds Claude's retrieval layer.
How Claude accesses your content
3 access patterns, mapped to the agents above.
Training
ClaudeBot collects content that may feed future Claude model training.Search
Claude-SearchBot indexes content to improve Claude's search answers.On-demand
Claude-User fetches a URL when a human asks Claude to read it.claude-web in older logs. It's a legacy identifier — xSeek keeps detecting it for backwards compatibility.Control Claude's access
robots.txtYou control each agent independently. Common configurations below.
Allow citations · block trainingRecommended
Stay citable in Claude, stay out of training data.Block all Claude accessRestrictive
Keeps Anthropic out of everything — no citations, no training.Optimize content for Claude.
What actually moves the needle when Claude decides whether to cite you.
Article, FAQPage, and HowTo structured data help Claude verify authority.robots.txt rules.Track Claude visits with xSeek.
See every Claude visit in real time.
Monitor ClaudeBot, Claude-User, and Claude-SearchBot. See which URLs they hit. Watch how often Claude recommends your content. Get notified when patterns shift.
Frequently asked questions
robots.txt. You may also see the legacy claude-web identifier in older logs.robots.txt controls.