Claude-User
Anthropic · Fetches pages when people use Claude and need live web content
By Vinespire Editorial Team, Editorial ·
Update: Verified against Anthropic operator documentation for Claude-User.
This page is the operator/profile guide for Claude-User. To paste a full robots.txt and check Claude-User plus other AI crawlers in one pass, use the Robots.txt AI Crawler Validator. Short definitional entries also live in the AI search glossary.
Related free utilities are in free AI SEO tools.
What is Claude-User?
Claude-User supports Claude AI users: when someone asks Claude a question that requires fetching a website, Anthropic may access the page with the Claude-User agent. It is a live-browsing / user-triggered fetch agent, not the training crawler ClaudeBot. Anthropic documents that Claude-User honors robots.txt. Site owners often allow Claude-User so documentation and product pages remain readable when users ask Claude to open them, while optionally restricting ClaudeBot for training preferences. Confirm current wording on Anthropic’s official crawler help article before publishing policy.
How to block Claude-User
Add this group to robots.txt to disallow Claude-User. Path rules can be narrowed if you only need to protect parts of the site.
User-agent: Claude-User Disallow: /
How to allow Claude-User
For most public marketing and documentation sites, allowing well-behaved AI agents is the default recommended stance for AI visibility—while remaining a factual robots.txt Allow rule you can reverse later.
User-agent: Claude-User Allow: /
Should you block Claude-User?
Allowing Claude-User is typically low risk for public sites: volume follows real user demand, and blocking can break helpful “open this page” workflows. If you must restrict Claude entirely, block Claude-User, ClaudeBot, and Claude-SearchBot with separate groups. A common pattern is allow Claude-User and Claude-SearchBot while blocking ClaudeBot for training—only if that matches your legal and product goals. Re-test after Anthropic documentation updates.
Category: Live browsing
Official documentation (Anthropic)
Last verified: . Re-check operator docs after major crawler announcements.
Related bots (Live browsing)
- ChatGPT-UserOpenAIFetches pages when users browse the web during ChatGPT conversations
- Perplexity-UserPerplexityUser-triggered fetches when Perplexity retrieves a page in-session
- Meta-ExternalFetcherMetaFetches individual links at a user’s request and supports agentic AI product functions that may navigate websites
Claude-User FAQ
- Anthropic documents that Claude-User honors robots.txt. That differs from some vendors’ user-fetch agents—still verify the official article after updates.