Skip to content
All posts
Audit6 min read

Core Web Vitals in 2026: what actually moves rankings

Core Web Vitals are a real ranking signal — but a small one, and easy to over-invest in. Here's where the effort actually pays off, and where it doesn't.

By GetIndexed Team

First, the honest framing

Core Web Vitals are part of Google's page-experience signals, but they are a tiebreaker, not a primary ranking factor. Relevance, content quality, and links still do the heavy lifting. If two pages are otherwise close, the faster, more stable one can edge ahead — and just as importantly, a slow page loses real users before ranking even matters.

So the goal isn't a perfect 100 score. It's clearing the "good" thresholds on the metrics users actually feel.

The three metrics, in plain terms

Where the effort actually pays off

In practice, a handful of fixes move the needle on most sites:

  1. Optimize the LCP image. Compress it, serve modern formats (WebP/AVIF), and preload it. The single biggest LCP win on most pages.
  2. Reserve space for media and embeds. Set width/height (or aspect-ratio) so nothing reflows. This kills most CLS.
  3. Cut and defer JavaScript. Third-party scripts are the usual INP killers. Defer what you can, remove what you don't need, and audit tag managers ruthlessly.
  4. Cache aggressively at the edge. A fast server response (low TTFB) lifts every other metric.

Where it doesn't

Chasing the last few Lighthouse points — micro-optimizing a script that's already fast, or obsessing over a lab score while field data looks fine — is usually wasted effort. Field data (real Chrome users) is what Google uses, not your local lab run. If your field CWV are green, your time is better spent on content and links.

Measure field data, not just lab

Lighthouse gives you a lab score in a clean environment. Real users are on slower phones and flaky networks, which is what Google's page experience assessment reflects. Track the field metrics over time so a regression after a deploy shows up as an alert, not a mystery traffic dip.

You can check any URL's vitals with the free Core Web Vitals checker and its companion PageSpeed checker — both pull from Google's real-user data — then set up monitoring so a regression pages you the day it lands.

The takeaway

Get your Core Web Vitals into the "good" band, set up monitoring so they stay there, and then stop. The marginal ranking value past "good" is small. The marginal value of better content and stronger links is not.