Core Web Vitals are not a demonstrated citation-ranking factor across AI engines. That sentence is more careful than most guides on this topic, and the care is the point. The strongest available evidence, drawn from Google's own AI search surfaces, suggests that pages with already acceptable performance gain little from further Core Web Vitals work, while pages with severe performance problems tend to show up less often. Separately, and this is a different mechanism, slow server responses and client-rendered content can limit what some AI crawlers retrieve in the first place. Put together, the practical priority is to remove serious usability failures, make critical content directly accessible, and then spend your effort on relevance, authority, and extractability, which is where citations are actually won. This guide separates what the evidence proves from what it only suggests, and gives you a way to organize the work.
Two-line summary: The evidence for Core Web Vitals as an AI-citation factor is narrow; it comes from Google AI search, shows no advantage for already-fast pages, and associates only severe failures with weaker visibility. Crawl access and rendering are separate technical layers that matter more, and this covers how to prioritize all of them.
Key Takeaways
- Core Web Vitals function as a gate, not a growth lever, in the one large dataset available: already-acceptable pages gain no citation advantage from further improvement, while severe failures are associated with weaker visibility.
- That evidence covers Google AI Overviews and AI Mode specifically. It does not establish the same relationship for ChatGPT, Claude, or Perplexity, so avoid universal claims about "AI search."
- Crawl access and rendering are distinct from Core Web Vitals. A page can have poor performance yet expose all its text in raw HTML, or pass Core Web Vitals yet hide content from crawlers that do not run JavaScript.
- Several standalone AI crawlers fetch raw HTML without executing JavaScript, so client-rendered content can be invisible to them. Google's AI surfaces are the notable exception because they use Googlebot's rendering.
- The priority order is: make the page fetchable, make critical content renderable in raw HTML, clear the usability threshold, then invest in relevance and authority.
What the Evidence Actually Shows
The most-cited study on this question is worth stating precisely, because its scope is narrower than the headlines around it. A Search Engine Land analysis, published in January 2026, examined 107,352 pages appearing prominently in Google AI Overviews and AI Mode. It found no reliable citation advantage among pages whose Core Web Vitals were already acceptable, with only weak correlations overall, and those weak correlations were concentrated at the extremes rather than spread across the range.
Two things follow, and the second is where most write-ups overreach. First, within that Google AI-search sample, incremental Core Web Vitals gains on pages that already pass did not translate into better AI performance, so the effort is better spent elsewhere. Second, and this is the limit worth honoring: the study observed an association at the extreme tail, particularly for LCP, between severe performance failure and weaker visibility. It did not establish the cause of that association. It is plausible that badly broken pages also carry weak engagement, or poor underlying quality, or both, but the published methodology shows a correlation, not a mechanism. So the honest statement is that severe slowness is associated with weaker AI visibility in this dataset and can independently harm user experience, without claiming that user behavior is the proven link between the two.
The scope limit matters just as much. This is evidence about Google AI Overviews and AI Mode. It is not evidence that Core Web Vitals bear the same relationship to citations in ChatGPT, Claude, or Perplexity, which retrieve and select sources differently and do not publish anything that would confirm such a link. Treating one Google AI-search correlation as proof of how every engine selects citations is exactly the inference the data does not support.
That is why "gate, not a signal" is the right frame for the one thing the evidence does support: clearing the threshold keeps a page in contention, while going beyond it manufactures no advantage. Good performance creates no measured advantage; severe failure is associated with disadvantage. Hold the claim there, and it stays defensible.
A Cleaner Way to Think About It: Four Layers
Part of the confusion in this topic comes from collapsing distinct technical concerns into "Core Web Vitals." They are not the same layer, and separating them makes the priorities obvious. It helps to walk a page through four questions in order.
Fetchability is first: can the system reach the URL at all? This is about robots directives, crawler access, server response, and returning a fast, clean 200 rather than a timeout, a redirect chain, or an error. If a crawler cannot fetch the page, nothing downstream matters.
Renderability is second: once fetched, can the system see the important content? This is the JavaScript question, and it is separate from Core Web Vitals entirely. A page can pass every performance threshold for human visitors, who run the JavaScript, and still present an empty shell to a crawler that does not.
Usability is third, and this is where Core Web Vitals actually live. Can a human use the page reliably? Does it load, respond, and stay visually stable? Core Web Vitals measure exactly this, and severe failures here are what Google AI search data associates with weaker visibility.
Selectability is fourth: is the content relevant, authoritative, and extractable enough to be chosen for an answer? This is where citations are genuinely earned, and it is downstream of the other three rather than a substitute for them.
The value of the sequence is that it stops teams from spending on the wrong layer. Polishing Core Web Vitals on a page that a crawler cannot render fixes usability while renderability remains broken. The layers are ordered because each is a precondition for the next to matter.
Renderability: The Layer Most Often Confused With Performance
The single highest-leverage technical fix in this space is usually a renderability fix, not a Core Web Vitals fix, which is why it deserves its own treatment. Several major standalone AI crawlers have been observed fetching raw HTML without executing client-side JavaScript. A Vercel and MERJ analysis of over 500 million GPTBot fetches found zero JavaScript execution, and the same pattern held across OpenAI's crawlers, Anthropic's, and PerplexityBot: they may download JavaScript files but do not run them. Google's AI products are the important exception, because Gemini and Google's AI surfaces inherit Googlebot's rendering infrastructure and can process client-side JavaScript.
The practical consequence is stark and worth stating carefully: a client-rendered page can rank well in Google, and appear in Google's AI surfaces, while showing up as an almost-empty shell to ChatGPT, Claude, and Perplexity. That is a renderability problem, not a Core Web Vitals problem. A page can have poor LCP and still expose all its text perfectly in raw HTML, and conversely a page can have good field Core Web Vitals and hide its most important content from a non-rendering crawler. Core Web Vitals tell you nothing about whether an AI crawler can retrieve and parse the content, so the two have to be diagnosed separately. The fix is to ensure critical content, the answer, the key facts, and the entities are present in the initial HTML through server-side rendering or pre-rendering, rather than assembled by JavaScript after load.
One further distinction is worth keeping straight, because the bot names get flattened constantly. A training crawler like GPTBot governs whether your content can be used to train a model, controlled by its own directive, which is a data-licensing decision. A retrieval fetch, from a search-oriented agent or a live user-triggered fetch, is what can put your page into an answer. These are different systems with different roles, and blocking or allowing one does not do the same thing as the other.
Usability: Where Core Web Vitals Belong
Core Web Vitals are three field metrics for real user experience, and the thresholds have held steady into 2026: Largest Contentful Paint under 2.5 seconds for loading, Interaction to Next Paint under 200 milliseconds for responsiveness, and Cumulative Layout Shift under 0.1 for visual stability. INP replaced First Input Delay in March 2024 and is assessed across a whole session rather than a single input. Each metric is judged at the 75th percentile of real visits, so a page passes only when at least three-quarters of actual visits clear the bar, which is why field data, not a single lab run, is the number that counts.
On fixing them, one distinction is genuinely useful. LCP is the most common reason a page fails the overall assessment, so it is usually where the pass-or-fail work is. INP, when you get to it, is often the harder engineering problem, because improving it means working through the browser event loop, long tasks, and the rendering pipeline rather than compressing an image. Knowing which is which keeps effort pointed at the right metric.
The scale of the opportunity is real. According to the May 2026 Chrome User Experience Report analysis, across roughly 13.75 million origins, 58.0% of desktop origins and 49.1% of mobile origins passed all three Core Web Vitals. That leaves a large share of the web sitting at or below the usability threshold, which is precisely where the Google AI-search association with weaker visibility concentrates.
Optimizing in the Right Order
The four layers give a clean order of operations. Start with fetchability: confirm crawlers are allowed, and the server returns a fast, clean response, since a page that times out or errors never enters any candidate pool. Then fix renderability: make sure critical content lives in the raw HTML, because for the non-rendering crawlers, that is the whole ballgame, and it is the highest-leverage fix on this list precisely because it governs eligibility. Then address usability: clear the Core Web Vitals threshold and eliminate severe failures, using field data as the source of truth, and stop there rather than chasing incremental gains on pages that already pass, since the evidence shows no return on that. Only then does further investment belong in selectability, the relevance, authority, and extractability work that actually earns citations.
For diagnosis, use field data over lab data. The Search Console Core Web Vitals report shows real-user performance, and PageSpeed Insights returns lab and field data side by side. Google assesses Core Web Vitals from CrUX field data at the 75th percentile over a 28-day window, and describes them as one part of overall page experience rather than a standalone system that guarantees rankings, a restraint worth mirroring in how you weigh them. For the selectability work once the technical floor is met, our guide on how to get cited by ChatGPT covers the structural patterns AI engines extract, and the technical foundations for GEO cover the crawl-and-index conditions the fetchability and renderability layers depend on.
Frequently Asked Questions
Do Core Web Vitals directly affect AI search citations in 2026?
There is no evidence that they directly determine citations across AI engines. The one large dataset, covering Google AI Overviews and AI Mode, found no citation advantage for already-fast pages and only an association between severe failures and weaker visibility, not a proven cause. For ChatGPT, Claude, and Perplexity, no comparable evidence establishes a direct link at all. Treat Core Web Vitals as a usability threshold to clear, not a citation lever.
If I have already passed Core Web Vitals, is further optimization worth it for AI visibility?
The evidence says no. Within the Google AI-search sample, pages with already-acceptable performance saw no reliable citation benefit from further gains. Once you have cleared the threshold and removed any severe failures, the higher-return work is renderability, making sure crawlers can actually see your content, and selectability, the relevance and authority that earn citations.
My page passes Core Web Vitals but is not cited by ChatGPT or Perplexity. Why?
The most common technical cause is renderability, not performance. If your critical content is assembled by client-side JavaScript, crawlers that do not execute JavaScript, which includes several major standalone AI crawlers, see an almost-empty page even though human visitors and Google's rendering-capable systems see it fully. Check whether your main text appears in the raw HTML, and if not, move it there via server-side rendering.
Do AI crawlers like GPTBot execute JavaScript?
The major standalone ones generally do not. A large-scale analysis found OpenAI's, Anthropic's, and Perplexity's crawlers fetch raw HTML without running JavaScript. Google's AI surfaces are the exception, since they can use Googlebot's rendering infrastructure. Also keep the roles distinct: a training crawler governs model-training use, while a retrieval or user-triggered fetch is what can place your page in an answer.
What percentage of websites pass Core Web Vitals in 2026?
As of the May 2026 CrUX release, roughly 58.0% of desktop origins and 49.1% of mobile origins passed all three, across about 13.75 million origins. That is a large share of the web sitting below the usability threshold, which is where the association with weaker Google AI-search visibility is concentrated.

