# Meta-WebIndexer

> Per Meta's crawler documentation, Meta-WebIndexer navigates the web to improve the quality of Meta AI's search results. It is a third Meta token alongside Meta-ExternalAgent and Meta-ExternalFetcher, and the newest of them.

| field | value |
|---|---|
| operator | Meta |
| category | AI search crawlers |
| robots.txt token | `Meta-WebIndexer` |
| user-agent contains | `Meta-WebIndexer` |
| robots.txt | operator publishes no robots.txt statement |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://developers.facebook.com/docs/sharing/webmasters/web-crawlers/ |
| last reviewed | 2026-09-01 |

## What blocking it costs you

You leave the index Meta AI answers from across Facebook, Instagram and WhatsApp — the largest assistant install base there is. A robots.txt that names the two older Meta tokens does not cover this one.

## Full user-agent string

```
Meta-WebIndexer
```

## Block it

```
User-agent: Meta-WebIndexer
Disallow: /
```

## Allow it

```
User-agent: Meta-WebIndexer
Allow: /
```

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