PublishedVerifiedEvery 6 weeksSources10 namedAuthored bySquareRank Team
Cluster 1C · Google AI Overviews × Squarespace
Get Your Squarespace Site Into Google AI Overviews
Google AI Overviews reaches more than 2 billion monthly users1 and now surfaces above classical results on roughly 48% of tracked queries8. The Squarespace-specific complication: 7.1 blog index pages emit an H1 for every post title6, the FAQ schema rich result was retired on 7 May 20262, and the platform's auto-emitted markup does not include the Person + sameAs entity layer AIO weights heavily.
This hub is the entry point for the seven-page AI Overviews cluster. It defines what AIO is in 2026, names the four signals Google's Gemini-powered Overviews layer reads from your site, calls out the three platform-specific traps Squarespace 7.1 ships with, and routes into the six leaves below for the technical depth. The honest framing: AIO citations are earned through reachable content, clean HTML, named-source hygiene, and a verifiable author entity — not a single magic toggle.
AI Overviews is the inline Gemini-generated answer block Google places above the classical ten blue links on roughly 48% of tracked queries, with industry-specific coverage running from ~21% on heavily commercial searches to ~83% on education-related ones. It draws from Google's main Search index — the same one Googlebot populates for traditional ranking — and synthesises a direct answer with three to six visible source citations. For a Squarespace owner, AIO is not a separate channel to set up; it is a different way the engine reads the work your site already does for classical Search. The fixes are about HTML hygiene, passage discipline, and verifiable expertise, not about a new crawler.
The user-facing shape of AIO is consistent across queries: a paragraph or two of synthesised answer, often with a bulleted breakdown, and a set of source cards beneath or beside it. The cards are clickable and they carry referrer data, so AIO traffic appears in Google Search Console under the standard Search performance report — unlike ChatGPT, where most citation traffic arrives without a referrer. That measurement difference matters: AIO is the easiest AI surface to track, which makes it the right place to start an AI-search install.
Search Engine Land's 2026 GEO research1 places AIO's reach at 2 billion monthly users by early 2026 and notes Gartner's projection of a 25% decline in traditional search volume this year as users redirect queries through AI-answer surfaces. BrightEdge's 12-month tracker through February 2026 measured AIO appearing on roughly 48% of tracked queries — up from about 31% a year earlier, a 58% relative increase8. Coverage is uneven by industry: education-related searches trigger AIO around 83% of the time, B2B tech around 82%, restaurants around 78%, while highly commercial transactional queries still skew lower.
The 2026 AIO landscape, in numbers
2B+
monthly users on Google AI Overviews by early 2026, per Search Engine Land's GEO guide.
The Squarespace-specific framing matters because the platform's defaults intersect with AIO's signals in three places: heading hierarchy on section-based templates, FAQ schema discipline after the May 2026 rich-result deprecation, and the author-entity layer that AIO uses as a credibility filter. The rest of this hub names each gap and points to the leaf that fixes it.
§02The mechanism
How AI Overviews chooses which sources to cite
Gemini synthesises AIO answers from Google's main Search index, which means the citation chain starts with whether Googlebot can read your page and whether your page would have ranked on a traditional Search results page for the underlying query. From the candidate set of high-ranking pages, AIO favours sources that answer the query directly in the first 200 words, carry clean structured data (Article, Person, Organization), and demonstrate the four E-E-A-T pillars: real-world experience, expertise, authoritativeness, and trustworthiness. The single biggest filter is not novel: pages that already rank in the top ten for a query are dramatically more likely to be cited in the AIO above it.
The mechanical chain is short. Googlebot crawls the page. The page enters the Search index. For a given query, Google's ranking system returns a candidate set. Gemini, the generative layer behind AIO, reads the top of that candidate set and synthesises an answer, citing three to six of the pages it drew from. Google's Search Quality Rater Guidelines5 — the 182-page document last updated on 11 September 2025 — defines the framework raters use to score quality, and E-E-A-T sits at the centre of that framework. Trust is the most important indicator.
The implication for Squarespace owners: every fix that helps your AIO appearance rate also helps your classical Google ranking and your ChatGPT citation rate. Restructured passages, named-source citations, clean schema, and a real author entity work across all three surfaces. The work is not duplicated; it is one investment that compounds.
§03The 7.1 gaps
Where Squarespace 7.1 trips AI Overviews up
Three platform behaviours collide with AIO's preferences in ways that need Squarespace-specific fixes. Blog index pages emit an H1 tag for every post title, which produces multiple H1 elements per page and a heading hierarchy that AIO extraction handles less cleanly than a single-H1 page. The platform's auto-emitted Product and Article markup is basic and does not include the Person + sameAs entity layer that E-E-A-T relies on. And the FAQ schema deprecation Google announced for 7 May 2026 makes the indiscriminate FAQPage markup that many Squarespace templates ship with a liability rather than an asset on service and blog pages.
The heading-hierarchy issue is the one most owners do not realise exists. Squarespace's own help center6 states that blog post titles render as H1 tags both on individual post pages and on the blog index page where they list. The platform's framing — "Google doesn't penalise you for having multiple H1 tags" — is technically accurate for classical ranking, but it understates the AIO impact. AIO's passage extraction reads cleaner DOM trees more reliably; a blog index with twelve H1 elements offers twelve competing signals about what the page is "about," and the engine picks one less predictably than from a page with one H1 and a clean H2 cascade. The full breakdown and the Code Injection patch live in the heading hierarchy leaf.
The schema gap is narrower but consequential. Squarespace's auto-emitted Article markup carries a headline, a date, and a basic publisher block. It does not include the Person entity with sameAs links that Google's Search Quality Rater Guidelines describe as a trust signal. The fix is supplemental Code Injection: a JSON-LD block that defines the founder Person on /founder/ with verifiable sameAs links to LinkedIn, GitHub, and any public profile, then references that Person URL from every article's author field. The pattern is covered in detail in the E-E-A-T leaf.
The fourth platform behaviour worth naming — less a gap than a missed lever — is Squarespace's lack of native control over the meta robots directive. AIO honours max-snippet, max-image-preview, and max-video-preview values that govern how much of your page the engine can use in the synthesised answer. Squarespace does not surface these in the SEO panel; they go in via Code Injection on Business plan or above. Setting them generously (max-snippet:-1, max-image-preview:large, max-video-preview:-1) opens the door to longer extracted passages, which correlates with longer citation cards.
§04The fixes
The 5 fixes that move the AIO needle on a Squarespace site
Five layers compound to produce AI Overviews citations from a Squarespace 7.1 site. Heading hierarchy (clean H1/H2/H3 cascade on every citation-target page), first-200-word passage shape (134-167 word self-contained answer at the top), FAQ schema discipline (kept on dedicated FAQ pages, removed elsewhere after the May 2026 deprecation), E-E-A-T entity wiring (Person + Organization JSON-LD with verifiable sameAs links), and freshness hygiene (dated claims, named sources, quarterly refresh). The order matters: clean HTML feeds clean passages; clean passages feed clean citations; entity wiring decides which of two equally good pages gets quoted.
Each of the next five sub-sections names one layer, the Squarespace-specific implementation, and the leaf where the technical depth lives. None of them is novel as a tactic — the same five appear in every serious AIO playbook. What this hub adds is the Squarespace-specific application: where Squarespace's editor lets you do the work natively, where it requires Code Injection, and where you have to work around a platform default.
01. Heading hierarchy on section-based 7.1 pages
Audit every citation-target page for multiple H1 elements. Squarespace 7.1 blog index pages emit one H1 per post title by default; on regular section-based pages, the section editor will let you tag any text block as H1 — and many designers do, because the visual size feels right. The fix is a single-H1-per-page discipline plus a Code Injection patch that re-tags errant H1 elements as H2 where the editor will not let you. Detail and the patch live in the html-structure leaf.
Squarespace's official position6 is that Google does not penalise multiple H1 tags. The position is correct for classical ranking but optimistic for AIO — passage extraction is more reliable from pages with one clear primary heading. The html-structure leaf ships the audit script, the Code Injection patch, and the editor workflow for keeping new pages clean as you build them.
02. The first 200 words answer the primary query
AI Overviews extraction reads the top of the page first. Every citation-target page should open with a bolded 134-167 word self-contained answer to the page's primary question, then expand into context, evidence, named sources, and the technical depth that distinguishes you from generic competitors. On a Squarespace 7.1 blog template, the format ships natively: drop a Markdown block or a text block, bold the lead, and let the rest flow as body.
The 134-167 word band is the practical implementation of the "clear, direct answer at the top of every section" pattern Search Engine Land's 2026 GEO research1 identifies. Long enough to carry a full thought, short enough to fit a citation card. The Squarespace blog-template walkthrough lives in the passages leaf; the same passage rule applies to ChatGPT citations and is covered in the ChatGPT content-format leaf.
03. FAQ schema discipline after the May 2026 deprecation
Google retired FAQ rich results across general Search on 7 May 2026, with rich result eligibility narrowed to government and health authorities. FAQPage remains a valid Schema.org type, and Google has not issued guidance to remove existing markup. The conservative 2026 move: keep FAQ schema on dedicated FAQ pages, remove it from service pages, blog posts, and product pages where FAQs are a side section.
Google's canonical FAQ documentation2 states the eligibility restriction explicitly. Search Engine Journal's coverage of the change3 confirms the prior Google guidance that unused structured data does not harm Search. There is no canonical Google statement either confirming or denying continued FAQ schema influence on AIO citations — treat any blog post that promises a "3.2x citation lift from FAQ schema" with appropriate skepticism. The page-by-page Squarespace rule lives in the FAQ schema leaf.
JSON-LDMinimal FAQPage block for a dedicated FAQ page only — paste into Page Settings > Advanced > Code Injection > Header
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity": [{"@type":"Question","name":"Does Squarespace support llms.txt natively?","acceptedAnswer": {"@type":"Answer","text":"Not at the root. The workaround is URL Mappings: create a Squarespace page at slug /llms, then add a 301 redirect /llms.txt -> /llms."}}]}</script>
Google's Search Quality Rater Guidelines define E-E-A-T as Experience, Expertise, Authoritativeness, and Trustworthiness, with Trust as the most important page-quality indicator. AI Overviews uses these signals to filter the candidate citation set. The Squarespace-side install: Person JSON-LD on /founder/ with sameAs links to LinkedIn and verifiable public profiles, Organization JSON-LD on the homepage with sameAs to the organisation's social presence, and an author field on every article pointing to the founder Person URL.
The full pattern, including the exact JSON-LD block and the Squarespace Code Injection placement, is in the E-E-A-T leaf. The Person target page is already live at /founder/. Google's Article schema documentation4 is explicit about including type and URL/sameAs on author markup to "help Google understand the author better."
05. Freshness and dated claims
AI Overviews weights freshness on news, regulatory, and topical queries. Every statistic in body copy carries a publisher name and a 2026 date inline ('per BrightEdge's February 2026 industry tracker'). Modified dates on schema reflect actual content updates, not page rebuilds. The Squarespace SEO panel auto-emits datePublished; modifiedISO requires manual maintenance in the JSON-LD block or the layout component.
Squarespace's auto-emitted Article markup carries the original publish date but does not reliably bump dateModified when only the body content is edited. The fix is supplemental Code Injection on pages where freshness matters: a JSON-LD block that re-declares dateModified with the actual edit date. The meta strip on every editorial page in this site renders both dates and a "verified every 6 weeks" line, which is the visible side of the same discipline. Pair quarterly source-manifest re-verification with the modifiedISO bump and AIO will treat the page as actively maintained.
§05Measurement
Measuring AI Overviews appearances on your Squarespace site
AIO is the easiest AI surface to measure because the citation cards carry referrer data — clicks from AIO appear in Google Search Console under the standard Search performance report. The 2026 measurement stack: Search Console for indexed-page health and AIO impressions, a weekly manual query log for citation appearance tracking (with screenshots), and the Squarespace AI Visibility panel on Plus plan and above as a supplementary signal. Most owners can build a working measurement loop in under an hour.
Search Console does not yet split AIO impressions from classical Search impressions in a dedicated report, but the click-through patterns differ enough that an attentive owner can tell the difference. AIO citations tend to produce high-impression, lower-CTR rows; classical top-three rankings produce lower-impression, higher-CTR rows. A 30-day comparison on your top twenty queries usually reveals which are AIO-cited and which are classical-ranked.
Squarespace's own AI Visibility tool10 runs branded and non-branded prompts on a plan-dependent cadence: every 14 days on Core and Business, every 7 days on Plus, Advanced, and Commerce. The tool primarily tracks ChatGPT mentions, not AIO citations, but the non-branded prompt results give you a directional signal for whether your category content is being read by the model layer. Use it as a triangulation source, not a primary metric. The full diagnostic pass is in the diagnose leaf and the 18-point reference list is in the checklist.
§06FAQ
Frequently asked questions
Five questions Squarespace owners ask most often about AI Overviews, answered in the format AI engines prefer.
Does Google AI Overviews appear on every search?
No. BrightEdge's 12-month tracking through early 2026 measured AI Overviews on roughly 48% of monitored queries, up from ~31% the prior year — a 58% relative jump. Coverage varies dramatically by industry: education-related queries trigger AIO around 83% of the time, B2B tech around 82%, restaurants around 78%. Commercial-transactional queries trigger it less. The single "60% of queries" figure that floated around 2025 designer blogs does not match any current authoritative tracker; the honest current number depends on which industry you're in.
Will allowing or blocking AI bots in Squarespace change AI Overviews?
Almost nothing. AI Overviews is generated by Gemini using Google's main Search index, so Googlebot — the standard search crawler — is the bot that decides whether you appear. The Squarespace AI-exclusion checkbox blocks Google-Extended, which is the training opt-out token for Gemini and Vertex AI. Google's own documentation states Google-Extended has no effect on Search rankings or AI Overviews citations; it only affects future model training. The 26 bots Squarespace's panel controls are all training-class crawlers.
Does FAQ schema still help AI Overviews after the May 2026 deprecation?
The honest answer is: maybe, and Google has not said otherwise. Google retired the FAQ rich result on 7 May 2026, but the underlying FAQPage type remains a valid Schema.org annotation and Google's previous guidance stated unused structured data does not harm Search. There is no canonical Google statement confirming FAQ schema continues to weight AIO citations. The conservative 2026 move is to keep FAQ schema only on pages where FAQs are the primary content (a dedicated FAQ page) and remove it from service pages and blog posts where FAQs are a side section.
Do I need code injection to optimise a Squarespace site for AI Overviews?
For the most effective fixes, yes. JSON-LD Article and Person schema, the heading-hierarchy patch on section-based pages, and the meta robots max-snippet directive all require Code Injection, which is locked to Business plan and above. Page-level content rewrites (the 134-167 word passage shape, named-source citations, headline restructuring) work on every plan including Personal. The schema layer is the gap most Personal-plan sites cannot close inside Squarespace.
How long until AIO starts citing my Squarespace site after a fix?
The crawl-to-citation lag for AI Overviews is shorter than the lag for traditional ranking changes. Googlebot typically re-crawls active sites every 1-3 days; the index reflects schema changes within roughly a week. AIO synthesises from that index in near-real-time. Realistic timeline on a Squarespace site whose other layers (passages, sources, entity wiring) are already in good shape: 7-21 days to first AIO appearance on a target query, 6-12 weeks for the appearance pattern to stabilise.