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
Related Terms