# SiteAuditBot

> Semrush's Site Audit crawler: it walks a site a customer owns and reports technical SEO problems. Semrush names it as the token to block for that product.

| field | value |
|---|---|
| operator | Semrush |
| category | SEO and backlink crawlers |
| robots.txt token | `SiteAuditBot` |
| user-agent contains | `SiteAuditBot` |
| 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://www.semrush.com/bot/ |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Site Audit reports on your own domain stop working. If a customer is auditing your site with your permission, blocking this breaks their tooling and nothing of yours.

## Full user-agent string

```
Mozilla/5.0 (compatible; SiteAuditBot/0.97; +http://www.semrush.com/bot.html)
```

## Block it

```
User-agent: SiteAuditBot
Disallow: /
```

## Allow it

```
User-agent: SiteAuditBot
Allow: /
```

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