AEO vs SEO: what changed and what to do about it
AEO targets AI assistants like ChatGPT and Claude; SEO targets Google. Both still matter, but the signals are different. Here's a clean comparison and a migration plan.
5/15/2026 • by FixAEO Team • 6 min read
The marketing team you hired in 2022 is good at SEO. They have backlinks, they have keyword research, they have a content calendar. So why is your brand missing from every ChatGPT recommendation?
Because Answer Engine Optimization (AEO) is not just rebranded SEO. The signals overlap but the algorithms are different, the distribution is different, and increasingly the user journey is different. This post lays out the comparison cleanly, then gives you a 30-day migration plan you can hand to your existing team.
The one-sentence version
SEO is winning the click. AEO is winning the synthesis.
Google sends users to ten ranked links; the user clicks one. ChatGPT sends users one answer; whether your brand is in that answer is binary.1 Optimising for a ranking on a SERP and optimising for inclusion in a synthesised paragraph are related — but they are not the same job.
How the signals differ
| Signal | SEO weight | AEO weight | Why the gap |
|---|---|---|---|
| Backlinks | Very high | Medium | AI engines weight source authority (Wikipedia, industry pubs) over raw link count |
| Keyword density | Medium | Low | Models read meaning, not n-gram frequency |
| Page speed | Medium | Low | Crawlers don't bounce; LCP doesn't help retrieval |
| Schema.org markup | Medium | Very high | JSON-LD is how the model decodes "what is this site" |
| Question-style headings | Medium | Very high | RAG retrieval favours pages that pre-answer the user's prompt |
| Fresh content | Medium | High | LLM citation systems prefer recent sources |
llms.txt | None | High | New standard, only AEO uses it2 |
| Citations from authoritative sites | High | Very high | Wikipedia mention can outweigh 1,000 backlinks |
| robots.txt allowing AI bots | Neutral | Critical | Block GPTBot/ClaudeBot and you're invisible |
The bold rows are where most teams are losing ground today.
The three eras of search optimisation
A useful lens:
Era 1 — Keywords (2000–2012)
Match the user's search string with on-page tokens. Optimise titles, meta descriptions, and exact-match domains. The page that mentioned the keyword most plausibly won.
Era 2 — Intent (2012–2024)
Google's RankBrain3 and BERT reframed the problem: serve the result that satisfies the underlying intent, even if the keywords don't match. Backlinks, EEAT, schema markup, page experience signals. The page that answered the question best won.
Era 3 — Synthesis (2024–now)
AI assistants don't link to a page — they summarise the consensus. The page that feeds the synthesis wins. Often that means:
- being on the first SERP (so the retrieval layer picks you up)4
- being cited by an authoritative third party (so the model gives your claim weight)
- having structured data the model can decode reliably5
- being machine-readable on purpose (llms.txt, FAQ schema)
If you stopped at Era 2 you are not visible in Era 3.
A 30-day AEO migration plan for an SEO team
Most marketing teams already do steps 1-3 for SEO. They are repurposable. The gaps are in steps 4-6.
Week 1 — Foundations
- Audit
robots.txt. ConfirmGPTBot,ClaudeBot,Google-Extended,PerplexityBot,anthropic-ai, andCCBotare not blocked. The defaultUser-Agent: *covers them, but many sites have explicit blocks left over from 2023 panic.6 - Run a free AEO scan. [INTERNAL LINK: / "FixAEO's free scanner"] checks 10 heuristics plus live LLM brand queries in ~5 seconds.
- Add an
OrganizationJSON-LD block to the homepage. Includename,description,logo,sameAs(LinkedIn, X, Crunchbase),email.
Week 2 — Content
- Convert your top 5 SEO pages into answer-shaped content. Replace product-marketing H1s with the actual question users ask.
"Best CRM for indie SaaS"is a better H1 than"Our CRM". - Add
FAQPageJSON-LD to anywhere that has Q&A content. AI assistants lift Q&As verbatim from this schema.
Week 3 — Distribution
- Publish
/llms.txtat the site root. Five-minute job: a Markdown manifest describing your business, products, and key pages.2 [INTERNAL LINK: /blogs/how-to-add-llms-txt "Step-by-step llms.txt guide"]. - Earn one Wikipedia mention (if eligible). It's the single highest-ROI citation in AEO.
Week 4 — Measurement
- Define your tracked prompts. The 20 questions your buyers ask AI assistants before they reach your site.
- Baseline your brand mention rate across 4 engines (ChatGPT, Claude, Gemini, Perplexity). Anything below 40% is a problem.
- Set a 30-day improvement target. AEO score from N to N+15 is realistic if you do steps 1-9 above.
Should you stop doing SEO?
No. The mistake is treating AEO as a replacement. Treat it as the third channel in your acquisition stack, alongside SEO and paid.
| Channel | What it gets you | Time-to-result |
|---|---|---|
| SEO | Direct clicks, indexable depth, branded queries | 3–9 months |
| Paid search | Immediate top-of-page on commercial intent | Days |
| AEO | Inclusion in AI syntheses, citation surface on Perplexity/Gemini, "trusted recommendation" effect | 4–12 weeks |
The SEO investments compound into AEO automatically. The reverse is also partially true. They are not in conflict.
FAQ
Is AEO just a fad?
Unlikely. Three of the four major AI assistants now have first-party search products,1 and structured-data citation systems are only getting more sophisticated. Even if a specific engine fades, the underlying optimisation — clear content, machine-readable schema, citation building — is durable.
Will AEO replace SEO?
No. SEO and AEO have different distribution surfaces (Google vs AI assistants) and slightly different signals. Treat them as complementary.
How long until AEO investments show results?
Faster than SEO. Schema.org changes are picked up in days; new llms.txt files within a week; LLM training data takes 6–12 months but real-time retrieval (the bigger lever) responds immediately.
What's the simplest AEO improvement I can make today?
Add /llms.txt to your site root and make sure robots.txt doesn't block AI crawlers. Five minutes of work; both are zero-downside. [INTERNAL LINK: /blogs/how-to-add-llms-txt "How to add llms.txt"].
How do I measure AEO?
Track brand mention rate (% of relevant prompts that mention you across N engines) and sentiment (-1 to +1 tone score). Run weekly. [INTERNAL LINK: / "FixAEO does this automatically"].
In one paragraph
AEO is the third era of search optimisation. SEO targets Google's ranking; AEO targets AI assistants' synthesis. The signals overlap (schema, content quality, authority) but the weights are different (structured data >> backlinks; question-form headings >> keyword density). If you're already doing SEO well, you have 60% of the work done — but the missing 40% is where your competitor is winning today.
Run a free FixAEO scan to see exactly where you sit on the AEO curve. Takes 30 seconds, no signup.
Footnotes
-
OpenAI: Introducing ChatGPT search. Read the announcement. ↩ ↩2
-
llmstxt.org: The /llms.txt file. Read the spec. ↩ ↩2
-
Google: RankBrain: how Google search works. Read the explainer. ↩
-
OpenAI Help Center: How ChatGPT search works. Read the help article. ↩
-
Google Search Central: AI features and your website. Read the AI features guidance. ↩
-
Google Search Central: Introduction to robots.txt. Read the robots.txt guide. ↩
Want to see how your brand scores?
FixAEO runs all the checks in this post automatically — free, no signup.
Run a free scan