# FeedFetcher-Google

> Crawls RSS and Atom feeds for Google News and WebSub. It is a user-triggered fetcher, and Google documents that those generally ignore robots.txt because a person asked for the fetch. 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 | `FeedFetcher-Google` |
| user-agent contains | `FeedFetcher-Google` |
| 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

Feed-driven Google products stop seeing your updates. A robots.txt rule will not stop it — block by user-agent at the edge if you mean it.

## Full user-agent string

```
FeedFetcher-Google; (+http://www.google.com/feedfetcher.html)
```

## Block it

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

## Allow it

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

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