Technical SEO

Core Web Vitals in 2026: What Actually Moves Rankings Now

By Marcus Lindqvist March 3, 2026 7 min read

For years, Largest Contentful Paint and First Input Delay were the two Core Web Vitals everyone optimized for — and the two most commonly misunderstood. In 2024, Google replaced FID with Interaction to Next Paint (INP), and most audit templates still haven't caught up.

Why INP changes how you should think about speed

FID only measured the delay before a browser could begin processing an interaction. INP measures the full interaction — input delay, processing time, and rendering — which makes it a much harder metric to game with surface-level fixes like deferring a few scripts.

On most of the e-commerce sites we audit, the worst INP offenders aren't the obvious culprits like image carousels. They're filter and sort interactions on category pages, where a single click can trigger a cascade of re-renders.

What we actually check now

  • Long tasks triggered by filter/sort UI on category and search pages
  • Third-party script impact on main-thread blocking time
  • Layout shift caused by lazy-loaded ad slots and cookie banners
  • Server response time variance under real user conditions, not just lab data

The fix prioritization that actually works

Most technical audits hand over a list of 40+ issues with no sense of what to fix first. We rank Core Web Vitals fixes by two factors: estimated traffic on the affected page type, and implementation effort. A 200ms INP improvement on your top 10 category pages usually beats a 500ms improvement on a handful of low-traffic blog posts.

Where this is heading

Expect Google to keep tightening the relationship between Core Web Vitals and ranking signals, particularly for competitive commercial queries where user experience increasingly acts as a tiebreaker. Sites that treat performance as a one-time project rather than ongoing monitoring will keep losing ground.

Want a Core Web Vitals audit of your own site?

We'll show you exactly which pages are losing rankings to performance issues.

Get Free Technical Audit

More from the blog