A set of three user-experience signals that Google measures for every page.
Web professionals reading performance reports in Search Console or PageSpeed Insights
01What it is and how it works
Google defines Core Web Vitals as the most important metrics for real‑world user experience. Largest Contentful Paint (LCP) measures how long it takes the main content to appear. First Input Delay (FID) tracks the delay between a user's first click or tap and the browser's response. Cumulative Layout Shift (CLS) quantifies unexpected layout moves that can cause clicks to miss their target. These metrics are collected from the Chrome User Experience Report and from field data you can view in Search Console or PageSpeed Insights.
Core Web Vitals are three speed and stability scores Google looks at for each page.
02What to do about it
You can improve each metric with targeted changes this week:
- Serve images in next‑gen formats and size them to the viewport to boost LCP.
- Replace heavy JavaScript with lighter alternatives or defer it to reduce FID.
- Add explicit width and height attributes to images and ads to keep CLS low.
03How it is measured or noticed
Google collects field data from real users via the Chrome User Experience Report. In Search Console, go to Core Web Vitals report to see which URLs fall into “Good”, “Needs improvement”, or “Poor”. You can also run a URL through PageSpeed Insights for lab data that includes LCP, FID, and CLS values, plus specific recommendations.
04Common mistakes
- Assuming a fast server alone guarantees a good LCP; large images or render‑blocking CSS still delay content.
- Optimizing only for lab scores while ignoring field data; real users may have slower connections.
- Treating CLS as a one‑time fix; dynamic ad inserts can re‑introduce layout shifts after the page loads.
05Limits
Core Web Vitals focus on loading, interactivity, and visual stability, but they do not measure content relevance, accessibility, or security. They are also not a replacement for broader performance budgets; a page can score “Good” on the three metrics yet still feel sluggish due to long‑running scripts that run after the initial interaction.
06Worked example
A product landing page loaded a 2 MB hero image without size attributes. LCP recorded 4.2 seconds, CLS was 0.28, and FID was 120 ms. After adding width/height, compressing the image to 400 KB, and lazy‑loading below‑the‑fold content, the same page reported LCP = 1.8 seconds, CLS = 0.04, and FID = 18 ms.
"We cut LCP from 4.2 s to under 2 s by resizing the hero image and deferring non‑critical CSS. The page moved from the ‘Poor’ bucket to ‘Good’ in Search Console overnight."
The entry above is written by GetLoopLoop. What follows is what independent catalogues hold about the same term — none of it is the source of this page.
- Part of
- Google Search
The same term on Wikipedia
Catalogued in 4 languagesFrequently asked questions
How do Core Web Vitals differ from the metrics shown in PageSpeed Insights?
Usually they are related but not identical. Core Web Vitals are the three specific user‑experience signals that Google uses for ranking, while PageSpeed Insights reports a broader set of performance metrics, including but not limited to those three.
Should I focus on fixing Core Web Vitals before publishing new content on my site?
It depends on your current performance. If your existing pages already fall below the recommended thresholds, improving them will have a more immediate impact on rankings, whereas new content can be optimized from the start to avoid future issues.
Who is responsible for collecting Core Web Vitals data for a website?
Usually the web development or SEO team sets up the collection. Google gathers field data automatically via the Chrome User Experience Report, but you need to ensure the site is instrumented to send the relevant signals to Search Console.
Do Core Web Vitals still influence rankings after the 2021 Core Update?
Yes, they remain a ranking factor. Google continues to use LCP, FID, and CLS as part of its overall assessment of page quality, even as other signals evolve.
What are the consequences if my Largest Contentful Paint exceeds the 2.5‑second threshold?
Usually you will see a drop in the page’s ranking potential and a higher bounce rate. Google may flag the page in Search Console, and users are more likely to leave before the main content appears.
How long after I make a performance change will the new Core Web Vitals numbers appear in Google Search Console?
Usually it takes a few weeks for enough field data to be collected and reflected. The Chrome User Experience Report updates roughly every 28 days, so you’ll see the impact after that cycle.
Asked out loud
spoken, not typedThe same term in the words somebody uses speaking to an assistant rather than typing into a box — written from the situation, which is why each one carries the situation it came from.
Yes, you should look at your Core Web Vitals, especially Largest Contentful Paint, to see if the loading time is within the recommended range. If LCP is high, consider optimizing images, reducing server response time, or adding size attributes.
Usually a dip is linked to Core Web Vitals falling below the thresholds, which Google uses as a ranking signal. Check the LCP, FID, and CLS values in Search Console to identify which metric needs improvement.
Usually you can present the Core Web Vitals report from the Chrome User Experience Report or Search Console, which displays the LCP, FID, and CLS scores. Highlight any metrics that are in the “good” range to demonstrate compliance.