# wpbot

> Supports the AI Chatbot for WordPress plugin: it reads pages so the plugin can answer from a site's own content. The operator provides an opt-out through a form rather than through robots.txt.

| field | value |
|---|---|
| operator | QuantumCloud |
| category | Tools and frameworks |
| robots.txt token | `wpbot` |
| user-agent contains | `wpbot` |
| 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://www.quantumcloud.com |
| last reviewed | 2026-09-01 |

## What blocking it costs you

A WordPress site running that plugin loses its own content as an answer source. Only relevant where the plugin is installed.

## Full user-agent string

```
wpbot
```

## Block it

```
User-agent: wpbot
Disallow: /
```

## Allow it

```
User-agent: wpbot
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/wpbot.json · index: https://www.pathwren.workers.dev/llms.txt
