-
Home
-
User Agent Directory
- Claude-Web
Claude-Web
What is Claude-Web?
Claude-Web is Anthropic's web crawler that enables Claude AI to browse and retrieve real-time information from the internet during conversations with users. Similar to ChatGPT's browsing capability, this user agent represents Claude's ability to access current web content when users request up-to-date information or ask for analysis of specific web pages. The crawler is designed with a strong emphasis on safety and ethical web access, following Anthropic's constitutional AI principles. It respects robots.txt directives and website preferences, allowing site owners to control whether Claude can access their content. When Claude-Web visits a site, it's typically in response to a specific user query requiring current information, making each visit purposeful rather than speculative. The bot operates with careful rate limiting to avoid overwhelming servers and maintains transparent identification. For website owners, allowing Claude-Web access means their content can be referenced and discussed in Claude conversations, potentially increasing their visibility to AI-assisted research and analysis workflows.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Claude-Web/1.0; +https://www.anthropic.com)
How to Control Claude-Web
Block Completely
To prevent Claude-Web from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Claude-Web
Verify requests come from Anthropic IP ranges
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect Claude-Web in your application:
Basic Pattern
/Claude\-Web/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; Claude\-Web/1\.0; \+https\://www\.anthropic\.com\)$/
Flexible Pattern
/Claude\-Web[\s\/]?[\d\.]*?/i
Vendor Match
/.*Anthropic.*Claude\-Web/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Claude-Web
Robots.txt Name
Claude-Web
Category
ai
Respects robots.txt
Yes