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.

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
This service page focuses on technical SEO, including Core Web Vitals, which is directly relevant to the source article's topic of Core Web Vitals and their impact on rankings.
- Guide
Technical SEO Mastery for E-Commerce
This pillar guide covers technical SEO, including Core Web Vitals, and provides a broader context for the source article's specific focus on CWV in 2026.
- Guide
Core Web Vitals Optimisation
This cluster guide specifically addresses Core Web Vitals optimisation, offering practical solutions that align with the source article's discussion of fixes for CWV issues.
- Guide
Site Speed Optimisation
Site speed is a critical component of Core Web Vitals, and this guide offers detailed information on optimisation, complementing the source article's themes.
- Guide
Data-Driven SEO & Content Automation
The source discusses how Core Web Vitals 'moves rankings,' linking to data-driven SEO practices provides a broader context for understanding SEO performance metrics.