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.
Flagship product
Meet WOBBIE — your fully automated AI business partner.
WOBBIE — Web Operations Built By Intelligence Engineering — learns your business, audits your SEO every day, drafts and publishes content, triages your leads and proposes site changes it can apply, verify and revert by itself. One always-on partner sitting next to you, doing the marketing work that always gets postponed.
- Audits SEO across Search, Technical, E-E-A-T, Local and Conversion
- Drafts and publishes content to WordPress, Webflow and LinkedIn
- Triages leads, sends briefings, applies and reverts site changes
- Runs in Suggest, Draft or Auto mode — trust it as far as you like
Related guides & services
Hand-picked next steps from across our guides and services.
- Service
Technical SEO services
This service page directly addresses technical SEO, which is crucial for Core Web Vitals and ranking improvements.
- Guide
optimise Core Web Vitals
This guide provides practical information on optimising Core Web Vitals, a core theme of the source article.
- Guide
Technical SEO Mastery
This pillar guide covers comprehensive technical SEO strategies relevant to improving search rankings.
- Article
run SEO audits
This blog post offers actionable insights into technical SEO audits, directly supporting the goal of moving rankings.
- Guide
website speed optimisation
Site speed is a critical component of Core Web Vitals, directly impacting rankings as discussed in the source.
Comments
Sign in with Google to join the conversation. Comments are moderated before they appear.
Loading comments…