Core Web Vitals
Core Web Vitals are a set of three measurable metrics from Google that describe how quickly, stably and responsively a web page loads from the perspective of real users. They measure loading speed (LCP), responsiveness to input (INP) and the visual stability of the layout (CLS), and they count as a signal of good user experience.
What the three metrics mean
Core Web Vitals consist of three values. LCP (Largest Contentful Paint) measures how long it takes for the largest visible element – such as an image or a heading – to load; under 2.5 seconds is good. INP (Interaction to Next Paint) measures how quickly the page responds to a click or tap; under 200 milliseconds is good. CLS (Cumulative Layout Shift) measures how much content still shifts around during loading; a value under 0.1 is good. Together they describe whether a page feels fast, calm and responsive. Google collects these values from real visitor data, not from a lab simulation.
Why this matters for visibility
For classic Google search, Core Web Vitals are a confirmed ranking factor. With similarly strong content, the faster, more stable page can come out ahead. More important is the indirect effect: if a page loads slowly or the layout jumps, visitors leave it faster, the bounce rate rises and conversions fall. The same applies to AI visibility. AI crawlers like GPTBot must be able to fetch your content reliably and quickly in order to capture it. A technically clean, performant page lowers the risk that content is not processed at all. Good values are therefore not an end in themselves but the technical foundation for both humans and machines to use your content in the first place.
Common mistakes in practice
The most common mistake is checking Core Web Vitals only once in the lab with tools like Lighthouse. What is decisive, though, is the field data from real users that Google collects in the CrUX report. A second classic: images without fixed width and height, which push text downward while loading and worsen the CLS. Equally costly are huge, uncompressed header images that drive up the LCP, as well as too much JavaScript that blocks the page and worsens the INP. Ad banners or cookie notices inserted afterwards also shift the layout. Anyone who optimises only the homepage and forgets the subpages often overlooks that it is precisely guide and product pages that carry the most traffic.
Relevance to AI recommendations
AI assistants like ChatGPT, Perplexity or Google AI Overviews recommend sources they can fetch and understand reliably. Core Web Vitals themselves are not a direct ranking signal in these systems, but they are a good proxy for technical health. A page with fast loading times, a stable build and clean code is usually also the page whose HTML is well structured and easy for crawlers to read. Timeouts or overloaded pages can cause an AI crawler to abort and your content to not end up in the training or answer data. Good Core Web Vitals do not replace a strong content strategy, but they clear away technical hurdles that would otherwise quietly damage your citability.
Example
An online shop for bike accessories is puzzled by many cart abandonments on mobile. Measurement shows: the large product image loads only after four seconds (poor LCP), and a discount banner that slides in shifts the buy button exactly when users tap (poor CLS). The team compresses the images, reserves fixed space for the banner and loads less JavaScript. After two weeks all three values are in the green range, the bounce rate falls noticeably and the mobile conversion rate rises. The same effect applies to tradespeople, law firms or travel providers.
Common questions
Are Core Web Vitals a ranking factor for AI search?
Not directly. AI systems do not officially rank by these values. But good Core Web Vitals usually indicate a technically clean page that crawlers can capture reliably – and that is the foundation for being cited at all.
How can I measure Core Web Vitals for free?
Google offers several free tools: Search Console shows field data from real users, PageSpeed Insights combines field and lab data, and the Chrome extension Web Vitals measures live while browsing. In practice, the field data matters most.