# Claude-Web

> An earlier Anthropic token for user-facing web access, superseded by Claude-User and Claude-SearchBot. Kept here because it appears in most published robots.txt templates.

| field | value |
|---|---|
| operator | Anthropic |
| category | AI search crawlers |
| robots.txt token | `Claude-Web` |
| user-agent contains | `Claude-Web` |
| robots.txt | control token only — no crawler |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://support.anthropic.com/en/articles/8896518 |
| last reviewed | 2026-09-01 |

## What blocking it costs you

None in practice. Retain the rule; expect no traffic.

## Full user-agent string

```
Mozilla/5.0 (compatible; Claude-Web/1.0)
```

## Block it

```
User-agent: Claude-Web
Disallow: /
```

## Allow it

```
User-agent: Claude-Web
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/claude-web.json · index: https://www.pathwren.workers.dev/llms.txt
