What are Core Web Vitals? (CWV)

Core Web Vitals are Google's metrics measuring page loading, interactivity, and visual stability. Learn how CWV affects SEO and user experience.

Google's three standardized metrics that measure how fast pages load, how quickly they become interactive, and how stable the visual layout remains.

Core Web Vitals are a specific set of user experience measurements that Google uses as ranking signals. The three metrics - Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS) - quantify what users actually experience when visiting your pages. Passing thresholds on all three earns you a 'good' page experience score.

Deep Dive

Core Web Vitals are a set of three standardized metrics that Google uses to measure real-world user experience on web pages. They focus on loading performance, interactivity, and visual stability. The metrics are Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS). Each metric has a defined threshold that determines whether a page provides a good, needs-improvement, or poor experience. Google collects this data from actual Chrome users via the Chrome User Experience Report, making the scores reflective of real-world conditions rather than lab simulations. These metrics translate subjective user experience into objective, actionable data. These metrics matter because they directly influence user behavior and, by extension, business outcomes. Pages that load slowly, respond sluggishly to taps, or shift layout unexpectedly frustrate visitors and increase the likelihood they will leave without converting. For marketers and site owners, Core Web Vitals provide a common language to quantify user experience and prioritize technical improvements. While the direct ranking boost is modest, the indirect benefits-lower bounce rates, higher engagement, and better conversions-often outweigh the SEO signal itself. A fast, stable page keeps users engaged and moving toward conversion. Each metric targets a distinct aspect of page experience. LCP measures loading performance by tracking when the largest content element becomes visible within the viewport. The threshold for a good LCP is 2.5 seconds or less. INP measures responsiveness by observing the latency of all user interactions-clicks, taps, and key presses-throughout the page session and reporting the worst observed delay. A good INP is 200 milliseconds or less. CLS measures visual stability by summing unexpected layout shifts that occur during page load. A good CLS score is 0.1 or less. These thresholds are based on the 75th percentile of page loads. To apply Core Web Vitals effectively, start by auditing your site using tools like Google Search Console, PageSpeed Insights, or the CrUX Dashboard. These tools identify which pages are failing and provide specific diagnostics. Focus optimization efforts on high-traffic, high-value pages first. For LCP, common fixes include optimizing server response times, compressing images, and eliminating render-blocking resources. For INP, reduce long JavaScript tasks and break up heavy processing. For CLS, always include size attributes on images and videos, reserve space for ads, and avoid inserting content above existing content. Prioritize changes that yield the largest user experience gains. Consider a product page for an e-commerce site. If the main product image takes several seconds to appear, LCP is failing. A visitor tapping 'Add to Cart' and waiting a noticeable delay for any visual feedback means INP is failing. If a late-loading banner ad pushes the checkout button down just as the user clicks, causing a mis-tap, CLS is failing. Each failure degrades trust and increases abandonment. By contrast, a page that loads its hero image quickly, responds to button taps almost instantly, and maintains a stable layout keeps the user in control and moving toward conversion. These improvements directly support revenue goals. Another example is a news article page. The largest content element might be the featured image or a large headline. If that element appears quickly, LCP passes. As the reader scrolls and taps related article links, INP measures whether those interactions feel instant. If an embedded social media widget loads late and shifts the text the reader was viewing, CLS captures that disruption. For publishers, good Core Web Vitals can mean the difference between a reader staying for multiple page views or bouncing after one. A smooth experience encourages deeper engagement with content. Core Web Vitals are closely related to other page experience signals like mobile-friendliness, HTTPS security, and intrusive interstitial guidelines. Together, these form Google's broader page experience ranking factor. However, Core Web Vitals are unique in being quantitative and user-centric. They also intersect with technical SEO, as many optimizations require developer involvement. Understanding user intent is also relevant: a page that perfectly satisfies a user's query but delivers a poor experience may still lose that user to a competitor with a smoother, faster page. The metrics bridge the gap between technical performance and user satisfaction. It is important to distinguish Core Web Vitals from lab-based performance scores. Tools like Lighthouse simulate a controlled environment and can produce optimistic results. Core Web Vitals, by contrast, are based on field data from real users on diverse devices and network conditions. A page might score well on Lighthouse but fail CWV because actual visitors are on slower mobile connections. This gap underscores why field data is the ground truth for user experience. Relying solely on lab data can lead to a false sense of security about real-world performance. Another adjacent concept is the evolution of these metrics. Google replaced First Input Delay (FID) with INP in March 2024 because FID only measured the first interaction's delay, missing responsiveness issues later in the session. INP provides a more comprehensive view by considering all interactions. This change reflects Google's ongoing effort to make metrics more representative of the full user journey. Staying current with metric updates ensures optimization efforts remain aligned with how Google evaluates page experience. In summary, Core Web Vitals translate subjective user experience into objective, actionable data. They empower teams to move beyond vague complaints about speed and instead target specific, measurable improvements. While they are not a dominant ranking factor, their impact on user satisfaction and conversion makes them a critical part of any modern web strategy. By focusing on LCP, INP, and CLS, businesses can create faster, more responsive, and visually stable experiences that keep users engaged and drive better outcomes. These metrics provide a foundation for continuous improvement in page experience.

Why It Matters

Core Web Vitals matter because they quantify what users feel. A page that takes several seconds to load or shifts around as users try to click isn't just annoying-it drives people away. Poor performance correlates with higher bounce rates and lower conversion rates. For marketers, CWV provides a common language to communicate with developers. Instead of saying 'the page feels slow,' you can point to specific metrics with specific thresholds. This makes prioritization and progress tracking concrete. The SEO benefit is real but secondary: the primary value is keeping users engaged long enough to convert.

Examples

During a website redesign kickoff meeting: Before we finalize the new homepage design, let's review our Core Web Vitals. Our current CLS score is failing because the hero image doesn't have defined dimensions, and that ad unit shifts everything down when it loads.

In an SEO performance review: Traffic to our product pages dropped last quarter. Looking at Search Console, many of those URLs are failing Core Web Vitals. The LCP is over 4 seconds because we're loading high-res images without lazy loading.

Prioritizing technical debt with engineering: I know the JavaScript refactor is a big lift, but our INP scores are terrible on mobile. Users are tapping 'Add to Cart' and waiting hundreds of milliseconds for any response. That's hurting both our CWV and our conversion rate.

Common Misconceptions

Misconception: Passing Core Web Vitals will dramatically boost your rankings. Reality: CWV is a tiebreaker, not a primary ranking factor. Google has explicitly stated that content quality matters more. Sites with poor CWV but great content regularly outrank sites with perfect scores but thin content.

Misconception: Lighthouse scores and Core Web Vitals are the same thing. Reality: Lighthouse runs lab tests in controlled conditions. Core Web Vitals use field data from real Chrome users. A page can score 100 in Lighthouse while failing CWV because actual visitors have slower devices or connections.

Misconception: You need to optimize every page on your site. Reality: Google evaluates pages individually, and not all pages carry equal weight. Focus on high-traffic, high-value pages first. A failing 404 page or internal utility page rarely impacts your overall SEO performance.

Key Takeaways

Three metrics: loading, interactivity, visual stability: LCP measures when main content appears, INP measures response to interactions, and CLS measures layout jumps. Each has a specific pass/fail threshold based on real user data.

Real user data, not lab scores, determines rankings: Google uses Chrome User Experience Report data from actual visitors. Your Lighthouse score might be perfect while field data fails because real users have diverse devices and connections.

Tiebreaker signal, not a dominant ranking factor: Content relevance still matters more. But among comparable pages, passing Core Web Vitals can provide an edge, and the UX benefits affect conversions directly.

INP replaced FID in March 2024: First Input Delay only measured the first interaction. Interaction to Next Paint captures responsiveness throughout the entire session, giving a more complete picture of page interactivity.

Related Terms

Mobile-First Indexing: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

SEO: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

Domain Authority: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

Technical SEO: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

Backlinks: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

E-E-A-T: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

E-E-A-T: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

Organic Traffic: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

CTR: Another entry in the SEO fundamentals cluster connected to Core Web Vitals.

Google-Extended: Google-Extended gives crawler context for Core Web Vitals.

GoogleAgent-Mariner: GoogleAgent-Mariner gives crawler context for Core Web Vitals.

Frequently Asked Questions

What are Core Web Vitals?

Core Web Vitals are three Google metrics that measure page experience: Largest Contentful Paint (loading speed), Interaction to Next Paint (responsiveness), and Cumulative Layout Shift (visual stability). Google uses field data from Chrome users to score pages and uses these scores as a ranking signal.

What are the passing thresholds for Core Web Vitals?

LCP should be 2.5 seconds or less, INP should be 200 milliseconds or less, and CLS should be 0.1 or less. Meeting all three thresholds at the 75th percentile of your visitors gives you a 'good' rating. Between thresholds is 'needs improvement,' and beyond is 'poor.'

How do I check my Core Web Vitals scores?

Google Search Console provides aggregated CWV data for your entire site, showing which pages need improvement. PageSpeed Insights offers detailed scores for individual URLs along with specific optimization recommendations. Chrome DevTools and Lighthouse allow lab testing during development, while the CrUX Dashboard provides historical trends and comparisons.

What happened to First Input Delay (FID)?

Google replaced FID with Interaction to Next Paint (INP) in March 2024. FID only measured the delay before the first interaction was processed, missing later sluggishness. INP measures responsiveness throughout the entire page session, capturing all interactions and reporting based on the worst ones, giving a more complete picture of interactivity.

Do Core Web Vitals affect mobile and desktop rankings differently?

Google measures and reports CWV separately for mobile and desktop, and scores often differ significantly. Since Google primarily uses mobile-first indexing, mobile CWV scores typically matter more for rankings. Most sites see worse mobile scores due to slower processors and variable network conditions, making mobile optimization a priority.

Why do Core Web Vitals matter for business?

Core Web Vitals quantify what users feel, directly impacting engagement and conversions. Slow loading or layout shifts frustrate visitors, increasing bounce rates and reducing sales. For marketers, CWV provides a common language to communicate with developers, making performance improvements concrete and trackable. The SEO benefit is secondary to keeping users engaged long enough to convert.