# rogerbot

> Moz's Campaign crawler, which audits a site its own owner registered. Moz states there is no IP range for it — identification is by user-agent only.

| field | value |
|---|---|
| operator | Moz |
| category | SEO and backlink crawlers |
| robots.txt token | `rogerbot` |
| user-agent contains | `rogerbot` |
| robots.txt | obeys robots.txt (documented) |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://moz.com/help/moz-procedures/crawlers/rogerbot |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Moz Pro site audits of your domain stop. If the domain is yours and you use Moz, blocking this breaks your own reports.

## Full user-agent string

```
rogerbot/1.2 (http://moz.com/help/pro/what-is-rogerbot-, rogerbot-crawler@moz.com)
```

## Block it

```
User-agent: rogerbot
Disallow: /
```

## Allow it

```
User-agent: rogerbot
Allow: /
```

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