# AhrefsSiteAudit

> Ahrefs' site-audit crawler, separate from AhrefsBot. Ahrefs documents that it obeys robots.txt by default, and that a verified site owner can ask for it to be allowed to ignore robots.txt on their own site so the audit can see disallowed sections.

| field | value |
|---|---|
| operator | Ahrefs |
| category | SEO and backlink crawlers |
| robots.txt token | `AhrefsSiteAudit` |
| user-agent contains | `AhrefsSiteAudit` |
| robots.txt | obeys robots.txt (documented) |
| verify by | published IP ranges |
| published IP ranges | https://api.ahrefs.com/v3/public/crawler-ip-ranges |
| prefixes mirrored | 81 IPv4 / 0 IPv6 |
| operator docs | https://ahrefs.com/robot |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Site owners auditing your domain get an incomplete report. Blocking it saves bandwidth and costs you nothing in search.

## Full user-agent string

```
Mozilla/5.0 (compatible; AhrefsSiteAudit/6.1; +http://ahrefs.com/robot/site-audit)
```

## Block it

```
User-agent: AhrefsSiteAudit
Disallow: /
```

## Allow it

```
User-agent: AhrefsSiteAudit
Allow: /
```

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