← All posts
·4 min read

Core Web Vitals: What Actually Matters for Rankings in 2026

Stop obsessing over perfect Lighthouse scores. Here's what Core Web Vitals actually impact, which metrics matter most, and how to fix the ones that are actually hurting your rankings.

Core Web VitalsPage SpeedTechnical SEO

I'm going to say something controversial: most people waste too much time on Core Web Vitals.

Don't get me wrong — page speed matters. But I've seen sites with "poor" CWV scores outranking sites with perfect scores all day long. And I've seen teams spend weeks optimizing their LCP from 2.4s to 2.2s when their real problem was thin content and zero backlinks.

So let me give you the honest picture of where CWVs actually matter.

The three metrics explained (simply)

LCP (Largest Contentful Paint): How fast your main content loads. Target: under 2.5 seconds.

INP (Interaction to Next Paint): How quickly your page responds when someone clicks something. Target: under 200ms.

CLS (Cumulative Layout Shift): How much stuff jumps around while the page loads. Target: under 0.1.

That's it. Three numbers. Don't let anyone overcomplicate this.

Do they actually affect rankings?

Here's my honest take based on what I've observed:

If your CWVs are terrible (LCP over 4s, CLS over 0.25): Yes, this is probably hurting you. Google has confirmed page experience is a ranking signal, and really bad scores will hold you back.

If your CWVs are "needs improvement" (LCP 2.5-4s): The impact is minimal. You have bigger fish to fry. Focus on content and links first.

If your CWVs are "good" (all green): You're fine. Don't obsess over getting them perfect. The difference between "good" and "amazing" has basically zero ranking impact.

The truth is: CWVs are a tiebreaker. When two pages are roughly equal in content quality and authority, the faster one might win. But it's never the primary factor.

The fixes that actually matter

If you do need to improve your CWVs, here's where to focus your time:

For LCP (most common issue)

The #1 cause of bad LCP: hero images that aren't optimized.

Quick fixes:

  • Compress your hero image (WebP format, reasonable dimensions)
  • Add loading="eager" and fetchpriority="high" to your above-the-fold image
  • Use a CDN (Cloudflare is free)
  • Remove unnecessary JavaScript that blocks rendering

For CLS (most annoying issue)

The #1 cause of bad CLS: images and ads without defined dimensions.

Quick fixes:

  • Always set width and height on images (or use CSS aspect-ratio)
  • Reserve space for ads and dynamic content
  • Don't inject content above existing content after page load
  • Use font-display: swap for custom fonts

For INP (newest metric)

The #1 cause of bad INP: heavy JavaScript blocking the main thread.

Quick fixes:

  • Break up long JavaScript tasks (use requestIdleCallback or web workers)
  • Remove unused JavaScript (audit with Chrome DevTools Coverage tab)
  • Defer non-critical third-party scripts
  • Be careful with hydration in React/Next.js apps

The enterprise exception

I said most people over-invest in CWVs. There's one exception: large sites with thousands of pages.

If you're running an e-commerce site with 10,000 product pages, even a small CWV improvement can compound across all those pages. At scale, a 10% improvement in load time can mean measurable traffic gains.

For a 20-page SaaS marketing site? Spend an hour making sure nothing is obviously broken and move on.

My priority framework

When a new client asks where to start with technical SEO, here's my actual priority order:

  1. Crawlability — Can Google find your pages? (sitemap, internal links, no accidental noindex)
  2. Indexability — Are your pages getting indexed? (check Search Console)
  3. Content quality — Is the content good enough to rank?
  4. Core Web Vitals — Is the site fast enough?
  5. Mobile usability — Does it work on phones?

CWVs are #4, not #1. Most sites I audit have issues in #1-3 that matter way more.

Tools I actually use

  • PageSpeed Insights — Quick check for any URL
  • Chrome DevTools (Lighthouse) — More detailed, shows exactly what's slow
  • Search Console Core Web Vitals report — Shows which URLs have issues at scale
  • WebPageTest.org — Best for diagnosing specific loading issues

Don't pay for expensive speed monitoring tools unless you're enterprise-scale. The free tools are more than enough.


Our AI agent checks Core Web Vitals across your entire site and fixes the issues that actually impact rankings. Run your free audit — takes 2 minutes.