# Google-InspectionTool

> The fetcher behind Search Console's URL Inspection and the Rich Results Test. It runs when a site owner clicks a button.

| field | value |
|---|---|
| operator | Google |
| category | Tools and frameworks |
| robots.txt token | `Google-InspectionTool` |
| user-agent contains | `Google-InspectionTool` |
| robots.txt | obeys robots.txt (documented) |
| verify by | published IP ranges |
| published IP ranges | https://developers.google.com/static/search/apis/ipranges/special-crawlers.json |
| prefixes mirrored | 135 IPv4 / 135 IPv6 |
| operator docs | https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Your own Search Console live tests stop working. Blocking this only hurts you.

## Full user-agent string

```
Mozilla/5.0 (compatible; Google-InspectionTool/1.0;)
```

## Block it

```
User-agent: Google-InspectionTool
Disallow: /
```

## Allow it

```
User-agent: Google-InspectionTool
Allow: /
```

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