How to get your pages cited in AI Overviews and answer engines
AI search · 5 min read · Updated
Pages get cited in AI Overviews when they answer a specific question directly, early, and in a self-contained paragraph that makes sense lifted out of its page. The mechanics that matter are structure rather than tricks: a heading that states the question, an answer of two to four sentences immediately beneath it, concrete specifics an engine can attribute, and a page that is crawlable and fast. There is no markup that requests a citation and no setting that grants one — an answer engine cites the passage that best answers the question, so the work is making sure one of your passages is that.
What an answer engine is actually doing
It retrieves a set of candidate pages, extracts passages from them, composes an answer from those passages, and attributes the ones it leaned on. Every stage of that is passage-level, not page-level. A page that ranks well overall but buries its answer in the eleventh paragraph loses to a thinner page that leads with it.
This is the single most useful thing to understand, because it changes what you optimise. You are not trying to make the page rank; you are trying to make one paragraph of it the most liftable answer to a specific question on the open web.
The page structure that gets cited
01Ask the question in a heading
Word it the way someone would type or say it, not the way a category page would label it. "How much does a boiler replacement cost?" rather than "Pricing".
02Answer it immediately underneath
Two to four sentences, self-contained, no "as we discussed above". If the paragraph does not make sense on its own it cannot be quoted on its own.
03Put the specifics in the answer
Figures, ranges, dates, materials, conditions. Specifics are what distinguish a citable passage from a paraphrase of every other page on the subject.
04Then expand
Everything else — context, caveats, the worked example, the argument — goes after. The reader who needed only the answer has it, and the reader who wanted the detail reads on.
05Keep it crawlable
Server-rendered text, reachable without interaction, in the HTML. An answer inside a JavaScript accordion that only populates on click is an answer nothing can read.
Every guide on this site is built to this shape, including this one. It would be a strange thing to recommend and not do.
Structured data: useful, but not a citation request
FAQPage, HowTo, Article and Organization markup all help an engine understand what a page contains and who stands behind it. None of them ask for a citation, and no amount of schema will get a vague page quoted.
The rule that matters is that markup must mirror what a visitor can see. FAQ markup describing answers that are not on the page is a structured data violation, and the usual cause is not deceit — it is a page where the markup and the prose were edited separately and drifted apart. Generate both from one source if you possibly can.
What can and cannot be measured
This is where most of the industry is currently being dishonest, so it is worth being exact about it.
| Surface | Can your citation be measured? | Why |
|---|---|---|
| Google AI Overview | Yes, where it renders in the results page | It appears on a public search results page, so a crawler that fetches the page can see whether you were cited. |
| ChatGPT Search | No | Answers are session-bound and personalised. There is no public results page to observe and no stable query to re-run. |
| Microsoft Copilot | No | Same reason: conversational, personalised, not publicly addressable. |
| Perplexity | No | Same reason, plus answers shift between runs of an identical prompt. |
| Gemini | No | Same reason. |
Anyone reporting your "ChatGPT ranking" is running prompts from their own account and calling the result your visibility. It is not a measurement of anything, because the next run — from a different account, in a different session — produces a different answer.
SEOGrowPilot reports a figure only for AI Overviews, and only where the block actually rendered in the HTML it fetched. For the other four it reports readiness — whether your pages carry the structure that gets cited — and says plainly that no figure is available. An unmeasured surface returns no number rather than a zero, because "we could not see" and "you were not cited" are different facts.
What to do about the clicks you lose
An AI Overview that answers the question completely takes the click. That is real, it is not reversible, and it lands hardest on purely informational pages.
- Move effort towards queries an answer box cannot satisfy: anything needing your prices, your stock, your location, your availability, or a decision made with you.
- Make the citation worth having. A cited brand name in front of someone researching is worth something even unclicked, and it compounds.
- Give the page a reason to be opened after the answer is read — a calculator, a specification, a comparison, a booking.
- Stop measuring those pages by sessions alone. Impressions and citations are now part of the return, and a page can be doing its job with falling traffic.