Why “AI Keeps Changing” Is the Wrong Reason to Skip AI Search Optimization

August 14th, 2026 by Will Scott

TL;DR

“AI keeps changing” is true, and it’s also not a reason to skip content structure and entity work. Retrieval, semantic matching, and passage-level ranking, the mechanics that decide whether AI answers cite you, were built into production search between 2011 and 2021, a decade before ChatGPT existed. Betting on that substrate isn’t chasing a trend. It’s the one part of AI search that has already survived multiple model generations.

Key Insights

  • Search Influence has tracked the AI search substrate back to 2011’s Schema.org launch, a full eleven years before ChatGPT made “AI” a household word in November 2022.
  • Google’s passage ranking system, live since February 2021, already rewards the self-contained, well-organized sections that make content easy for both readers and AI systems to lift and cite.
  • Google’s own 2026 generative AI search guidance explicitly tells site owners they don’t need artificial “chunking” markup, which confirms the underlying mechanic (passage-level retrieval) matters more than any packaging trick built around it.
  • Entity association, resolving who or what a brand is before trusting a claim about it, has been a ranking concept since the 2012 Knowledge Graph, not a 2024 invention.
  • Waiting for AI search to “settle down” is the riskier move, because entity authority compounds over years, and early movers are the ones it compounds for.

Library card catalog drawers with reading lamps and bookshelves reflected in glass

Every Skeptic Has a Point Buried in the Objection

“AI keeps changing, so why bother with structure and entity work?” is a fair question, and the person asking it is half right. New models ship every few months. The popular assistant this year isn’t the one from last year. Citation formatting shifts without warning. Chasing any of that is a losing game: by the time a team has reverse-engineered one model’s citation quirks, that model has been replaced.

But the objection quietly assumes AI search is one thing, moving at one speed. It isn’t. There’s a fast layer (model names, interface trends, exact citation styling) that churns constantly and isn’t worth chasing.

There’s also a slow layer underneath it: retrieval before generation, semantic matching, passage-level ranking, and entity resolution. That layer has been stable for well over a decade, and every new model generation has entrenched it further rather than replaced it. Structuring content well and building brand/entity association aren’t bets on this quarter’s AI trend. They’re bets on the substrate, and the substrate is the part that doesn’t move.

The Substrate Predates ChatGPT by a Decade

The clearest evidence isn’t an analogy. It’s a timeline. Consumer “AI” became a mainstream conversation when OpenAI launched ChatGPT in November 2022. The semantic-search, entity, and passage-retrieval machinery that today’s AI answer engines lean on was already built into production search between 2011 and 2021, roughly a decade earlier.

In 2011, Google, Bing, and Yahoo jointly launched Schema.org, a shared vocabulary for marking up structured, machine-readable facts on the web. Explicit, unambiguous data has been rewarded for fifteen years; it’s a durable constant, not a recent GEO tactic. In 2012, Google introduced the Knowledge Graph, framed in its own announcement as a shift from “things, not strings,” resolving entities and their relationships rather than just matching keywords. Entity association as a ranking concept is now well over a decade old.

The semantic shift accelerated from there. In 2013, Google researcher Tomas Mikolov and colleagues published word2vec, a technique for representing words as vectors so that meaning becomes measurable geometry rather than a string match. That same year, Google’s Hummingbird update overhauled search to better parse intent and conversational queries instead of isolated keywords. In 2015, RankBrain brought machine learning into ranking, letting Google interpret queries it had never seen before by their meaning.

Then came the architecture that connects search and the current AI wave directly. In 2017, Google researchers published “Attention Is All You Need” (Vaswani et al.), introducing the Transformer, the architecture behind essentially every large language model that followed. The “T” in BERT and the “T” in GPT are the same Transformer.

Google published its own BERT model in 2018, then brought bidirectional Transformers into Google Search on October 25, 2019, affecting roughly one in ten U.S. English queries at launch, which Google called its biggest leap forward in five years. Google’s guidance to site owners at the time: there was nothing special to optimize for, just keep writing genuinely useful content.

The single strongest data point in this timeline followed in 2020 and 2021. Google announced passage ranking in October 2020 as affecting about 7% of queries once fully rolled out across all languages, and then first launched it for U.S. English on February 10, 2021. The stated problem it solved: the one-sentence answer to a question is often buried deep on a page, and search should be able to find and surface that sentence directly.

That’s passage-level retrieval, shipped into production search a full five years before most marketing teams heard the term “GEO.” Google’s guidance again: no special markup or schema required, just clear structure, headings, and self-contained passages. In 2021, Google’s Multitask Unified Model (MUM) extended that same substrate to multimodal, multilingual understanding. Then, in November 2022, ChatGPT arrived, a decade after this machinery was already live and already being rewarded.

Everything the current AI wave rewards, search was already rewarding years before anyone called it “AI.” Teams that built on this substrate in 2015 didn’t have to redo the work in 2023.

Close-up of wooden library card catalog drawers with metal label holders

What Actually Holds Across Model Generations

These properties describe information retrieval in general, not any single model, which is exactly why they’re safe to build on:

  • Retrieval precedes generation. AI systems fetch source passages before they write an answer. A claim that isn’t in the retrievable set never makes it into the response, regardless of how good the model is.
  • Relevance is semantic, not lexical. Matching runs on meaning via embeddings, not exact keyword overlap.
  • The passage is the unit, not the page. Systems retrieve and quote chunks of text. A self-contained paragraph is retrievable; a strong point that depends on three paragraphs of surrounding context often isn’t.
  • Entities get resolved before they’re trusted. A system has to disambiguate which entity is making a claim before it will cite that claim. Ambiguous identity gets dropped, not guessed at.
  • Entity weight comes from connection. Trust accrues in proportion to the already-trusted sources a brand is linked to. Attachment beats self-assertion.
  • Corroboration across independent sources wins. A fact stated consistently across multiple properties is extractable; a fact that appears once, or in conflicting versions, tends to get dropped.
  • Extractable claims are subject-first and standalone. “Search Influence is a data-driven, woman-owned marketing agency” survives extraction as a fact. “We help you get found” doesn’t.
  • Structured, explicit data beats implied meaning. Clearly stated or marked-up facts resolve reliably; anything a system has to infer is where retrieval most often drops information.
  • Authority and consistency compound over time. They accrue slowly and reward whoever got there first, which is exactly why waiting is the riskier position, not the safer one.

What Google Itself Says You Don’t Need to Do

Google’s own generative AI search guidance directly addresses one part of this objection. In its mythbusting section, Google states plainly that there’s no requirement to break content into tiny pieces for AI to understand it, and that its systems already understand the nuance of multiple topics on a single page. Google also says there’s no special schema.org markup required beyond ordinary structured data use.

That’s not a contradiction of the substrate argument; it confirms it. Google isn’t saying structure doesn’t matter. It’s saying you don’t need to artificially fragment a page or bolt on special AI markup, because passage ranking already does the retrieval work automatically, provided the content is genuinely well organized.

Google’s own advice is to write in paragraphs and sections with clear headings that help human readers navigate the page. That is precisely what a self-contained, entity-clear passage looks like. The structure itself was never the myth. The myth is that structure requires a special trick built just for AI, when it’s the same “clear, well-organized, genuinely useful content” guidance Google has given since BERT.

Agents Are the Newest Reader of the Same Substrate

Google’s guidance on building agent-friendly websites, published in April 2026, extends this same argument to a new kind of visitor: AI agents that browse a site directly instead of retrieving passages through Search. Agents read a page through its DOM, its accessibility tree, and screenshots, and they perform best against stable layouts, semantic HTML, and clearly labeled interactive elements.

None of that is a special AI trick either. It’s the same “clean, well-organized, machine-readable” standard the passage-ranking and entity-resolution substrate has rewarded since 2019, now applied to a new class of reader. Search Influence’s Will Scott built a short video series, Agent-Friendly Websites: 7 GEO Foundations for AI Search, that turns this guidance into a practical checklist covering crawlability, connected entity schema, and the same passage-level clarity this piece describes.

Why Waiting Is the Actual Risk

The compounding argument is the strongest reason to act now rather than later. Entity association and topical authority don’t turn on overnight; they build over months and years of consistent, corroborated, well-linked mentions. A brand that starts building that record now is early. A brand that waits for AI search to “settle down” is choosing to arrive at an asset that already rewards incumbency, after competitors have had a head start compounding theirs. The churn in model names and interfaces doesn’t argue for delay. It argues that the underlying work should have started already.

Frequently Asked Questions

Is generative engine optimization (GEO) actually a real discipline, or just a rebrand of SEO?

GEO describes optimizing for AI-generated answers rather than blue-link rankings, but it runs on the same retrieval, semantic-matching, and entity-resolution systems search has used since the early 2010s. It’s a real shift in where content gets surfaced, not a new set of underlying mechanics.

Do I need to manually chunk my content into small sections for AI to read it?

No. Google’s own guidance says artificial chunking isn’t required. What matters is genuinely clear structure, headings, and self-contained passages, the same thing good web writing has always needed.

How long does entity authority take to build?

There’s no fixed timeline, but it accrues through consistent, corroborated mentions across independent sources over months and years, not a single content push. That’s why starting sooner outperforms waiting for the landscape to stabilize.

Ready to Build on the Substrate Instead of Chasing the Trend?

Search Influence has spent years helping higher education and healthcare organizations turn AI search visibility into enrollments and patient appointments, grounded in how retrieval and entity resolution actually work. Talk to our AI SEO team about where your content stands today.