Definition

Core Web Vitals are a set of real-world, user-centric metrics from Google that evaluate the overall user experience of a webpage. Introduced as part of Google's Page Experience signals, they measure critical dimensions of web usability for a positive user journey. These metrics provide site owners with actionable insights into how their pages perform from a user's perspective, focusing on actual user interaction and perceived performance rather than just simple page speed. The three main metrics are Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS), each addressing a distinct aspect of user experience.

LCP measures loading performance by reporting the render time of the largest image or text block visible within the viewport; a good LCP is 2.5 seconds or less. FID quantifies interactivity, measuring the time from user interaction (e.g., click) to browser processing; a good FID is 100 milliseconds or less. CLS measures visual stability by quantifying unexpected layout shifts during a page's lifespan; a good CLS is 0.1 or less. These metrics are collected from real user data (field data) via the Chrome User Experience Report (CrUX) and are also available as lab data through tools like Lighthouse.

Core Web Vitals are a critical component of Google's ranking algorithm, particularly for mobile search results, influencing a page's visibility in search engine results pages (SERPs). While not the sole ranking factor, poor Core Web Vitals can negatively impact a page's search performance, especially when competing with pages offering similar content but superior user experience. Optimization involves technical SEO efforts like optimizing image sizes, deferring non-critical CSS/JavaScript, improving server response times, and ensuring stable element positioning. Their scope extends to all web pages, as user experience is universally important for engagement and conversions.

Examples

  • A user visiting an online news article experiences slow loading, delayed response to tapping a link, and text jumping around as images load, making it difficult to read.
  • An e-commerce website with poor Core Web Vitals might see higher bounce rates and lower conversion rates because users abandon slow or unstable product pages.

Why It Matters

Core Web Vitals are crucial because they directly impact user experience, which Google prioritizes for search rankings. Good scores lead to better search visibility, increased user engagement, and improved conversion rates. They provide a standardized way to measure and improve the technical health of a website from a user-centric perspective.

First Step

Use Google Search Console's Core Web Vitals report to identify specific pages on your site that are failing the assessment and pinpoint the underlying issues.

Related Terms