// AI NEWS · PLATFORM

Google's NotebookLM Rebrand Renames Its Crawler to Google-GeminiNotebook — a Fetcher That Ignores Robots.txt

The rename from NotebookLM to Gemini Notebook also changed the crawler's user-agent. Because it's a user-triggered fetcher, it can pull pages from sites that try to block automated bots — so robots.txt won't stop it.

KompozyTurn one idea into a week of content — across every platform, published for you.
Get Started →

2026-07-19 · by Moe Ameen

What happened

When Google renamed NotebookLM to Gemini Notebook on July 16, 2026, it also renamed the tool's web crawler. The user-agent token changed from `Google-NotebookLM` to `Google-GeminiNotebook`, and Google marked the old token as deprecated. Reporting around the change says the old `Google-NotebookLM` string keeps working through a short transition — described as lasting until around August 2026 — after which anything you've hardcoded against the old name (in a firewall rule, an .htaccess file, or a robots.txt block) stops matching. Google's own crawlers-and-fetchers documentation now lists Gemini Notebook under `Google-GeminiNotebook` as the current token.

The reason this touches site owners is how the fetcher is classified. Google groups its automated agents into common crawlers, which obey robots.txt, and user-triggered fetchers, which do not. Gemini Notebook sits in the second group. As Google's documentation puts it, because the fetch was requested by a user, these fetchers generally ignore robots.txt rules. So a `Disallow` line aimed at the bot does not stop it — the tool can retrieve pages from sites that otherwise try to keep automated crawlers out. Search Engine Journal, which flagged the rename's scraping implications, notes the tool's Discover Sources feature fetches web articles on a user's behalf — it reported the feature pulling up to ten sources per topic, summarizing them, and sending no referral traffic back to the original page.

The fix is not robots.txt — it's blocking at the edge. Site owners who want to keep the fetcher out can add a firewall or web-application-firewall rule, or an .htaccess rule, that matches the `Google-GeminiNotebook` user-agent and returns a 403, ideally verified against Google's published crawler IP ranges so you're not blocking spoofers or the wrong agent. There's a real tradeoff to weigh first: this behavior is documented and intentional, not a policy violation, and blocking it also means the tool won't fetch your page when one of your own readers references it. Treat the specific dates and the ten-source figure as a snapshot — confirm the current token and behavior on Google's crawler documentation.

Why it matters for creators

  • Robots.txt is the wrong lever here. Many site owners assume a Disallow rule keeps AI tools out — for a user-triggered fetcher like Gemini Notebook, it does nothing, so the only real control is a server- or firewall-level block on the user-agent.
  • If you already block AI crawlers, your rules may now silently miss. Anything hardcoded to Google-NotebookLM stops matching once the old token retires, so an existing block quietly stops working unless you update it to Google-GeminiNotebook.
  • The scraping is zero-referral. When the tool summarizes your article inside a notebook, the reader gets the answer and you get no visit — the value of your content moves into the tool, and your analytics never sees it.
  • It is a signal, not an outlier. AI products increasingly reach your pages through user-triggered fetches that sidestep the crawl controls publishers have relied on for years, which shifts how much reach you can expect from being cited versus visited.
  • Blocking has a cost. Shutting the fetcher out also stops it from pulling your page when your own audience genuinely wants to reference your work in the tool — the call is not automatic.

How to act on this with Kompozy

The uncomfortable read on this news is about visibility, not just security: tools like Gemini Notebook increasingly consume your work, summarize it, and send zero referral traffic back. Whether you block the fetcher or not, the lesson is the same — reach you don't own is fragile, and the durable move is to publish your own point of view, in your own voice, natively on the platforms where your audience actually is, instead of hoping an AI tool cites you. That is exactly what Kompozy is built to do: take one source — a report, a transcript, a topic — and generate a Blog Article, an Email Newsletter, a captioned Persona or Clipped Short, a brand-exact Carousel, Quote Graphics, and native Text Posts, all in your brand voice through the Persona Brief, then schedule and publish across all nine connected platforms from one queue. You're not renting attention from a summarizer; you're owning distribution across surfaces a fetcher can't intermediate.

There's also a fast, high-intent content play in the story itself. "Does robots.txt block AI scrapers?" and "how do I block Google-GeminiNotebook?" are queries site owners and SEOs are searching this week, and most sites in your niche have no clear answer posted yet. Drop your take and the technical facts into Kompozy and it turns one explainer into a set: a blog post that ranks for the how-to query, a carousel that walks through the robots.txt-versus-firewall distinction, a short vertical clip, and platform-native posts for LinkedIn and X — published while the topic is still hot. Being early and correct on a change like this is how a single explainer becomes a week of content and a wave of the exact readers who care about it.

Quick takeaways

  • The NotebookLM-to-Gemini-Notebook rebrand (July 16, 2026) renamed the crawler user-agent from Google-NotebookLM to Google-GeminiNotebook; the old token is deprecated and reported to retire around August 2026.
  • Gemini Notebook is a user-triggered fetcher — per Google's own docs, these generally ignore robots.txt, so a Disallow rule does not stop it.
  • Its Discover Sources feature fetches and summarizes web articles on a user's behalf with no referral traffic back to the source page.
  • To keep it out, block the Google-GeminiNotebook user-agent at the firewall/.htaccess level (verified against Google's crawler IPs), not in robots.txt — and update any old Google-NotebookLM rules.
  • The bigger lesson is distribution: own your reach by publishing your take natively everywhere with a content engine like Kompozy, rather than depending on AI tools to cite you.

Frequently asked questions

Is Google-GeminiNotebook the same crawler as Google-NotebookLM?

Yes. When Google renamed NotebookLM to Gemini Notebook on July 16, 2026, it renamed the crawler's user-agent from Google-NotebookLM to Google-GeminiNotebook. The old token is now deprecated but reportedly keeps working through a short transition period until around August 2026, after which only the new token matches. Google's crawler documentation lists Google-GeminiNotebook as the current name.

Does robots.txt stop Gemini Notebook from scraping my site?

No. Google classifies Gemini Notebook as a user-triggered fetcher, and its own documentation states that because the fetch is requested by a user, these fetchers generally ignore robots.txt rules. A Disallow line will not block it — you need a server-level control instead.

How do I block Google-GeminiNotebook?

Block it at the edge, not in robots.txt: add a firewall, WAF, or .htaccess rule that matches the Google-GeminiNotebook user-agent and returns a 403, ideally verified against Google's published crawler IP ranges so you are not blocking spoofers. Also update any existing rules that reference the old Google-NotebookLM token, since it is being retired. Note that blocking also stops the tool from fetching your page when your own readers reference it.

Is Google doing something against the rules by ignoring robots.txt here?

No — it is documented, intentional behavior. Google separates automated common crawlers (which obey robots.txt) from user-triggered fetchers like Gemini Notebook (which generally do not, because a person requested the fetch). It is not a policy violation, which is exactly why the control has to be a firewall or user-agent block rather than a crawl directive.

Related news

← All AI news · Get started →