# Google-GeminiNotebook

> Fetches a URL a Gemini Notebook (formerly NotebookLM) user added as a source to their notebook. The former agent string Google-NotebookLM is documented as supported until August 2026. 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 | User-triggered fetchers |
| robots.txt token | `Google-GeminiNotebook` |
| user-agent contains | `Google-GeminiNotebook` |
| 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

A user who deliberately added your page as a research source gets nothing. This is a citation-shaped fetch, not a training crawl.

## Full user-agent string

```
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 (compatible; Google-GeminiNotebook; +https://developers.google.com/crawling/docs/crawlers-fetchers/google-gemininotebook)
```

## Block it

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

## Allow it

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

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