SEOPerformance

Core Web Vitals in 2026: the only metrics that still move rankings

TC
Théo Cordier
Performance Lead, SEO InsightJun 4, 20261 min read

Most teams still treat Core Web Vitals as a Lighthouse score to chase. That's the trap. Lab scores are a proxy; field data is the ranking signal. Here's what each metric demands in 2026 and where the real wins hide.

LCP: it's almost always the hero image

Largest Contentful Paint is dominated by one element on most pages. Find it, preload it, and stop shipping a 1.4 MB PNG where a 90 KB AVIF would do.

html
<link rel="preload" as="image" href="/hero.avif" fetchpriority="high" />

INP replaced FID — and it's harder

Interaction to Next Paint measures the whole interaction, not just the first input delay. Long tasks on the main thread are the enemy.

If a third-party tag blocks the main thread for 300ms, that's your INP budget gone before your code even runs.

0.9s
good LCP target
200ms
good INP target
0.1
good CLS target

CLS: reserve space for everything

Set width/height on media, reserve space for ads and embeds, and never inject content above existing content after load.

Want this done for you?

We tune LCP, INP and CLS to "Good" on real sites — measured in Search Console, not just Lighthouse.

See SEO code optimization
TC

Théo Cordier

Performance Lead, SEO Insight

Théo breaks down slow sites for a living and rebuilds them to pass Core Web Vitals without a rewrite.