April 30, 2026
April 30, 2026
Core Web Vitals AI Search: 107K-Page Study Findings | BeKnown
A 107K-page study found Core Web Vitals predict AI search visibility. What to fix first to win AI Overview citations.
A 107K-page study found Core Web Vitals predict AI search visibility. What to fix first to win AI Overview citations.
A study of 107,000 pages just confirmed it: Core Web Vitals predict whether Google's AI cites you. Speed and stability are no longer just SEO. They are the price of being read by AI at all.
A study of 107,000 pages just confirmed what we suspected: Core Web Vitals predict AI Overview visibility. Speed and stability are no longer just SEO signals—they are the price of being read by Google’s AI at all. If your site is slow, it does not get deprioritized. It gets ignored.
I run a web development practice that builds on Framer specifically because performance is non-negotiable. This study validated every architectural decision we have made for our clients over the past two years. Here is what the research found, which metrics matter most, and what you need to fix first to win AI search citations in 2026.
1. What the 107K-Page Study Found
Search Engine Land reported on a comprehensive analysis of 107,000 pages that examined the relationship between Core Web Vitals performance and AI Overview citation frequency. The findings were unambiguous.
Pages passing all three Core Web Vitals metrics were two to three times more likely to be cited in AI Overviews than failing pages, even when controlling for content quality. That is not a marginal advantage. That is a structural one.
The mechanism makes intuitive sense when you understand how Google’s AI ranker works. The system has compute constraints. It cannot process every page in the index when generating an AI Overview response. So it filters. Fast, stable pages get into the citation pool. Slow, unstable pages get cut before the AI even reads them.
Quick diagnostic
Open Google Search Console right now. Navigate to Core Web Vitals. If more than 20% of your URLs are flagged as “needs improvement” or “poor,” you are losing AI search visibility today—not tomorrow, today. Every day those pages stay slow is a day your competitors get cited instead of you.
This is not theoretical. For the industries we serve—roofing, solar, automotive, healthcare, cosmetics—AI Overviews are increasingly the first thing searchers see. If your site is not in that citation block, your brand does not exist in the AI-mediated search experience.
2. The Three Metrics That Matter Most
Core Web Vitals consist of three metrics. Each one acts as a gatekeeper, and each one has a specific failure pattern that we see repeatedly across client audits.
LCP (Largest Contentful Paint) must be under 2.5 seconds. This measures how quickly the main content of a page becomes visible. The most common failures: oversized hero images served without modern formats, unoptimized web fonts that block rendering, and server response times inflated by bloated CMS platforms. The study found the median LCP for top-cited AI Overview pages was 1.8 seconds. The median for non-cited pages was 3.4 seconds. That gap is enormous.
INP (Interaction to Next Paint) must be under 200 milliseconds. This replaced First Input Delay and measures how quickly a page responds when a user interacts with it. The most common failures: heavy JavaScript frameworks that block the main thread, third-party scripts running synchronously, and event handlers that trigger expensive repaints. INP has been the metric most sites struggle to pass since Google made the switch, and it is often the hardest to fix on legacy platforms.
CLS (Cumulative Layout Shift) must be under 0.1. This measures visual stability—how much the page layout shifts unexpectedly during loading. The most common failures: ads and embeds loading late and pushing content around, web fonts swapping with different-sized fallbacks, and images without explicit dimensions. CLS is the metric users feel most viscerally. When your page jumps around, trust evaporates.
Speed used to be a tiebreaker. In AI search, it is the entry ticket. Slow sites do not get cited—they do not even get read.
3. A Performance Audit Checklist
If your Core Web Vitals are failing, here is the prioritized checklist we run through at BeKnown’s web development practice. Start at the top and work down. Each fix compounds on the previous one.
Audit your hero image. Convert to WebP or AVIF. Set explicit width and height attributes. Serve responsive sizes via srcset. Preload the hero image in the document head. This single fix often drops LCP by a full second.
Audit your fonts. Subset to only the characters you use. Preload the primary font file. Set a proper font-display fallback strategy. Size your fallback font to match the web font dimensions to prevent CLS on swap.
Audit your JavaScript. Defer non-critical scripts. Code-split route-level bundles. Lazy-load third-party scripts like chat widgets, analytics add-ons, and social embeds. If a script is not needed in the first three seconds, it should not load in the first three seconds.
Audit your ads and embeds. Reserve explicit space for any dynamically loaded content. Use CSS aspect-ratio or min-height to prevent layout shifts when ads render. Never insert content above the fold after initial paint.
Audit your CMS platform. Bloated themes are the silent killer. A default WordPress theme with ten plugins can add 500KB+ of JavaScript that the user never interacts with. Sometimes the fastest fix is not optimizing the existing platform—it is moving to one that ships clean by default.
Minimal viable move
If you can only do one thing this week, fix your hero image. Convert it, size it, and preload it. That single change moves more sites from “failing” to “passing” LCP than any other optimization. It takes thirty minutes and costs nothing.
4. Why Framer Sites Win Here by Default
This is not a sales pitch. It is an observation backed by data. Framer ships clean HTML, optimized assets, and minimal JavaScript by default. You do not have to optimize a Framer site for Core Web Vitals after launch because the platform handles it during the build process.
BeKnown’s Framer sites pass Core Web Vitals at a 95%+ rate at launch. That is not cherry-picked. That is across every site we have shipped in the last eighteen months, including complex marketing sites with animations, video, and dynamic CMS content.
For brands stuck on WordPress or legacy CMSes, the path forward is one of two options. Option one: deep optimization of the existing platform, which typically takes four to eight weeks of focused work and often requires stripping out plugins, rebuilding templates, and fighting the platform’s defaults. Option two: a rebuild on a faster platform, which takes two to four weeks on Framer and ships with performance baked in.
The math usually favors the rebuild. You spend the same calendar time, you end up with a modern site that converts better, and you eliminate the ongoing performance tax that legacy platforms impose every time you add a feature or update a plugin.
For the industries we serve, this decision has direct revenue implications. A roofing company whose site loads in 1.8 seconds gets cited in AI Overviews for “best roofing contractor near me.” A competitor on a bloated WordPress theme loading in 3.4 seconds does not. That citation gap compounds every single day. Check our case studies for real examples of this in action.
5. Building for the AI Search Era
Core Web Vitals are not going away. If anything, their importance is accelerating as AI search becomes the primary interface for how people find information. Google has made the calculation explicit: fast, stable sites get read by the AI. Slow sites do not.
The brands that treat performance as a one-time project will fall behind. The brands that build performance into their platform choice, their development workflow, and their ongoing maintenance will compound their visibility advantage every month.
This is not about chasing a score. It is about building a site that deserves to be cited—by humans and by AI. Content quality still matters enormously. Authority and backlinks still matter. But Core Web Vitals are now the gatekeeper that decides whether your other signals even get evaluated.
Frequently Asked Questions
Are Core Web Vitals the only factor in AI search visibility?
No. Content quality, topical authority, and backlink profile still dominate the ranking equation. But Core Web Vitals now function as a gatekeeper. If your site fails them, your other signals do not get evaluated by the AI ranker. Think of CWV as the qualifying round—you need to pass before your content even enters the competition.
How fast can I fix Core Web Vitals on WordPress?
Expect four to eight weeks of focused optimization work, including plugin audits, template rebuilds, image pipeline changes, and JavaScript cleanup. Alternatively, a rebuild on a performance-first platform like Framer takes two to four weeks and ships with CWV passing by default. The rebuild often costs less in total labor hours.
Does INP matter more than LCP now?
They both matter, and failing either one puts you outside the CWV passing threshold. That said, INP has been the metric most sites struggle with since Google replaced First Input Delay in March 2024. If you are failing both, fix INP first—it typically requires deeper architectural changes and benefits from being addressed early.
Closing Thoughts
The 107,000-page study did not reveal something new. It confirmed what high-performance teams already knew: speed is infrastructure, not decoration. In the AI search era, your site’s performance determines whether your brand gets cited, gets read, and gets chosen. Fix the fundamentals now, or watch your competitors collect the citations you should have earned.
We build every BeKnown client site to pass Core Web Vitals at launch because we know what is at stake. The AI search era rewards the fast and punishes the slow. There is no middle ground left.
Primary CTA: Book a strategy call with BeKnown
Newsletter
A study of 107,000 pages just confirmed it: Core Web Vitals predict whether Google's AI cites you. Speed and stability are no longer just SEO. They are the price of being read by AI at all.
A study of 107,000 pages just confirmed what we suspected: Core Web Vitals predict AI Overview visibility. Speed and stability are no longer just SEO signals—they are the price of being read by Google’s AI at all. If your site is slow, it does not get deprioritized. It gets ignored.
I run a web development practice that builds on Framer specifically because performance is non-negotiable. This study validated every architectural decision we have made for our clients over the past two years. Here is what the research found, which metrics matter most, and what you need to fix first to win AI search citations in 2026.
1. What the 107K-Page Study Found
Search Engine Land reported on a comprehensive analysis of 107,000 pages that examined the relationship between Core Web Vitals performance and AI Overview citation frequency. The findings were unambiguous.
Pages passing all three Core Web Vitals metrics were two to three times more likely to be cited in AI Overviews than failing pages, even when controlling for content quality. That is not a marginal advantage. That is a structural one.
The mechanism makes intuitive sense when you understand how Google’s AI ranker works. The system has compute constraints. It cannot process every page in the index when generating an AI Overview response. So it filters. Fast, stable pages get into the citation pool. Slow, unstable pages get cut before the AI even reads them.
Quick diagnostic
Open Google Search Console right now. Navigate to Core Web Vitals. If more than 20% of your URLs are flagged as “needs improvement” or “poor,” you are losing AI search visibility today—not tomorrow, today. Every day those pages stay slow is a day your competitors get cited instead of you.
This is not theoretical. For the industries we serve—roofing, solar, automotive, healthcare, cosmetics—AI Overviews are increasingly the first thing searchers see. If your site is not in that citation block, your brand does not exist in the AI-mediated search experience.
2. The Three Metrics That Matter Most
Core Web Vitals consist of three metrics. Each one acts as a gatekeeper, and each one has a specific failure pattern that we see repeatedly across client audits.
LCP (Largest Contentful Paint) must be under 2.5 seconds. This measures how quickly the main content of a page becomes visible. The most common failures: oversized hero images served without modern formats, unoptimized web fonts that block rendering, and server response times inflated by bloated CMS platforms. The study found the median LCP for top-cited AI Overview pages was 1.8 seconds. The median for non-cited pages was 3.4 seconds. That gap is enormous.
INP (Interaction to Next Paint) must be under 200 milliseconds. This replaced First Input Delay and measures how quickly a page responds when a user interacts with it. The most common failures: heavy JavaScript frameworks that block the main thread, third-party scripts running synchronously, and event handlers that trigger expensive repaints. INP has been the metric most sites struggle to pass since Google made the switch, and it is often the hardest to fix on legacy platforms.
CLS (Cumulative Layout Shift) must be under 0.1. This measures visual stability—how much the page layout shifts unexpectedly during loading. The most common failures: ads and embeds loading late and pushing content around, web fonts swapping with different-sized fallbacks, and images without explicit dimensions. CLS is the metric users feel most viscerally. When your page jumps around, trust evaporates.
Speed used to be a tiebreaker. In AI search, it is the entry ticket. Slow sites do not get cited—they do not even get read.
3. A Performance Audit Checklist
If your Core Web Vitals are failing, here is the prioritized checklist we run through at BeKnown’s web development practice. Start at the top and work down. Each fix compounds on the previous one.
Audit your hero image. Convert to WebP or AVIF. Set explicit width and height attributes. Serve responsive sizes via srcset. Preload the hero image in the document head. This single fix often drops LCP by a full second.
Audit your fonts. Subset to only the characters you use. Preload the primary font file. Set a proper font-display fallback strategy. Size your fallback font to match the web font dimensions to prevent CLS on swap.
Audit your JavaScript. Defer non-critical scripts. Code-split route-level bundles. Lazy-load third-party scripts like chat widgets, analytics add-ons, and social embeds. If a script is not needed in the first three seconds, it should not load in the first three seconds.
Audit your ads and embeds. Reserve explicit space for any dynamically loaded content. Use CSS aspect-ratio or min-height to prevent layout shifts when ads render. Never insert content above the fold after initial paint.
Audit your CMS platform. Bloated themes are the silent killer. A default WordPress theme with ten plugins can add 500KB+ of JavaScript that the user never interacts with. Sometimes the fastest fix is not optimizing the existing platform—it is moving to one that ships clean by default.
Minimal viable move
If you can only do one thing this week, fix your hero image. Convert it, size it, and preload it. That single change moves more sites from “failing” to “passing” LCP than any other optimization. It takes thirty minutes and costs nothing.
4. Why Framer Sites Win Here by Default
This is not a sales pitch. It is an observation backed by data. Framer ships clean HTML, optimized assets, and minimal JavaScript by default. You do not have to optimize a Framer site for Core Web Vitals after launch because the platform handles it during the build process.
BeKnown’s Framer sites pass Core Web Vitals at a 95%+ rate at launch. That is not cherry-picked. That is across every site we have shipped in the last eighteen months, including complex marketing sites with animations, video, and dynamic CMS content.
For brands stuck on WordPress or legacy CMSes, the path forward is one of two options. Option one: deep optimization of the existing platform, which typically takes four to eight weeks of focused work and often requires stripping out plugins, rebuilding templates, and fighting the platform’s defaults. Option two: a rebuild on a faster platform, which takes two to four weeks on Framer and ships with performance baked in.
The math usually favors the rebuild. You spend the same calendar time, you end up with a modern site that converts better, and you eliminate the ongoing performance tax that legacy platforms impose every time you add a feature or update a plugin.
For the industries we serve, this decision has direct revenue implications. A roofing company whose site loads in 1.8 seconds gets cited in AI Overviews for “best roofing contractor near me.” A competitor on a bloated WordPress theme loading in 3.4 seconds does not. That citation gap compounds every single day. Check our case studies for real examples of this in action.
5. Building for the AI Search Era
Core Web Vitals are not going away. If anything, their importance is accelerating as AI search becomes the primary interface for how people find information. Google has made the calculation explicit: fast, stable sites get read by the AI. Slow sites do not.
The brands that treat performance as a one-time project will fall behind. The brands that build performance into their platform choice, their development workflow, and their ongoing maintenance will compound their visibility advantage every month.
This is not about chasing a score. It is about building a site that deserves to be cited—by humans and by AI. Content quality still matters enormously. Authority and backlinks still matter. But Core Web Vitals are now the gatekeeper that decides whether your other signals even get evaluated.
Frequently Asked Questions
Are Core Web Vitals the only factor in AI search visibility?
No. Content quality, topical authority, and backlink profile still dominate the ranking equation. But Core Web Vitals now function as a gatekeeper. If your site fails them, your other signals do not get evaluated by the AI ranker. Think of CWV as the qualifying round—you need to pass before your content even enters the competition.
How fast can I fix Core Web Vitals on WordPress?
Expect four to eight weeks of focused optimization work, including plugin audits, template rebuilds, image pipeline changes, and JavaScript cleanup. Alternatively, a rebuild on a performance-first platform like Framer takes two to four weeks and ships with CWV passing by default. The rebuild often costs less in total labor hours.
Does INP matter more than LCP now?
They both matter, and failing either one puts you outside the CWV passing threshold. That said, INP has been the metric most sites struggle with since Google replaced First Input Delay in March 2024. If you are failing both, fix INP first—it typically requires deeper architectural changes and benefits from being addressed early.
Closing Thoughts
The 107,000-page study did not reveal something new. It confirmed what high-performance teams already knew: speed is infrastructure, not decoration. In the AI search era, your site’s performance determines whether your brand gets cited, gets read, and gets chosen. Fix the fundamentals now, or watch your competitors collect the citations you should have earned.
We build every BeKnown client site to pass Core Web Vitals at launch because we know what is at stake. The AI search era rewards the fast and punishes the slow. There is no middle ground left.
Primary CTA: Book a strategy call with BeKnown
Newsletter










