# GoogleProducer

> Google Publisher Center: fetches the feeds a publisher explicitly supplied for Google News landing pages. 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 | Tools and frameworks |
| robots.txt token | `GoogleProducer` |
| user-agent contains | `GoogleProducer` |
| 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 own Google News landing pages stop updating. Only publishers who configured Publisher Center are affected.

## Full user-agent string

```
GoogleProducer; (+https://developers.google.com/search/docs/crawling-indexing/google-producer)
```

## Block it

```
User-agent: GoogleProducer
Disallow: /
```

## Allow it

```
User-agent: GoogleProducer
Allow: /
```

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