Core Web Vitals
Last updated September 2026
Core Web Vitals are Google's three measured standards for page user experience: Largest Contentful Paint (loading speed), Interaction to Next Paint (responsiveness), and Cumulative Layout Shift (visual stability). They are a confirmed, modest ranking signal and a strong predictor of bounce rate and conversion.
Core Web Vitals measure how a page actually feels to use, not just how it is built. Largest Contentful Paint (LCP) measures how long the main content takes to load, with under 2.5 seconds considered good. Interaction to Next Paint (INP) measures how quickly the page responds after a user interacts with it, with under 200 milliseconds considered good. Cumulative Layout Shift (CLS) measures unexpected visual movement, elements jumping around as a page loads, with a score under 0.1 considered good.
01
Why Google settled on these three
Each metric targets a different failure mode a user actually notices: a slow-loading page, a page that feels unresponsive when tapped or clicked, and a page that shifts under a user mid-interaction, the classic case of tapping a button just as an ad loads above it and hitting the wrong thing. INP replaced First Input Delay as the responsiveness metric in March 2024 because it measures responsiveness across the full page visit, not just the first interaction.
- 01
Unoptimized or oversized images slowing LCP
- 02
Render-blocking JavaScript and CSS
- 03
Web fonts that swap in late and shift layout
- 04
Ads or embeds injected without reserved space, causing layout shift
- 05
Heavy third-party scripts delaying interactivity
02
Why it matters for agencies
Fixing Core Web Vitals issues usually means touching a site's front-end code, image pipeline, or third-party scripts, work that requires development resources most agencies do not keep on staff full-time for every client. Conduit's technical SEO delivery includes Core Web Vitals remediation as standard, and because GPS ties GA4 measurement into every engagement, a Core Web Vitals fix can be shown as an improvement in actual engagement and conversion rate, not just a better lab score in a testing tool.
Sites that fail Core Web Vitals thresholds do not just risk a modest ranking penalty, they risk losing the visitors who do click through, since a slow or unstable page abandons users before the content ever loads.





