Core Web Vitals in one page
Google & Bing clusterJul 10, 2026·4 min read

Core Web Vitals in one page

LCP, INP, CLS — what each one measures, what causes it, and the one fix that helps most.

Part of the SEO Fundamentals cluster
New here? Start with the pillar guide: SEO in 2026: the complete plain-English guide.
Browse the cluster
TL;DR

Core Web Vitals boil down to three numbers. Fix each with one focused change — image weight, script weight, and reserved space — and the metric moves within a single deploy.

Key facts
  • LCP target: under 2.5 seconds.
  • INP target: under 200 milliseconds.
  • CLS target: under 0.1.
  • Roughly 60% of mobile sites still fail at least one CWV threshold.

The three metrics

  • LCP — how fast the biggest thing loads. Fix: compress hero images, ship them from a CDN.
  • INP — how fast the page responds to a tap. Fix: cut third-party scripts, defer non-critical JS.
  • CLS — how much the layout jumps. Fix: reserve width/height on images and embeds.
Frequently asked questions
Do Core Web Vitals affect desktop rankings?
Yes, but the weight is smaller than on mobile. Mobile passes should be the priority.