Core Web Vitals are a set of real-world, user-centric performance metrics that Google uses as a direct ranking signal. They measure three dimensions of user experience: loading performance (LCP), interactivity (INP), and visual stability (CLS).
Since the Page Experience update, sites that fail these thresholds are at a measurable disadvantage in competitive search results. More importantly, poor Core Web Vitals directly correlate with higher bounce rates and lower conversion rates — meaning the cost isn't just SEO, it's revenue.
According to Google's web.dev documentation, the recommended thresholds are:
- LCP: ≤ 2.5 seconds (Good), ≤ 4.0 seconds (Needs Improvement)
- INP: ≤ 200ms (Good), ≤ 500ms (Needs Improvement)
- CLS: ≤ 0.1 (Good), ≤ 0.25 (Needs Improvement)







