What Is Answer Engine Optimisation (AEO)? A Plain-English Guide
Answer Engine Optimisation (AEO) is making content easy for ChatGPT, Perplexity and AI Overviews to cite. What it is, how it differs from SEO, where to start.
Answer Engine Optimisation (AEO) is the practice of making your content easy for AI assistants such as ChatGPT, Perplexity and Google's AI Overviews to find, understand and cite when they answer a question. Where search engine optimisation aims to rank a page on a results list, AEO aims to be the source quoted inside the answer itself. It is not a replacement for SEO but a layer on top of it, and most of the work is about writing and structuring pages so that a machine can lift a clear, self-contained answer from them.
This guide is for people who have heard the acronym, run a WordPress site, and want to know what actually changes. It explains what an answer engine is, how AEO differs from the SEO you already know, why it matters now, what the building blocks are, how to measure it, which tools help, and which claims about it to ignore. RankWave AI and Hydrogen SEO are both built by Sheesh Labs, so where Hydrogen SEO appears below, read it as a builder's example rather than an independent recommendation.
What is an answer engine?
An answer engine is any system that responds to a question with a composed answer rather than a list of links. ChatGPT with browsing switched on, Perplexity, and the AI Overviews Google places above its ordinary results are the three most people meet. Claude and other assistants behave the same way when they search the web.
Under the hood they follow roughly the same three steps. First, retrieval: the system finds candidate pages, usually through a conventional search index plus its own crawling. Second, extraction: it pulls passages from those candidates, and clear, self-contained passages survive this step far better than meandering ones. Third, synthesis and citation: it writes an answer and attributes some claims to sources, typically two or three of them.
That last detail is the whole reason AEO exists. A results page spreads clicks across ten or more listings. An AI answer cites a handful. If you are not one of them, you are absent for that question, however well you rank.
How is AEO different from SEO?
The overlap is large. Accurate content, clean structure, real authority and good technical hygiene help in both worlds. The emphasis shifts in four places.
| SEO | AEO | |
|---|---|---|
| Goal | Rank a page on a results list and earn the click | Be the source cited inside an AI-composed answer |
| Signal | Titles, headings, links, metadata, page experience | All of that, plus a direct answer high on the page, question-shaped headings, schema markup and clear entity identity |
| Unit of competition | The page | The passage or fact a machine can extract on its own |
| Measurement | Rankings, impressions, clicks | Whether, and how often, assistants cite or mention you for the questions that matter |
Notice what does not change. Thin, repetitive or inaccurate content loses in both competitions; models are as good as human readers at spotting it. AEO rewards the same substance SEO does. It just asks you to package that substance so it can be quoted without guesswork. Hydrogen SEO's explainer on why ChatGPT never mentions your site makes the same point from the other direction: ranking and being cited are two competitions, and the first one's habits do not automatically win the second.
Why does AEO matter for WordPress sites now?
Three reasons, none of them hype.
First, a growing share of questions that used to produce a search result now produce an answer, with the sources tucked underneath. For informational queries in particular, the click that once went to a page-one listing may not happen at all. Being one of the cited sources is the new page one.
Second, WordPress sites are unusually exposed to the mechanical failures that stop citations. Themes and plugins that inject metadata with JavaScript, competing schema output from two plugins at once, sitemaps with stale dates, and years of duplicate titles are all common on long-running WordPress installs. They rarely stopped a page ranking. They do give an extraction step reasons to skip you.
Third, the fixes are cheap and overlap almost entirely with good SEO. Nothing in AEO asks you to abandon what works. It asks you to add a direct answer, tidy headings, add structured data and measure a second thing. For a broader view of what AI actually changes for WordPress SEO, and what is merely rebranded, see our piece on AI SEO for WordPress: what works and what is hype.
What are the building blocks of AEO?
Six, in rough order of importance. The first is free and the last is earned; the four in between are a WordPress plugin's job.
Quotable answers
Every page that targets a question should answer it in the first paragraph: two to four sentences that make sense on their own if someone reads nothing else. Headings should be phrased as the questions people actually ask, and each section should fully answer its heading before moving on. This creates extractable blocks, and it is the single highest-leverage change on the list.
Entity clarity
Assistants prefer sources they can identify. That means one consistent organisation name everywhere it appears, a genuine about page, identifiable authors, and a site that covers one subject in depth rather than everything thinly. Consistent titles and meta descriptions that describe pages the way the pages describe themselves are part of the same discipline.
Schema markup
JSON-LD structured data states explicitly what a page is: an article by whom and when, a set of frequently asked questions, a how-to with steps, a product, a local business. No assistant publishes exactly how it weighs schema, but ambiguity is the enemy of citation and schema is the standard tool for removing it. FAQ and HowTo types map most directly onto the shape of an answer; Article schema establishes authorship and dates. Our guide to schema markup for WordPress covers which types are worth the effort.
llms.txt
A plain-text file at yoursite.com/llms.txt giving AI systems a curated map of your most important pages, each described in a sentence. It is a proposed convention, not an accepted standard, and no major provider has committed to reading it. It is also a ten-minute job with no downside. Hydrogen SEO's guide to whether llms.txt actually does anything gives the honest status and a worked example.
Technical cleanliness
Metadata and schema that are server-rendered rather than assembled in the browser, so crawlers that do not execute JavaScript still see them. A robots.txt that does not block the crawlers you want. An XML sitemap with a truthful lastmod for every URL. No duplicate titles, no orphan pages, no broken internal links. None of this is new; all of it matters more when a machine is deciding whether to trust you in a single pass.
Being the source others cite
The block you cannot buy. Original data, first-hand tests, and pages that other sites already link to as references are more likely to be retrieved and more likely to be attributed. A new site with perfect structure still loses to an established authority with mediocre structure. Structure multiplies what you have; it does not create it.
How do you measure AEO?
Rank tracking does not tell you whether Perplexity mentions you, so AEO needs its own measurement. The basic method is simple: list the questions your customers ask, put each to the major assistants, and record whether your site is cited with a link, mentioned without one, or absent. Repeat monthly.
Two honest caveats. Individual answers vary from run to run, so a single check proves nothing; you are looking for a trend over three or four rounds. And you are measuring citations, not traffic, because assistants send fewer clicks than a results page even when they cite you. Some pass a referrer when a user clicks a source, and those are worth watching in analytics, but treat them as a floor rather than a total.
Doing this by hand for twenty queries across three assistants is a couple of hours a month. Tools exist to automate it, covered next.
What tools help?
Disclosure again: Hydrogen SEO is a Sheesh Labs product, as is RankWave AI, so this is a builder describing a sibling. Two of its pieces are the most directly useful for AEO on WordPress.
The llms.txt editor in the free plugin lets you write, edit and publish the file from wp-admin with no filesystem access, and it works without an account or key, like every non-AI feature in the plugin. The same plugin outputs Article, FAQ, HowTo and other schema types as server-rendered JSON-LD with zero front-end JavaScript, and its XML sitemaps carry lastmod for every URL along with images, which covers most of the technical-cleanliness block in one install. The plugin is Beta software at version 0.0.20, and its makers say so; expect a changelog that moves.
The AEO monitor on hydrogenseo.com handles measurement. It tracks whether ChatGPT, Perplexity and Google's AI Overviews cite your site for the questions you care about and charts the result over time, turning the monthly spreadsheet into a dashboard. The AEO documentation explains what it reports. A free account includes 1,000 AI credits with no card required, which is enough to take a baseline. You can read more about the product on our Hydrogen SEO page.
RankWave AI, the product this site belongs to, is still in build and is not something you can install today. Its brief is AI-powered content optimisation for WordPress, and the AEO fundamentals above are the ground it will stand on; it does not replace any of them. For a hands-on checklist you can run this week, our sister site has published a one-afternoon AEO guide for small teams, and our own engine-by-engine walkthrough on getting your WordPress site cited by ChatGPT and Perplexity goes deeper on tactics.
What are the common myths about AEO?
- "There is a tag that makes assistants cite you." There is not. No file, plugin or schema type forces a citation. These systems are probabilistic and their selection logic is not public. You are shifting odds.
- "llms.txt is the new robots.txt." Not yet, and possibly never. robots.txt has decades of established crawler behaviour behind it; llms.txt has a proposal and uneven adoption. Publish one because it is cheap, not because it is decisive.
- "AEO means writing for robots." Models are good at detecting thin, keyword-stuffed content, and so are the humans who arrive from a citation. Direct answers and question headings make pages better for people too.
- "If I rank first I am covered." Ranking gets you into the candidate pool. Extraction then looks for a clean passage, identifiable authorship and current dates. Page-one sites are skipped for those reasons every day.
- "AEO is finished once the page is fixed." The engines change without notice, and freshness is a signal. A page that confidently describes 2024's AI landscape is worse than no page at all in 2026.
The durable version of AEO is the boring one: state the answer plainly, structure the page so a machine can lift it, describe the page in schema, keep the technical layer clean, and measure whether it worked. That pays off in classic search today and positions you for whatever answer engines become next.
Frequently asked questions
Is AEO the same thing as GEO or LLM optimisation?
Broadly, yes. Answer Engine Optimisation, Generative Engine Optimisation and LLM optimisation are different names for the same goal: being the source an AI assistant retrieves, understands and cites. The labels vary by who coined them. The underlying work, direct answers, clear structure, schema markup, clean crawl access and measurement, is identical whichever name you prefer.
Does AEO replace normal SEO?
No. Answer engines usually start from a conventional search index, so a page that ranks is more likely to be retrieved at all. AEO adds a layer on top: machine-first formatting, structured data discipline, optional guidance such as llms.txt, and a new measurement, whether assistants cite you. Skipping the SEO foundation makes the AEO layer mostly pointless.
Do I need to pay for a tool to do AEO on WordPress?
No. Direct-answer paragraphs and question headings cost only editing time. Schema markup, llms.txt and server-rendered metadata come free from Hydrogen SEO's plugin with no account, and from several other plugins. The one part that is hard to do by hand at scale is measurement, and even that can be a monthly spreadsheet if your budget is zero.
How do I check whether ChatGPT cites my site?
Ask it. Pick the questions your customers ask, put them to ChatGPT, Perplexity and Google, and record whether your site is cited, mentioned or absent. Repeat monthly, because single answers vary and only trends mean anything. If that gets tedious, the hydrogenseo.com AI-visibility monitor runs the same check on a schedule and charts the result over time.
Will llms.txt improve my Google rankings?
No. llms.txt is not a ranking signal and nobody credible claims it is. It is a proposed convention offering AI systems a curated, plain-text map of your most important pages. It is cheap to publish and harmless, but its adoption by major providers is unproven, so it belongs at the end of your AEO list, after answers, structure and schema.