12/04/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.

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:
- Hero image not preloaded. Adding
<link rel="preload" as="image" fetchpriority="high">to the LCP image is still the single biggest LCP win. - Heavy hydration on the homepage. Move non-critical JS to interaction-time. This is the largest INP win on most React/Next/TanStack sites.
- Web fonts blocking text render.
font-display: swapplus a sensible fallback stack is a 30-second fix that most sites still get wrong. - CLS from late-loading ads or banners. Reserve space with explicit width and height. No exceptions.
- 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.
Related guides & services
Hand-picked next steps from across our guides and services.
- Service
technical SEO services
This service page directly relates to improving Core Web Vitals and overall technical SEO, which are key to ranking.
- Guide
Core Web Vitals optimisation
This guide specifically details how to optimise for Core Web Vitals, expanding on the source's topic.
- Guide
website speed optimisation
Site speed is a critical component of Core Web Vitals, directly impacting ranking factors discussed in the source.
- Article
run a technical audit
This blog post offers practical steps for technical audits which often include Core Web Vitals.
- Guide
technical SEO mastery framework
This pillar guide offers a comprehensive overview of technical SEO, a broader category the source article fits into, and is a pillar page.
Comments
Sign in with Google to join the conversation. Comments are moderated before they appear.
Loading comments…