SEO

What is Core Web Vitals Score?

Core Web Vitals Score is a composite measure of a page's real-world loading performance, interactivity, and visual stability, based on Google's three Core Web Vitals metrics: Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift. It is used both as a user-experience health check and as a factor in how Google evaluates page experience for search ranking.

TL;DR

Core Web Vitals Score summarizes how fast, responsive, and visually stable a page feels to a real visitor, combining Google's Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift metrics into a single pass or fail read.

Formula

Core Web Vitals Score is derived from field or lab measurements of LCP (loading speed), INP (responsiveness), and CLS (visual stability), each rated Good, Needs Improvement, or Poor against Google's defined thresholds, then combined into an overall pass or fail assessment per page.

Why It Matters

Core Web Vitals Score matters because it reflects real user experience rather than a synthetic lab benchmark, which means a poor score usually correlates directly with visitors bouncing before content loads or getting frustrated by a page that jumps around as they try to interact with it. Since Google factors page experience into search ranking, a site with consistently poor Core Web Vitals can lose organic visibility even when its content is strong, making this one of the few technical SEO metrics with a direct, measurable link to both user experience and search performance. It also tends to be a leading indicator of deeper technical debt, since the same bloated scripts and unoptimized assets that hurt Core Web Vitals usually hurt conversion rate and engagement too.

Example

A page loads its largest content element in 1.8 seconds, responds to user interaction in 150 milliseconds, and shifts its layout by a cumulative score of 0.05, putting all three metrics in Google's 'Good' range and giving that page a passing Core Web Vitals assessment. If a heavy, unoptimized ad script is added later and pushes Largest Contentful Paint to 4.5 seconds, the page moves into 'Poor' territory on that metric alone, which can be enough to drop the page's overall Core Web Vitals status from pass to fail even though the other two metrics didn't change.

Frequently Asked Questions

  • They are Largest Contentful Paint, which measures how long the main content takes to load, Interaction to Next Paint, which measures how quickly the page responds to a user's click or tap, and Cumulative Layout Shift, which measures how much content unexpectedly moves around while loading.

  • Google generally considers a page passing when Largest Contentful Paint is under 2.5 seconds, Interaction to Next Paint is under 200 milliseconds, and Cumulative Layout Shift is under 0.1, all measured from real user data rather than a lab test.

  • It is one of many ranking signals Google uses as part of page experience, generally acting more as a tie-breaker between otherwise similar-quality pages than as a dominant ranking factor on its own. Strong content still matters far more, but poor Core Web Vitals can hold a page back.

  • Frequent culprits include unoptimized images, render-blocking JavaScript and third-party scripts like ads or trackers, web fonts that cause layout shifts as they load, and slow server response times.

  • Most teams monitor it continuously through tools like Google Search Console or PageSpeed Insights and review it whenever a major site change ships, since a single new script or design change can quietly push a passing page into failing territory.