Skip to content
// ai-search · geo-seo · content-craft

Writing for Google AI Overviews: the 7 structural moves that move citations

AI Overviews now eat half the SERP. The seven specific writing and markup moves that consistently land your content in the answer box, with examples from pages that get cited and pages that do not.

by İsmail Günaydın7 min readupdated

Google AI Overviews now appear on roughly 47% of US English search results as of mid-2026, according to BrightEdge tracking. They eat the top of the SERP, push the regular blue links down, and decide which sources get cited as the answer. If you write for the web and you are not deliberately writing for Overviews, you are giving away half the search surface.

These are the seven moves I use on every page on toolgenx.com. None of them are clever. All of them work.

Move 1: Lead with the answer in 40-60 words

The single biggest factor in whether your page gets cited is whether it has a passage that reads as a direct answer to a search query. The optimal passage length, based on Princeton + GA Tech + IIT Delhi research from 2024, is 40-60 words — long enough to be substantive, short enough to be extractable.

Bad opening (not citable):

If you've ever wondered how content delivery networks work, you're not alone. This question gets asked all the time by developers and IT professionals trying to make their websites faster and more reliable.

Good opening (citable):

Content delivery networks (CDNs) are distributed server systems that cache and serve web content from locations geographically close to end users. A CDN reduces latency by 50-70% on average by serving assets from edge servers instead of a single origin. The three largest providers in 2026 are Cloudflare, Amazon CloudFront, and Akamai Technologies.

The second one is 58 words, defines the term, contains three specific facts, and can stand alone. The first one is 35 words, defines nothing, and contains zero quotable substance. AI Overviews will cite the second and ignore the first.

Move 2: Use definition patterns explicitly

AI Overviews extract patterns that match "X is...", "X refers to...", "X means...". These patterns are not stylistic preferences — they are the exact phrasings the extraction layer is tuned to recognize.

For each major H2 on a page, the opening sentence should ideally fit one of these patterns:

  • "Y is [definition]." (declarative)
  • "Y refers to [explanation]." (academic)
  • "Y means [outcome]." (causal)
  • "The Y framework consists of [list]." (structural)

This sounds robotic. Done well it does not read robotic — the pattern carries the first sentence, then natural prose carries the rest. The 9 posts on the toolgenx.com blog all start their H2 sections this way and the prose still reads like a person wrote it.

Move 3: Embed one specific number per major section

AI Overviews preferentially cite passages with quantified claims. A year, a percentage, a dollar amount, a count. Not "many", not "most", not "significantly improved" — actual numbers.

Examples from this post:

  • "47% of US English search results" (move 1)
  • "50-70% latency reduction" (move 1)
  • "9 posts on the toolgenx.com blog" (move 2)

Each of these numbers makes the passage more citable because they give the AI a concrete fact to anchor the citation to. A page with five numbered facts and a page with zero are both technically correct prose. The first gets cited.

Move 4: Ship FAQPage schema with real questions

Every page that contains a FAQ section should also output FAQPage JSON-LD with the same questions and answers. This is the single most cited structured-data type in AI Overviews — Google extracts the FAQ entries verbatim and presents them as "People also ask" expansions inside the Overview.

The trick: the questions have to be questions people actually ask, not invented prompts the marketing team wrote to fill space. Sources for real questions:

  • Search Console "queries" report for the page
  • Reddit threads and forum posts on the topic
  • The first 10 messages your support inbox receives about this product or topic
  • Autocomplete suggestions when you type the topic into Google

Generic FAQ ("What is X? X is a tool that...") performs poorly. Specific, real-question FAQ ("How long does it take to see results from X? Most users see results within 2-4 weeks if...") gets pulled into Overviews regularly.

Move 5: Name a human author with Person schema and sameAs

Google's E-E-A-T framework — Experience, Expertise, Authoritativeness, Trustworthiness — applies heavily to AI Overviews because the answer carries implicit liability. Pages by named authors with verifiable expertise get cited more than pages by "Admin" or "Editor".

The technical requirement: every content page should output a Person schema for its author, with:

  • Full name
  • Real image URL (not stock, not generated)
  • jobTitle indicating relevant expertise
  • sameAs array with at least 3 real social profiles (LinkedIn, X, GitHub, Medium, etc.)
  • worksFor pointing to an Organization

The author profile then has to be linked from the byline on every page and have a real bio at a real URL. The chain has to close — clicking the author byline should lead to a real page about a real person, not a profile-not-found.

For toolgenx.com that person is me, with 6 sameAs links and a real photo from ismailgunaydin.com. The same chain is replicated across all 14 blog posts and 19 product pages.

Move 6: Keep paragraph count high, individual paragraphs short

A single page with 6 paragraphs of 250 words each is harder to extract from than a page with 24 paragraphs of 60 words each. Both pages have 1,500 words. The second is more citable because every paragraph is a candidate extraction.

Optimal paragraph length for AI Overview extraction: 40-80 words. Below 40 lacks substance; above 80 starts to bundle multiple claims, which dilutes any single one.

This means breaking the prose more aggressively than you would for pure human readability. The trade-off is fine — readers benefit from shorter paragraphs too. It is a Pareto win.

Move 7: Update dateModified when content meaningfully changes

AI Overviews preferentially cite recently updated content for time-sensitive queries (anything with "2026", "current", "now", "recent" in it implicitly). The dateModified field in your Article schema is one of the signals.

Two rules:

  • Update dateModified when the content materially changes — new section, updated stat, corrected error. Not when you fix a typo. Not when you bump a CSS variable. Real edits only.
  • Quarterly review your top 10 pages and update at least one paragraph per page with new context. Real updates, not timestamp tricks. The bot can tell.

A page that has not been touched in 18 months will lose citations to a similar page updated last month, even if the older page is more authoritative. Freshness is a real signal.

What this looks like in practice

A real Overview-friendly H2 section from another post on this blog:

## What is the EU CRD Article 16(m) waiver?

[Move 2: definition pattern] EU CRD Article 16(m) is the provision that
[Move 1: 40-60 word answer block] lets a digital goods seller disapply the
buyer's 14-day right of withdrawal — but only if the buyer expressly
requests immediate access AND acknowledges losing the right to withdraw.
[Move 3: specific number/date] In practice this means two unticked
checkboxes at checkout, both required to proceed, with the exact consent
text and timestamp logged for 6 years.

That is 60 words, uses the definition pattern, contains a year, a checkbox count, and a retention period. It will get cited. The boring discipline is the entire trick.

What does NOT work

Three things I have tried that did not move the needle:

  • Keyword stuffing in headings. AI Overviews care about answer quality, not keyword density. Stuffing makes the heading worse without helping the citation rate.
  • Adding more authoritative-sounding hedge language. "Studies show", "research indicates", "experts agree" with no specific study or expert cited — AI Overviews ignore this. Specific citation beats vague authority.
  • Long introductions. AI Overviews extract from the first part of the page. Burying the answer under 200 words of context loses you the citation. Get to it.

The compound effect

None of these moves is hard. None requires a tool. None requires a budget. The seven moves applied consistently to every page on a site produce 3-5x the AI Overview citation rate vs the same site without them — based on the testing I have done across my own pages and three friends' sites over four months.

The leverage is in the consistency. One page following five of the seven moves outperforms ten pages following two each. Pick all seven, apply to every page, watch the citation rate climb.


The full audit + automation for these seven moves is in AI Search Visibility Toolkit. The schema library that handles moves 4 and 5 is Structured Data Pro Pack. The article framework that builds in moves 1-3 from the start is AI Content Blueprint. The wider GEO context is in What actually moves the needle for small shops.

// faq

Frequently asked

How long does it take to appear in AI Overviews after publishing?
Anywhere from a few hours to two weeks for an already-indexed site. Google's AI Overviews crawler re-checks active sites more frequently than the regular index. For a brand-new domain, the answer is the same as regular indexation — 1-4 weeks plus authority signals.
Do AI Overviews care about backlinks?
Less than regular search ranking does. The signal Google uses for AI Overviews leans more heavily on structured data, author entity, and passage extractability. A high-authority site with a poorly structured page will lose to a lower-authority site with a well-structured page in the answer box.
What is the difference between AI Overviews and Featured Snippets?
Featured Snippets pull a single passage from a single page and credit that page. AI Overviews synthesize information from multiple pages and cite them as sources. The structural requirements overlap heavily, but AI Overviews rewards being one of N citable sources rather than the one featured source.
Will my page get cited if it conflicts with the consensus?
Sometimes. AI Overviews prefer consensus answers but will surface well-structured minority positions for queries where the consensus is weak or contested. Original first-party data or contrarian-but-defensible positions can win citations even against more authoritative sites.
Does writing for AI Overviews hurt traditional SEO?
No. The structural moves that work for AI Overviews (clear answers, passage extractability, schema, author entity) are the same moves that improve regular search performance. There is no tradeoff. Writing for one is writing for both.

// related products

// related writing

Written by

İsmail Günaydın

Software Engineer · SEO/GEO/AEO Strategist · Digital Entrepreneur

Software engineer and digital entrepreneur with 15+ years building SEO-driven products. Founder of ModernWebSEO and ToolGenX. Focused on developer experience, web performance, and making technical content accessible. Builds customer-generating digital infrastructure through SEO, AEO, and GEO strategies.