What Are Core Web Vitals?
Core Web Vitals are three measurements Google uses to evaluate how fast and stable your website feels. They affect rankings and conversion rates. You do not need to be technical to understand them.
As of March 2024, INP replaced FID as the responsiveness metric. If you are still reading about FID, that information is outdated.
The Three Metrics (In Plain English)
| Metric | What It Measures | Good | Needs Improvement | Poor | Why It Matters |
|---|---|---|---|---|---|
| LCP | How fast main content loads | Under 2.5s | 2.5-4.0s | Over 4.0s | Visitors leave slow sites. Google ranks faster sites higher. |
| INP | How fast site responds to clicks | Under 200ms | 200-500ms | Over 500ms | Sluggish sites frustrate users and hurt conversions. |
| CLS | How much page moves while loading | Under 0.1 | 0.1-0.25 | Over 0.25 | Layout shifts make users click the wrong thing. |
Analogies: LCP is how fast your storefront sign lights up. INP is how quickly the door opens when pushed. CLS is whether the furniture moves while customers walk through.
Why Core Web Vitals Matter for Your Business
CWV is a ranking factor since 2021 and a conversion factor always. A 1-second delay in page load reduces conversions by 7%. For a business generating 100 leads per month, a 1-second improvement could mean 7 additional leads without any other changes.
"The most common CWV issue we find is poor LCP from unoptimized hero images. We see it on about 65% of sites. After fixing it, the average ranking improvement is 3-5 positions within 4 to 6 weeks."
Dylan Axelson, SEO Director
Check Your Scores
- Go to pagespeed.web.dev. Enter your URL.
- Check both mobile and desktop. Mobile matters more.
- Review scores: Green = Good. Yellow = Needs Improvement. Red = Poor.
- Check the Diagnostics section for specific recommendations.
- For real-user data, use Google Search Console > Core Web Vitals report.
- Run competitor URLs for comparison.
Common Issues and How to Fix Them
| Problem | Metric | Fix | Difficulty | Improvement |
|---|---|---|---|---|
| Unoptimized images | LCP | Compress, WebP, lazy load | Easy | 0.5-2.0s |
| No font preloading | LCP | Add preload links | Easy | 0.3-0.8s |
| Large JS bundles | INP | Code split, defer | Medium | 100-300ms |
| Third-party scripts | INP, LCP | Defer, async, or remove | Medium | Varies |
| Missing image dimensions | CLS | Add width/height attributes | Easy | 0.05-0.2 |
| Dynamic content loading | CLS | Set explicit dimensions | Medium | 0.05-0.15 |
| Render-blocking CSS | LCP | Inline critical CSS | Medium | 0.5-1.5s |
| No CDN | LCP | Add Cloudflare or similar | Easy | 0.3-1.0s |
"The fix that delivers the biggest CWV improvement for the least effort is image optimization. Converting to WebP and adding lazy loading takes about an hour and usually improves LCP by 1 to 2 seconds. It is the first thing I do on every project."
David Chung, Web Designer/Developer
How Core Web Vitals Affect SEO Rankings
CWV is a tiebreaker, not the primary ranking factor. Content and backlinks carry more weight. But in competitive markets, the faster page wins when content quality is similar. Do not obsess over perfect scores at the expense of content quality. Do fix anything in the red zone.
What Good Scores Look Like
Most local business sites score "needs improvement." Getting to "good" puts you ahead of 60-70% of competitors. That is a meaningful advantage. Perfect scores are not necessary.
Targets: LCP under 2.5s, INP under 200ms, CLS under 0.1. All achievable with the fixes above.
For a complete technical audit, see our technical SEO checklist or request a free audit.
Frequently Asked Questions
What are Core Web Vitals and why do they matter?
Three Google metrics measuring speed (LCP), responsiveness (INP), and stability (CLS). They affect rankings and conversions.
How do I check my Core Web Vitals score?
Go to pagespeed.web.dev and enter your URL. For real-user data, use Google Search Console's Core Web Vitals report. Both are free.
What is a good LCP score?
Under 2.5 seconds. Between 2.5 and 4.0 needs improvement. Over 4.0 is poor.
Do Core Web Vitals affect Google rankings?
Yes. They act as a tiebreaker between pages with similar content and authority. Poor scores actively hurt rankings.
How long does it take to fix Core Web Vitals?
Easy fixes take hours. Medium fixes take days. After fixing, Google re-evaluates over 2 to 4 weeks using real-user data.