← Blog

12 April 2026

Core Web Vitals in 2026: What Actually Moves Rankings

Two years after INP replaced FID, most sites are still leaving rankings on the table. Here is the up-to-date playbook we use on client audits.

Performance speedometer illustrating Core Web Vitals metrics

Google has not changed the headline metrics in 2026, but the goalposts have moved. INP (Interaction to Next Paint) is now the interactivity metric every team should be watching, and the thresholds for "Good" LCP are stricter on competitive queries than the public docs suggest.

What we measure now

The three metrics that matter for ranking and revenue:

  • LCP — Largest Contentful Paint. Target: under 2.0s on real-user 75th percentile. The official threshold is 2.5s; competitive verticals reward faster.
  • INP — Interaction to Next Paint. Target: under 200ms.
  • CLS — Cumulative Layout Shift. Target: under 0.1, ideally under 0.05.

For the full methodology, see our Core Web Vitals optimisation guide and the broader technical SEO mastery for e-commerce pillar.

The fixes that actually move the needle

We have audited a lot of sites in the past year. The same five issues come up repeatedly:

  1. Hero image not preloaded. Adding <link rel="preload" as="image" fetchpriority="high"> to the LCP image is still the single biggest LCP win.
  2. Heavy hydration on the homepage. Move non-critical JS to interaction-time. This is the largest INP win on most React/Next/TanStack sites.
  3. Web fonts blocking text render. font-display: swap plus a sensible fallback stack is a 30-second fix that most sites still get wrong.
  4. CLS from late-loading ads or banners. Reserve space with explicit width and height. No exceptions.
  5. Render-blocking analytics. Defer or use a tag-management strategy that does not block the main thread on first paint.

Most of these belong in a proper technical SEO audit, not a one-off ticket. The rest are covered in site speed optimisation.

Where structured data fits

Core Web Vitals will not lift you above a competitor with better content and authority. Pair the speed work with rich structured data and schema markup and a strong E-E-A-T optimisation signal, and the compounding effect is what actually moves rankings.

If you would like us to run the same audit on your site, see technical SEO or book a call.

Hand-picked next steps from across our guides and services.