AboutWorkServicesToolsBlogContact Get in touch โ†’
AI SEO

How I Get AI Overviews to Cite My Pages

I spent months watching which of my pages Google AI Overviews actually quote. Here is what got cited, what got ignored, and the structure I now use on every page.

For about four months I tracked every time one of my pages showed up as a cited source inside a Google AI Overview. Not ranked โ€” cited. The little link Google drops next to the AI-generated answer.

Some of my pages got pulled in over and over. Others, with better rankings and more backlinks, never showed up once. The pattern that separated them wasn't what I expected.

Why I started tracking this

Traffic from classic blue links is shrinking on informational queries. AI Overviews answer the question on the page, and the only click you might earn is the citation. If I'm going to lose the snippet anyway, I want to be the source the AI quotes. That's the new front page.

So I kept a simple log: query, whether an Overview appeared, which sources it cited, and whether one was mine. Boring spreadsheet work. It paid off.

What I did differently

I went back to first principles. Forget the old SEO playbook โ€” what does an LLM actually need to quote you? It's content engineering, not copywriting: make the answer trivially easy to extract. An AI Overview is a summarizer. It rewards content it can lift cleanly, frictionlessly, without guessing what you meant.

๐ŸŽฏ
The core rule

Answer the exact question in the first two sentences under a heading that matches the query. Define the term, give the number, state the verdict โ€” then expand. The Overview almost always pulls from that opening block.

The structure that got cited

After enough samples, the cited pages shared the same skeleton. Here's the pattern I now apply to anything I want surfaced in an AI answer:

  1. Question-shaped H2. Use the literal question as the heading โ€” "What is X?", "How long does X take?" โ€” so the heading maps to the query.
  2. Two-sentence direct answer. Lead with the answer, no warm-up. This is the block that gets quoted.
  3. Supporting specifics. A short paragraph with a date, a number, or a named example. Vague content rarely gets cited.
  4. A table or list when comparing. Overviews love structured data โ€” they extract rows almost verbatim.

I also add structured data so machines don't have to guess what a page is. For a how-to or a Q&A page, the schema is small and it helps the parser:

๐Ÿ“„ faq-schema.json json-ld
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "How fast does IndexNow work?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "IndexNow notifies Bing and Yandex within minutes. Google does not use it directly."
    }
  }]
}
๐Ÿ’ก
Tip

Keep the schema answer.text and the on-page answer identical or near. When the structured answer matches the visible one, citation rates went up in my log. Mismatched schema looked like it confused the parser.

What happened

Across the rebuilt pages, citation appearances roughly tripled over the four months. One comparison page โ€” built as a clean table with a one-line verdict on top โ€” became a near-permanent source for its query cluster.

The surprise: ranking position didn't predict citation. A page sitting at position 6 got cited while the position-2 page above it didn't, because the position-2 page buried its answer under 300 words of intro. The Overview couldn't find a clean block to lift, so it skipped it.

AI Overviews don't reward the best-ranked page. They reward the most quotable one.

What didn't work

A few things I tried that moved nothing:

  • Stuffing more keywords. Zero effect on citation, and it made the prose worse to read.
  • Longer content for its own sake. A 3,000-word page didn't beat a tight 900-word one. Clarity won.
  • Adding schema to a page with a vague answer. Schema can't rescue mush. The visible answer has to be sharp first.

Key takeaways

  • Lead every page with a two-sentence answer under a question-shaped heading.
  • Cite specifics โ€” dates, numbers, names. Vague pages don't get quoted.
  • Use tables and lists for anything comparative; Overviews extract them cleanly.
  • Match your structured data to your visible answer, word for word where you can.
  • Citation tracks quotability, not ranking. Make the page easy to lift.

What I'll do next

I'm now testing whether the same structure earns citations in ChatGPT and Perplexity, not just Google. Early signs say the answer-first format travels well across all of them โ€” which would mean one writing discipline covers every AI surface at once. More data soon.

Share this

Want this built for your team?

I design AI agents and growth automation that run without babysitting. If that sounds useful, let's talk.

Get in touch โ†’

Keep reading