Google Rebrands NotebookLM to Gemini Notebook and Updates User Agent Documentation with August 2026 Deadline for Site Owners

Google has officially transitioned its AI-powered research and note-taking platform, NotebookLM, into the Gemini ecosystem, rebranding the service as Gemini Notebook. This strategic shift is accompanied by a significant update to Google’s developer documentation regarding user-triggered fetchers, the specialized crawlers that retrieve web content at the direct request of a user. For webmasters, SEO professionals, and digital publishers, this change necessitates a technical audit of server configurations, as the legacy "Google-NotebookLM" user agent is scheduled for retirement in August 2026. Failure to update firewall rules or server-side blocking scripts before this deadline could result in a loss of control over how Gemini Notebook accesses and repurposes proprietary online content.
The rebranding marks a pivotal moment in Google’s broader strategy to consolidate its various artificial intelligence products under the Gemini umbrella. While the core functionality of the tool remains focused on enabling users to upload documents, URLs, and multimedia to create a personalized "ground truth" for AI synthesis, the integration into the Gemini brand signals a more aggressive expansion of its capabilities. These capabilities, however, have raised concerns among content creators regarding the automation of content scraping and the potential for AI-generated summaries to cannibalize original web traffic.
The Evolution of AI Research: From NotebookLM to Gemini Notebook
Originally launched as a laboratory experiment, NotebookLM gained traction for its ability to summarize complex documents and provide citations based strictly on user-provided sources. By rebranding the tool to Gemini Notebook, Google is aligning the product with its most advanced multimodal large language models. Gemini Notebook retains the "Retrieval-Augmented Generation" (RAG) architecture that made its predecessor popular, allowing users to interact with uploaded PDFs, text files, and now, direct web links.
The tool is designed as a multimodal research assistant. It can process not only text but also YouTube videos and audio files. One of its most touted features is the ability to transform static documents into "Deep Dives" or audio overviews—essentially AI-generated podcast episodes where two synthetic voices discuss the uploaded material. While these features are marketed as productivity and learning aids, they represent a fundamental shift in how digital content is consumed, moving away from the source website and toward a Google-hosted environment.
Technical Implications of User-Triggered Fetchers
The most critical technical takeaway from Google’s recent documentation update involves the nature of "user-triggered fetchers." Unlike standard web crawlers like Googlebot, which browse the internet autonomously to index pages for search results, user-triggered fetchers are initiated by a specific action from a person using a Google service. In the case of Gemini Notebook, a fetcher is deployed when a user pastes a URL into the interface or utilizes the "Discover Sources" feature to gather research material.
Because these fetchers are considered an extension of a user’s direct request, they do not obey the standard directives found in a site’s robots.txt file. Robots.txt is a voluntary protocol intended for automated bots; it is not a technical barrier. Consequently, site owners who wish to prevent Gemini Notebook from scraping their content cannot rely on the traditional Disallow command. Instead, they must implement more robust server-side interventions, such as firewall rules or modifications to the .htaccess file, to identify and block the specific user-agent string associated with the service.
The August 2026 Deadline and User-Agent Updates
Google’s updated documentation introduces the new user-agent string: Google-GeminiNotebook. To facilitate a transition period, Google will continue to support the legacy Google-NotebookLM string until August 2026. This two-year grace period is intended to give developers and IT departments ample time to update hardcoded security protocols.
The new documentation specifies two distinct agents for Gemini Notebook:
- Mobile Agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-GeminiNotebook; +https://developers.google.com/crawling/docs/crawlers-fetchers/google-gemininotebook) - Desktop Agent:
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)
For site owners using Apache servers, the following .htaccess configuration is recommended to block the new agent:
RewriteEngine On
# Block Google-GeminiNotebook
RewriteCond %HTTP_USER_AGENT Google-GeminiNotebook [NC]
RewriteRule ^ - [F,L]
Content Scraping and the "Discover Sources" Controversy
The rebranding comes amid heightened scrutiny over the "Discover Sources" feature within Gemini Notebook. This function allows the AI to autonomously search for and scrape up to ten online sources related to a user’s query. Unlike traditional search engines, which provide a snippet of text and a link to drive traffic to the source, Gemini Notebook provides an exhaustive AI summary designed to answer the user’s question within the tool itself.
Industry analysts have noted that this "referral-less" model poses a threat to the economic viability of digital publishing. By automating the process of finding, reading, and synthesizing unique online content without providing a click-through to the original site, Gemini Notebook effectively keeps the user within Google’s ecosystem. Furthermore, the tool’s ability to repurpose articles into audio podcasts or video explainers creates "derivative works" that may directly compete with the original content creator’s multimedia offerings.
The Retirement of Project Mariner
In addition to the NotebookLM rebranding, Google’s updated documentation confirms the quiet retirement of Project Mariner. In May 2026, Google ceased operations for Project Mariner, an agent-based system hosted on Google infrastructure designed to perform web actions upon user request.
Previously, the documentation for user-triggered fetchers cited Project Mariner as a primary example of an agent using the Google-Agent string. The current documentation has been scrubbed of these references, signaling the end of that specific experimental phase. This cleanup suggests that Google is narrowing its focus, funneling its agent-based web navigation technology into the more commercially viable Gemini brand.
Broader Implications for SEO and Intellectual Property
The shift from NotebookLM to Gemini Notebook highlights a growing tension between AI utility and intellectual property rights. From a journalistic and legal perspective, the "user-triggered" label serves as a defensive mechanism for Google. By framing the scraping as a request made by the user rather than an autonomous act by the company, Google navigates a complex legal gray area regarding fair use and data mining.
However, for SEO professionals, the implications are clear: the "zero-click" trend is accelerating. As AI tools become more adept at fetching and summarizing live web data, the value of being indexed in search may be offset by the loss of direct traffic. If a website’s content is used to train a user’s private research notebook or to generate a viral AI podcast, the site owner receives no financial compensation or measurable engagement.
Chronology of Key Events
- May 2026: Google officially retires Project Mariner and removes references to the agent from developer documentation.
- July 2026: Google announces the rebranding of NotebookLM to Gemini Notebook and updates the "Google-user-triggered fetchers" documentation. The new
Google-GeminiNotebookuser agent is introduced. - August 2026: The final deadline for the legacy
Google-NotebookLMuser agent. After this point, any server rules or firewalls still looking for the old string will fail to block the updated fetcher.
Actionable Steps for Site Owners
To maintain control over digital assets in this new environment, webmasters should consider a three-step approach:
- Audit Current Blocks: Review existing .htaccess files, Nginx configurations, and Web Application Firewalls (WAF) to identify any instances of "Google-NotebookLM."
- Implement New Rules: Add the
Google-GeminiNotebookstring to the blocklist if the site’s business model relies on preventing AI scraping or ensuring that content is only consumed on-site. - Monitor Server Logs: Regularly check access logs for the new user-agent strings to determine how frequently Gemini Notebook users are requesting content. This data can help publishers understand the extent to which their material is being used for AI-assisted research.
While Google maintains that Gemini Notebook is a tool for personal learning and productivity, the technical reality of its fetchers places the burden of content protection squarely on the shoulders of site owners. As the August 2026 deadline approaches, the transition from NotebookLM to Gemini Notebook serves as a reminder of the rapidly changing landscape of web crawling and the diminishing effectiveness of traditional protocols like robots.txt.





