Search across our learning center -- articles, newsletters, and more. Start typing or click a topic above.
Stay in the Loop
Get exclusive publishing strategies, industry insights, and early access to new features. No spam -- just signal.
Join 2,000+ publishers. Unsubscribe anytime.
GEO
AI Search Is Becoming an Agent, Not an Answer. Here Is How Publishers Get Cited
Publisher In a Box14 min read
Table of Contents
For two years the advice to publishers has been the same. Structure your content so the AI reads it back as the answer, win the citation, and you win the visibility. That advice is about to age, because the answer is no longer the destination. Google DeepMind just confirmed that it views Gemini as an AI agent rather than a chatbot, which means the system is moving from writing you an answer to going off and completing a task on the reader's behalf. When the machine stops reading answers aloud and starts doing the work, the question for your content changes from can it be read to can it be trusted enough to act on. This piece explains what actually changed, how an agent reads a page differently from a search crawler, and the specific moves that put your content inside the small set of sources an agent will use.
The short version is that the surface is getting bigger and quieter at the same time. Google reported at its I/O event in May 2026 that AI Overviews now reaches over 2.5 billion monthly active users, up from 2 billion in July 2025 and 1.5 billion in May 2025, while AI Mode passed 1 billion monthly active users inside its first year. More of your audience is meeting a machine before it meets your page, and the machine is starting to act rather than just summarize. That is the shift underneath everything below, so the work is to make your content usable by a reader who is now a piece of software.
AI Overviews monthly active users, the audience meeting a machine first
monthly active users (billions)
Source: Google. May and July 2025 figures from Alphabet earnings calls. May 2026 figure from Sundar Pichai at Google I/O, 19 May 2026.
What Google actually confirmed about Gemini
In an interview published on September 2, 2026, Koray Kavukcuoglu, the senior vice president and chief AI architect at Google DeepMind, said Google increasingly treats Gemini as an AI agent, not a chatbot. He framed the goal as systems that take actions on behalf of and alongside a human, rather than systems that only answer questions. He pointed to coding as the gateway, because teaching a model to use tools and complete software tasks with a person is what pushed it from a model that responds into an agent that acts. He described the arc plainly, that the work was to turn the whole thing into an agent, from a model to an agent.
This is a directional confirmation, not a product launch, and that matters for how you read it. Kavukcuoglu noted that many of the improvements now showing up trace back a year or more, which tells you the shift has been building underneath the versions you already use. So the practical takeaway is not to chase a feature that shipped this week. It is to understand that the same engine reaching billions of people is being rebuilt to fetch, evaluate, and use content on a reader's behalf, which changes what earns a citation.
1 billion
Monthly active users Google AI Mode reached inside its first year, the search surface now moving from answering to acting
Source: Google, reported at Google I/O, May 2026
Why an agent changes the job from ranking to being trusted
A ranking is a position on a page a human scans. An agent does not scan a page of ten blue links and pick one. It gathers a short set of sources it judges reliable, reasons over them, and produces one result or one completed action, which means the field of contenders collapses from a page to a handful. Generative Engine Optimization, or GEO, is the practice of earning a place in that handful, and its measurable outcome is AI Citation Presence, the rate at which engines cite you when they answer inside your topic.
The reason this raises the bar is that an agent has to commit. When a chatbot summarizes, a weak source costs it little, because the human still reads and judges. When an agent acts on your content, a wrong fact becomes a wrong action, so the system leans harder on sources it can verify and on entities it already recognizes. That is why Topical Authority and Entity Positioning, which describe how clearly the web establishes what you cover and who you are, stop being SEO vocabulary and start being the thing that decides whether a machine will rely on you.
When an agent acts on your content, a wrong fact becomes a wrong action. The system leans on sources it can verify and entities it already knows.
How an AI agent actually reads your page
Here is the part most guides skip, and it is the technical heart of getting cited. When an AI tool retrieves your page, it sends a request, receives raw HTML, and has to pull meaning out of a document stuffed with navigation menus, cookie banners, JavaScript bundles, ad scripts, and footer links. Everything the agent cannot cleanly parse is friction, and friction is where your facts get dropped or misread. Technical Retrievability, the GEO term for how easily a machine can fetch and extract your content, is the floor the rest of the work stands on, because an agent that cannot cleanly read you cannot confidently cite you.
Three layers decide how readable you are, and they sit in order of how much they actually move the needle:
Clean, server-rendered content
The single biggest factor is whether your core content is present in the initial HTML rather than assembled later by JavaScript. An agent fetching a page on a reader's behalf often will not run your scripts, so content that only appears after the browser executes code can be invisible to it. Serve the article text, the headings, and the key facts in the raw response, and keep the load-bearing content out of client-side rendering. This is unglamorous plumbing, and it is where most sites quietly lose the citation before the reasoning even begins.
Structured data the machine can verify
Structured data, the schema.org markup that labels your author, publish date, headline, and organization, is the difference between a fact a model has to infer and a fact it can confirm. In 2026 that verification is what lets an agent cite you with confidence instead of hedging, so Article schema, FAQPage schema, and Organization schema are no longer optional decoration. They are how you hand the machine the facts in a form it does not have to guess at, which is exactly the certainty an acting agent needs.
The agent-readable surface, with a caveat
You will read a lot about llms.txt, a proposed file that publishes a machine-readable map of your most important pages so an agent can route on it. The idea is sound, and it costs little to add. Be clear-eyed about it though, because the empirical evidence is mixed. Major AI crawlers including GPTBot, ClaudeBot, PerplexityBot, and Google-Extended overwhelmingly skip the llms.txt file today and crawl your HTML directly, so treat it as a small hedge on an emerging standard, not the main event. Meanwhile the interfaces agents use to reach trusted data, such as the Model Context Protocol that connects AI systems to structured sources, reward publishers who expose clean, well-labeled content over those who bury it. The pattern is consistent. Machine-readable and verifiable beats clever every time.
The retrieval loop, and the tools that build it
Being readable once is not the same as being read repeatedly, and this is where PIB's method diverges from generic advice. The real answer is not a one-time setup, it is continuous analysis and optimization, because AI Share of Voice, the share of answers in your category that cite you against competitors, moves week to week as engines re-crawl and re-rank. You read your own data, you find the topics where an engine already leans on you, and you publish more depth there, which compounds your Authority Saturation in the pockets you are winning.
Automation is the force multiplier that makes that loop survivable, as long as it does not ship slop, because an agent that catches you publishing hallucinated, generic content will trust you less, not more. The technical fork is worth naming so you know what building this actually looks like. You can wire a monitoring and republishing loop in n8n against the platform APIs, run it as scheduled jobs hitting the endpoints directly, or use a purpose-built flow like the Facebook Automation Machine, PIB's n8n system at $397, which produces branded, human-reviewed content in the formats a platform rewards rather than raw output nobody checks. The tool is not the point. The point is a repeatable engine with a human judgment layer, because authenticity is the one asset a machine cannot fake, and it is exactly what an acting agent is trained to reward.
What to do this week to be agent-ready
You do not need a replatform to start, and a few concrete moves this week move you into the trusted set:
Check that your main article text renders in the raw HTML by viewing the page source or fetching it without JavaScript, and if the body only appears after scripts run, move it server-side. Add or repair Article, Organization, and FAQPage schema on your highest-traffic pages, then validate it in Google's Rich Results Test so the machine reads the facts you intend. Tighten your entity signals by making sure your author bios, your About page, and your organization details say the same thing everywhere, because an agent resolving who you are wants one consistent answer, not three. Add an llms.txt as a low-cost hedge while you watch whether the crawlers start honoring it. Then measure, using the AI performance reports Google rolled out to every Search Console account, so you can see whether your footprint inside AI Overviews and AI Mode is growing or slipping.
Do not build the business on one engine
Every one of these moves earns you standing with the engines, and none of them should become the whole business, because the same lesson keeps arriving in a new costume. A publisher who bet everything on Google referral traffic learned it when AI Overviews absorbed the click. A publisher who bet everything on one Facebook feed learned it when reach changed overnight. An agentic engine is one more channel that can rewrite its own rules, so the durable position is diversification for stability, the identity Publisher in a Box was built on. Publisher in a Box is a publisher monetization company, the operating system for online publishers, and it manages and monetizes publishing assets across Facebook, Google Discover, content syndication, AI search, and asset sales. The point of being cited by Gemini is not to depend on Gemini. It is to hold one more owned position while the ground under every engine keeps shifting.
Where to go from here
If you want to know exactly how the engines see you today and what to fix first, the GEO Authority System is the direct path. It runs an LLM Visibility Evaluation across ChatGPT, Claude, Perplexity, and Gemini, so you can see your AI Citation Presence engine by engine instead of guessing from a traffic dip. It comes with a GEO Authority Playbook built as a 30, 60, and 90 day roadmap, a PubScore report on your overall publishing health, and a custom Claude Context File your team can execute against. It is $499, and it turns the moves in this article into a sequenced plan against your real numbers. You can start at the GEO Authority System, and if you have questions first, the team answers at grow@publisherinabox.com.
Frequently asked questions
What does it mean that Gemini is becoming an AI agent instead of a chatbot?
It means the system is moving from answering a question in text to taking actions on a reader's behalf, such as completing a task across tools and products. Google DeepMind confirmed this direction on September 2, 2026, and framed coding as the capability that pushed the model from responding into acting. For publishers it changes the goal from being read back as the answer to being trusted enough for the agent to rely on.
How is getting cited by an agent different from ranking in search?
A ranking is a position on a page a human scans and chooses from, while an agent gathers a small set of sources it judges reliable and produces one result or action. The field collapses from a page of links to a handful of trusted sources, so verifiable facts and clear entity signals matter more than they did for a blue-link ranking.
What is the single most important technical fix?
Make sure your core content is present in the raw HTML rather than assembled by JavaScript after the page loads. Agents fetching a page often will not run your scripts, so content that only appears client-side can be invisible to them, and that is where most sites lose the citation before the reasoning starts.
Do I need an llms.txt file to be cited?
It helps as a low-cost hedge, but it is not the main event today. Major AI crawlers including GPTBot, ClaudeBot, PerplexityBot, and Google-Extended largely skip llms.txt and crawl your HTML directly, so prioritize clean server-rendered content and valid structured data first, then add llms.txt while you watch whether the crawlers begin honoring it.
How do I measure whether any of this is working?
Use the Search Generative AI performance reports Google rolled out to every Search Console account on August 31, 2026, which show your impressions inside AI Overviews and AI Mode. Track that footprint over time alongside your AI Share of Voice, the share of answers in your category that cite you, so you can see whether your presence is growing or slipping.
Will this replace SEO?
No, it sits on top of it. Clean HTML, structured data, and consistent entity signals are the same fundamentals that serve traditional search, applied to a reader that is now a piece of software. The change is who consumes them and how little room for error an acting agent allows.
Key takeaways
Google DeepMind confirmed on September 2, 2026 that it views Gemini as an AI agent that acts, not a chatbot that answers, which changes what earns a citation.
An agent gathers a small trusted set rather than scanning a page of links, so AI Citation Presence, Topical Authority, and Entity Positioning decide whether you are in it.
Technical Retrievability is the floor. Core content in raw HTML, valid schema.org structured data, and consistent entity signals are what let a machine read and verify you.
Treat llms.txt as a small hedge, because major AI crawlers currently skip it and read your HTML directly.
The durable work is a continuous optimization loop with a human judgment layer, because authenticity is the asset an acting agent is trained to reward.
Being cited by one engine is one owned position, not a business. Diversification across Facebook, Google Discover, syndication, AI search, and asset sales is the stable footing.
Sources
Search Engine Journal, Google DeepMind interview with Koray Kavukcuoglu, "Google DeepMind Says Gemini Is Evolving From Chatbot To AI Agent," September 2, 2026. https://www.searchenginejournal.com/google-deepmind-says-gemini-is-evolving-from-chatbot-to-ai-agent/588077/
Google I/O keynote, Sundar Pichai on AI Overviews and AI Mode monthly active users, May 19, 2026, as reported at the event.
Alphabet earnings calls, AI Overviews monthly active user figures, May 2025 and July 2025.
Google Search Central, Search Generative AI performance reports rollout to Search Console, August 31, 2026.
schema.org, Article, Organization, and FAQPage structured data types.
Model Context Protocol documentation, Anthropic, on connecting AI systems to structured data sources. https://modelcontextprotocol.io
Industry analysis of llms.txt adoption and AI crawler behavior across GPTBot, ClaudeBot, PerplexityBot, and Google-Extended, 2026.
See more from Publisher in a Box in your Google results
The team behind 300M+ managed followers. We help publishers scale traffic, revenue, and audience across Facebook, Google Discover, and syndication networks.