Anthropic
Claude-SearchBot
Indexes web content to improve Claude search responses.
AI searchCollects web content potentially used for Claude model training.
See your agent trafficTHE SIGNAL
Treat repeated crawls as content access, not live Claude users. A training visit does not establish inclusion in a model.
Keep training access decisions separate from the ability of a person using Claude to read your public product pages.
Look for the ClaudeBot identifier in a request’s User-Agent. This is a name match, not identity verification. Version strings may change.
Compare the request IP with Anthropic’s current crawler list linked at https://claude.com/robots. The User-Agent alone does not authenticate the request.
Anthropic documents robots.txt controls for ClaudeBot. Apply rules on each host you manage; this setting is independent of its other crawler identities.
Optional full-site opt-out. Merge with existing rules only if intended. robots.txt does not secure private content.
User-agent: ClaudeBot
Disallow: /403 means access was denied; 404 means the resource was not found. Compare the public path, request time, edge security event and origin response to find the cause.
Separate intended restrictions and secret-file probes from pages that should work. A User-Agent name alone does not justify allowing a request.
Identity and purpose are based on these sources. Analytics interpretation and suggested checks are Apostl guidance.
See their requests. Find the pages that matter.
See your agent traffic