# Googlebot-Image

> Image indexing for Google Images. A separate token so you can leave images out of search without leaving search.

| field | value |
|---|---|
| operator | Google |
| category | Search engines |
| robots.txt token | `Googlebot-Image` |
| user-agent contains | `Googlebot-Image` |
| robots.txt | obeys robots.txt (documented) |
| verify by | published IP ranges |
| published IP ranges | https://developers.google.com/static/search/apis/ipranges/googlebot.json |
| prefixes mirrored | 169 IPv4 / 146 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 images stop appearing in Google Images.

## Full user-agent string

```
Googlebot-Image/1.0
```

## Block it

```
User-agent: Googlebot-Image
Disallow: /
```

## Allow it

```
User-agent: Googlebot-Image
Allow: /
```

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