Blog
10 min read AEO Fundamentals

AEO vs SEO: What Actually Changes When Buyers Ask AI Instead of Google

On this page
  1. What stays exactly the same?
  2. What actually changes?
  3. Why can the same tactics stop working?
  4. Does keyword targeting still work?
  5. Does any of this apply outside Google?
  6. What happens to the page itself?
  7. How does the work itself change?
  8. What breaks in your reporting?
  9. So should you stop doing SEO?
  10. Who should own it?
  11. What do people ask most about the difference?
The short version

SEO competes for a position on a page of ten results. AEO competes for inclusion in a single synthesized answer, where there is no second page and usually no more than five named options.

Almost every technical fundamental carries over unchanged. What does not carry over is the scoreboard: position, impressions and clicks describe a page of links, and an answer is not a page of links.

The unhelpful version of this comparison says SEO is dead and AEO replaces it. That is wrong in a way that costs money, because a team that believes it stops doing the work that gets them into the answer in the first place. The useful version is narrower: the inputs mostly stay, the output changes shape, and the measurement has to be rebuilt from scratch.

What stays exactly the same?

More than the category’s marketing would suggest. Google is explicit that its AI surfaces run on the same eligibility rules as Search: a page qualifies if it is indexed and can be shown with a snippet, and there are “no additional requirements to appear in AI Overviews or AI Mode, nor other special optimizations necessary”.

Crawlability

If a crawler cannot fetch it, nothing downstream matters. Still true, now with more crawlers to think about.

Indexability

Google’s AI features draw on the same index. A page that cannot rank cannot be summarised either.

Clear authorship

Google’s guidance still asks whether “pages carry a byline, where one might be expected”. Unchanged and still under-done.

Being genuinely useful

The helpful content questions are the same questions. Nothing about answers made thin content work.

None of this is AEO-specific, which is the point. A site failing these fails in both worlds, and no amount of answer-engine strategy compensates.

One thing does get quietly harder, and it is worth flagging because it looks like a technical detail rather than a strategy question. There used to be one crawler to think about. There are now three classes of them, and they are configured separately.

OpenAI documents that a webmaster “can allow OAI-SearchBot in order to appear in search results while disallowing GPTBot”, and that the settings are independent of each other. Perplexity draws the same line between the crawler that surfaces and links sites and the fetcher that acts when a user asks. A robots.txt written in 2023 to keep content out of model training can, if it was written broadly, also be keeping you out of the answers. That is an SEO-shaped task with an AEO-shaped consequence.

The rules for resolving those directives have been formally specified since 2022. RFC 9309 defines that the most specific matching rule wins and that an allow beats an equivalent disallow, which is the opposite of what most people assume, and which is worth knowing before you edit a file that decides whether four engines can see you.

What actually changes?

Six things, and the first two cause the other four.

SEOAEO
What you compete forA position among ten resultsInclusion in one answer, usually among five or fewer named options
Where the evidence livesLargely your own domain, plus links to itLargely other people’s domains, summarised
Result stabilityNear-deterministic, trackable dailyVaries between identical runs of the same prompt
Unit of measurementPosition, impressions, clicksCitation rate, mention rate, share of the named set
Consolation prizePosition eight still exists and still gets clicksThere is none. You are named or you are not
Feedback loopAnalytics ties the visit to the queryAn answer can influence a buyer and leave no trace at all

The absence of a consolation prize is the change that matters most. Ranking eighth is a bad quarter. Not being in the answer is not being in the market.

Why can the same tactics stop working?

Because a tactic optimised for a result format can outlive the format. The clearest recent example is one most SEO teams spent real hours on.

Deprecated FAQ and HowTo rich results

Google removed the HowTo rich result in September 2023, noting it “is no longer shown in search results, on both desktop and mobile devices”. FAQ rich results were narrowed to authoritative government and health sites, then retired. Neither type appears in the current rich results gallery.

Still worth doing The structure underneath them

Question-shaped headings with self-contained answers are still exactly what a retriever wants, because retrieval works on passages. The rich result died. The reason for the format did not.

This is the whole SEO-to-AEO transition in one example. The tactic was pursued for a visual feature in one search engine, and it turned out to be a good idea for a completely different reason.

The lesson generalises. Markup that describes your page honestly keeps its value because structured data helps search understand the content, which is useful to any system reading the page. Markup pursued for a badge in a results layout is worth exactly as long as the layout.

Does keyword targeting still work?

Partly, and less than it did, for a mechanical reason rather than a philosophical one.

Classical retrieval scored on shared words. Modern retrieval scores on learned embeddings, and Karpukhin et al. showed dense retrieval beating a strong BM25 baseline by 9 to 19 points on top-20 passage accuracy. When a passage can be retrieved without containing the query’s words, repeating a phrase buys less than it used to.

What replaces it is not a trick. It is being the thing the question is about, described consistently enough that an engine can tell it is you.

That has a consequence people find uncomfortable. In SEO you could win a query you had no business winning, by covering a topic thoroughly enough that the algorithm rewarded the page regardless of who published it. In AEO that route is much narrower for buying questions, because the engine is not asking which page is best on this topic. It is asking which companies belong in the answer, and that judgement is formed from what the wider corpus says about you rather than from any single page you wrote.

You can still win informational questions with excellent content, which is most of what this blog is doing. What you cannot do is write your way into a recommendation list.

Does any of this apply outside Google?

The technical fundamentals do, and the specifics do not, which is why treating “AI search” as one thing goes wrong.

Google’s surfaces run on the Google index with Google’s eligibility rules, so classical SEO work is close to a complete description of what qualifies you. The assistant surfaces are separate stacks with their own crawlers and their own corpora, and there is no equivalent of Search Console to tell you how you are doing in them. The only way to know is to ask them, repeatedly, and record what comes back.

That asymmetry is the practical reason AEO needs its own measurement rather than an extra column in an SEO report. One half of the landscape publishes diagnostics about you. The other half will only answer questions.

What happens to the page itself?

One structural change is worth more than every other on-page adjustment combined, and it follows directly from how retrieval works.

Search engines index pages. Retrievers score passages. That means the unit competing for inclusion is not your article, it is the two hundred words under one of your headings, judged alone and without the three sections that came before it.

Retrieves badly A section that depends on context

“As we saw above, this approach has three drawbacks.” Pulled out on its own it is meaningless, so it is rarely pulled out, and when it is, it cannot be quoted.

Retrieves well A section that stands alone

A question-shaped heading, then an answer that makes sense to somebody who arrived at that paragraph and nothing else. Self-contained is the whole requirement.

Write every H2 section as though it is the only part anyone will read. Statistically it is, and this single habit is most of what “writing for AI” honestly means.

Notice this is also just good writing, and it was good writing before any of this. Google’s snippet documentation has always described snippets as generated automatically from page content, which rewards the same self-contained structure. The format did not become valuable because of AI. AI raised the stakes on getting it right.

How does the work itself change?

Same effort, redistributed
Technical foundation

Crawl access, indexability, structure, markup. Roughly unchanged, with more crawler classes to configure.

Carries over
Off-domain evidence

Review platforms, comparison pages, community presence. Was a link-building activity, is now the primary input.

Much heavier
Owned publishing

Still worth doing, still the thing teams over-invest in. It amplifies evidence rather than creating it.

Same effort, lower share
The budget moves outward, not upward. Most teams do not need to spend more; they need to spend a smaller proportion of it on their own blog.

What breaks in your reporting?

Two things break, and neither has a workaround.

Attribution. An answer can name you, persuade someone, and send no click. That visit arrives later as direct traffic with nothing tying it back. Any vendor claiming to close that gap is inferring rather than measuring.

Position. There is no position. Being named third of four is not third place, because a different run of the same prompt names you first, or not at all. Reporting a rank against an answer is reporting a number the format does not contain.

Does not transfer “We moved from position 6 to 3”

Deterministic, comparable week to week, attributable to a page. None of those properties survive in an answer.

Transfers “We appear in 34% of runs, up from 19%”

A rate over a fixed prompt set and a fixed run count. Reproducible, and it degrades gracefully when the engines change under you.

The reporting rebuild is the real project. The technical work mostly carries over. The dashboard does not.

So should you stop doing SEO?

No, and the question is usually a budget argument wearing a strategy costume.

On Google’s surfaces the entry requirement for AI features is ordinary search eligibility, so stopping SEO removes you from the AI results too. On the assistant surfaces, the retrieval is different but the raw material is the same open web. A site that is fast, crawlable, well structured and genuinely useful is the input to both.

What should change is the proportion, the measurement, and the expectation. Less of the budget on your own domain, a scoreboard rebuilt around rates instead of positions, and an acceptance that some influence will never show up in analytics.

Who should own it?

Usually the same team, and the argument for splitting it is almost always an org-chart argument rather than a technical one.

The overlap is large enough that separating them duplicates work: both need crawl access, both need clean structure, both need entity consistency, both need somebody who can read a log file. What genuinely differs is the third-party evidence layer, which looks less like content production and more like the work a PR or partnerships function already does.

Where each discipline’s effort actually lands
Shared foundationCrawl access, structure, entity, markup, useful content
SEO-specificPosition tracking, SERP features
AEO-specificOff-domain evidence, answer sampling
Most of the work is the same work. Bar widths show relative share of effort, not measured hours.

The practical failure mode is a team that treats AEO as a content brief. It is not one. The single highest-value activity in it happens on domains you do not own, and no editorial calendar reaches there.

What do people ask most about the difference?

No, though the technical foundations overlap almost entirely. The difference is what you compete for and how you measure it. SEO competes for a position among ten results and measures position, impressions and clicks. AEO competes for inclusion in one synthesized answer and measures how often you are named or cited across repeated runs of a fixed prompt set.
Not different content, but different structure and a different balance. Engines retrieve passages rather than pages, so every section should answer its own heading without depending on the sections above it. The bigger change is that most of the evidence an engine uses about you lives on domains you do not own, so the proportion of effort spent on your own blog should fall.
It helps machines understand and disambiguate your page, which is worth having. It is not a ranking lever, and Google explicitly tells site owners not to build AI-specific files or markup for its AI features. Treat markup as identity work rather than as an optimisation.
Only the fraction that produces a click. An answer that names you and sends nobody is invisible to analytics, and a buyer who reads about you today and arrives directly a fortnight later cannot be joined to that answer. Measure AEO by sampling the answers themselves, not by waiting for referrals.
Access fixes can show within days of a recrawl. Entity and category consistency takes weeks, because it depends on independent sources agreeing. Third-party evidence takes a quarter or more. Establish a baseline first, or you will not be able to tell a real improvement from ordinary week-to-week variance.

If you want the vocabulary straight before you rebuild any reporting, the glossary defines the sixty terms this field actually uses, and marks the four that decide everything else.