Definition
Core Web Vitals (CWV) are a set of three standardized metrics defined by Google that measure real-world user experience on a web page. They evaluate three critical aspects: loading speed (Largest Contentful Paint), interactivity (Interaction to Next Paint), and visual stability (Cumulative Layout Shift). Core Web Vitals are a confirmed Google ranking factor and increasingly influence AI crawler behavior.
Why It Matters
Core Web Vitals matter because they directly measure the experience real users have on your website — and both search engines and AI crawlers factor this into their decisions.
- Google ranking signal. CWV have been a confirmed ranking factor since 2021. Pages that pass all three metrics receive a ranking boost in mobile search results. Pages that fail may be deprioritized.
- AI crawler performance. AI bots like OAI-SearchBot and PerplexityBot operate under strict time constraints. Sites with fast loading times (First Contentful Paint under 0.4 seconds) are cited by ChatGPT up to 3x more often than slow sites. If your page takes too long to render, AI crawlers move on.
- User engagement. Fast, stable pages reduce bounce rates and increase time on site. A 1-second improvement in LCP can increase conversion rates by up to 27%.
- Competitive advantage. As of 2026, only about 40% of websites pass all three Core Web Vitals thresholds. Meeting these standards puts you ahead of the majority.
Understanding CWV is essential for anyone investing in AI SEO, because the same performance optimizations that improve your CWV scores also make your site more accessible to AI crawlers.
How It Works
Core Web Vitals consist of three metrics, each measuring a different dimension of user experience:
Largest Contentful Paint (LCP)
LCP measures how long it takes for the largest visible content element to fully render on screen. This is typically a hero image, video thumbnail, or large text block. It represents the moment a user perceives the page as "loaded."
- Good: Under 2.5 seconds
- Needs improvement: 2.5 to 4.0 seconds
- Poor: Over 4.0 seconds
Common causes of poor LCP include slow server response times, render-blocking JavaScript and CSS, large unoptimized images, and client-side rendering that delays content display.
Interaction to Next Paint (INP)
INP (which replaced First Input Delay in March 2024) measures how quickly a page responds to user interactions throughout the entire page visit. It tracks every click, tap, and keyboard input, then reports the worst interaction's latency.
- Good: Under 200 milliseconds
- Needs improvement: 200 to 500 milliseconds
- Poor: Over 500 milliseconds
Poor INP is usually caused by heavy JavaScript execution, long main-thread tasks, and excessive DOM size that slows down event handling.
Cumulative Layout Shift (CLS)
CLS measures how much the visible content shifts unexpectedly during the page lifecycle. It captures those frustrating moments when a button moves just as you try to click it, or text jumps because an image loaded above it.
- Good: Under 0.1
- Needs improvement: 0.1 to 0.25
- Poor: Over 0.25
Layout shifts are commonly caused by images and ads without specified dimensions, dynamically injected content, and web fonts that cause text to reflow on load.
How to measure Core Web Vitals
- Google PageSpeed Insights — Enter any URL for both lab data (simulated) and field data (real users).
- Google Search Console — The Core Web Vitals report shows performance across your entire site with page-level detail.
- Chrome DevTools — The Performance panel provides detailed lab measurements during development.
- Web Vitals JavaScript library — Add real-user monitoring (RUM) directly to your site for continuous tracking.
For a detailed guide on optimizing CWV specifically for AI search performance, see our guide on Core Web Vitals and AI SEO.
Frequently Asked Questions
What are the three Core Web Vitals metrics?
The three Core Web Vitals are: Largest Contentful Paint (LCP), measuring loading speed with a target under 2.5 seconds; Interaction to Next Paint (INP), measuring responsiveness with a target under 200 milliseconds; and Cumulative Layout Shift (CLS), measuring visual stability with a target score below 0.1. Together they provide a standardized assessment of real-world user experience.
Do Core Web Vitals affect AI SEO?
Yes. While AI models do not directly measure CWV scores, page performance is critical for AI crawler access. AI bots have strict timeout limits — if your page loads slowly, they cannot retrieve the content. Sites with fast load times are cited significantly more often by ChatGPT and other AI assistants. Optimizing CWV improves both your Google rankings and your AI visibility simultaneously.
How do I check my Core Web Vitals?
Use Google PageSpeed Insights for per-URL analysis with both lab and field data. Google Search Console provides a site-wide Core Web Vitals report that groups pages by similar issues. Chrome DevTools and Lighthouse offer detailed lab measurements for developers. For real-user data, the Chrome User Experience Report (CrUX) dashboard provides 28-day rolling averages from real Chrome users visiting your site.
Is your site fast enough for AI crawlers?
Slow pages get skipped by AI bots. Check your technical readiness in 60 seconds.
Free scan -- No signup required