Skip to content
50% OFF $299 $599
Lock in
§ 6.0.4 ARTICLE
Published VerifiedEvery 6 weeks Sources3 named Authored bySquareRank Team

Glossary · § 6.0.4 · Defined term

Google AI Overviews

Google AI Overviews (AIO) is the Gemini-powered answer summary that appears above the classical search results for an increasing share of Google queries, citing three to five source URLs alongside the generated text1. It launched in the United States on 14 May 2024 as the production successor to the Search Generative Experience (SGE) Labs feature, and has since expanded across multiple countries and language pairs.

AIO rendering varies by query. For straightforward informational questions, the overview block dominates the top of the SERP. For commercial and navigational queries it appears more selectively. For YMYL (medical, financial, legal) queries Google applies stricter source-selection rules.

Definition

Google AI Overviews (AIO) is the Gemini-powered answer summary that appears above the classical search results for an increasing share of Google queries, citing three to five source URLs alongside generated text.

The block has a consistent visual structure: a multi-paragraph generated answer, a "show more" expander, and a stack of source cards (three to five, sometimes more in expanded mode) listing the URLs Google extracted the answer from. Each card carries the publisher's favicon, the page title, and the domain. Clicking a card opens the source page; the citation is the only public-facing referral signal in the AIO interface.

From SGE to AI Overviews

Google announced the Search Generative Experience (SGE) at Google I/O 2023 as an opt-in Labs feature. SGE ran for about a year as a public experiment, with the consumer-facing surface restricted to logged-in users who enabled it in Search Labs. On 14 May 2024 Google relaunched the product as 'AI Overviews' and rolled it out to all US users by default, ending the SGE branding.

The transition was substantive, not just cosmetic. The 2024 production launch tightened source-selection rules after several high-profile SGE failures (recommending glue on pizza, suggesting users eat rocks); narrowed the query types that trigger the block; and added a "from sources across the web" attribution model that gave more weight to canonical industry references. The SGE term survives as a historical pointer; the product you encounter today is AI Overviews.

How AI Overviews appear and select sources

AI Overviews appear when Google's classifier determines the query benefits from a synthesised answer. Source selection draws from the same index that feeds classical results — a page must rank well classically to be a candidate — but the AIO ranker re-weights for extraction-friendliness, source authority, and freshness. Multiple sources are cited per overview so the user can verify across publishers.

Practical implications for a publisher: rank well in classical Google first (AIO does not invent sources; it selects from what is already indexed); make passages extractable (the 134-167 word self-contained passage rule); maintain freshness on time-sensitive content (AIO weights recent dates heavily); and build E-E-A-T signals (author bylines, real expertise markers) so the source-authority pass treats the page favourably2.

AI Overviews on Squarespace specifically

On a Squarespace 7.1 site, three platform-specific quirks affect AIO eligibility. First: 7.1 section-based templates emit multiple H1s by default, which breaks the heading hierarchy AIO uses for extraction. Second: FAQ schema retired its rich-result eligibility on 7 May 2026 for general Search, so FAQ-schema-driven AIO appearances disappeared for non-government, non-health sites. Third: the 'first 200 words' rule lands inside Squarespace's default section padding, so the visible above-the-fold content must be the answer.

The fix for each: Code-Inject a small DOM-rewrite to convert section H1s to H2s under the page H1; remove FAQ schema from service and blog pages (keep only on the /faq/ hub); structure section one of every page as the direct answer to the query the page targets. The full cluster covers each in install detail; see Cluster 1.3 — Google AI Overviews × Squarespace.

The accuracy controversy

AI Overviews drew critical press in May 2024 for hallucinated answers — recommending glue on pizza, suggesting users eat one rock per day, citing satirical sources as authoritative. Google rolled out source-selection tightening and YMYL-query restrictions within weeks. The error rate has dropped substantially since launch but is non-zero; AIO is still a generative system, with the failure modes generative systems have.

The implication for a Squarespace owner: do not assume an AI Overview citation is automatically valuable. Verify the quoted passage actually represents your page accurately; if it misquotes or pulls from outdated content, the citation becomes a liability rather than an asset. Auditing AIO citations of your own site (weekly, manually) is part of the discipline.

AI Overviews sits inside the Google-side AI search cluster. Adjacent terms below.

  • SGE: the experimental predecessor that consolidated into AIO in May 2024.
  • Passage ranking: the underlying retrieval pattern AIO uses to lift from longer pages.
  • AEO: the discipline that targets AIO citations as one of its primary outcomes.
  • E-E-A-T: the trust framework AIO applies during source selection.
  • Cluster 1.3: the Squarespace-specific install.