# GoogleMessages

> Generates the link preview when somebody sends one of your URLs in Google Messages. Google publishes fetcher addresses in two files — user-triggered-fetchers.json and user-triggered-fetchers-google.json — and does not say per fetcher which one applies, so verification means checking both; this index mirrors both.

| field | value |
|---|---|
| operator | Google |
| category | Link preview fetchers |
| robots.txt token | `GoogleMessages` |
| user-agent contains | `GoogleMessages` |
| robots.txt | not governed by robots.txt (user-initiated, by operator policy) |
| verify by | published IP ranges |
| published IP ranges | https://developers.google.com/static/search/apis/ipranges/user-triggered-fetchers.json |
| prefixes mirrored | 529 IPv4 / 529 IPv6 |
| operator docs | https://developers.google.com/search/docs/crawling-indexing/google-user-triggered-fetchers |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Your links appear as bare URLs with no title or image in Google Messages chats. A preview fetcher is almost never the one you meant to block.

## Full user-agent string

```
GoogleMessages
```

## Block it

```
User-agent: GoogleMessages
Disallow: /
```

## Allow it

```
User-agent: GoogleMessages
Allow: /
```

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