Core Web Vitals in 2026: what changed and how to pass
The three Core Web Vitals — LCP, INP and CLS — explained with their 2026 thresholds, why INP trips up most sites, and the fixes that move the needle.
Core Web Vitals are three field metrics Google uses to judge real-world page experience: Largest Contentful Paint (loading), Interaction to Next Paint (responsiveness) and Cumulative Layout Shift (visual stability). A page passes when all three sit in the "good" range for the 75th percentile of real visits — LCP under 2.5 s, INP under 200 ms, and CLS under 0.1. They are a lightweight ranking signal, but more importantly they track the friction that makes visitors leave.
The three metrics that matter
The big shift is INP. On 12 March 2024 it replaced First Input Delay as a Core Web Vital, and it is now the metric most sites fail — roughly two in five URLs still miss the 200 ms bar. Where FID only measured the delay before the first interaction, INP watches every interaction and reports a near-worst-case latency, so sluggish menus, filters and forms can no longer hide.
How Google actually grades you
Two things surprise people. First, the score is field data, not a lab test: it comes from the Chrome User Experience Report — real Chrome users on real devices and networks — so a fast laptop can pass a page that real phones fail. Second, a URL group only earns a "good" status when at least 75% of visits meet the good threshold for all three metrics at once. Chase your slowest quartile, on the hardware your audience actually uses.
Fixing INP — the metric most sites fail
LCP and CLS quick wins
Seora's audit reads your real Core Web Vitals, flags the exact element dragging LCP or the script eating your INP budget, and writes the fix for you. See it on the performance side of an audit or start free.
Treat Core Web Vitals as a product-quality habit, not a one-off cleanup. Measure in the field, fix your slowest 25%, and re-check after every release — the same loop that keeps you fast keeps you ranking. Next, make those fast pages easy to find with a deliberate internal-linking structure.
Sources
Put this into practice
Run a free Seora audit and get the exact fixes for your site — performance, AI readiness, internal links and more.
Keep reading
All articlesJavaScript SEO: rendering pages that crawlers and users can both read
Client rendering can work, but it raises the cost of discovery. Use SSR, hydration discipline, and crawl tests for SEO-critical pages.
Image SEO and performance: make visuals rank without slowing pages
Images can win search visibility and destroy LCP. Use filenames, alt text, dimensions, formats, and loading priority deliberately.