Core Web Vitals are three scores Google uses to measure how fast, responsive, and visually stable your website feels to a real visitor. They are Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS), and Google considers a page good when LCP is 2.5 seconds or less, INP is 200 milliseconds or less, and CLS is 0.1 or less (Source: Google, web.dev). At Weblink, a web design agency that builds for lead generation, we treat these numbers as a proxy for something simpler: does your site feel quick and solid, or slow and janky, to the person deciding whether to call you?
Key takeaways
- The three Core Web Vitals and their "good" thresholds: LCP under 2.5s (loading), INP under 200ms (responsiveness), CLS under 0.1 (visual stability) (Source: Google, web.dev).
- INP officially replaced FID as a Core Web Vital on March 12, 2024 (Source: Google, web.dev).
- Core Web Vitals are used by Google's ranking systems, so they influence where you show up (Source: Google Search Central).
- Speed drives revenue: a 0.1-second mobile speed gain lifted retail conversions 8.4% and travel conversions 10.1% in Google's Deloitte study (Source: Deloitte, via web.dev).
What are Core Web Vitals?
Core Web Vitals are Google's standardized way of scoring real-world page experience, built from three metrics that map to how a site feels to use. Google's threshold for a "good" experience is specific: LCP of 2.5 seconds or less, INP of 200 milliseconds or less, and CLS of 0.1 or less (Source: Google, web.dev). Hit all three and you are in the green; miss one and Google flags the page as needing improvement.
The point of these metrics is to put a number on frustration. We have all felt a page that took forever to show its content, a button that ignored the first tap, or a layout that jumped just as we went to click. Core Web Vitals measure exactly those moments, so "make the site feel good" becomes something you can test and fix.
What LCP, INP, and CLS each measure
Each vital tracks a different part of the experience: loading, responsiveness, and stability. Together they answer three plain questions a visitor asks without thinking, all measured against Google's "good" thresholds (Source: Google, web.dev).
Largest Contentful Paint (LCP): does it load quickly?
LCP measures how long the main content, usually your biggest image or headline, takes to appear. Good is 2.5 seconds or less. This is the metric your impatient, high-intent visitor feels first, and the one that usually needs the most work on a service business site weighed down by large images.
Interaction to Next Paint (INP): does it respond quickly?
INP measures how fast the page reacts when someone taps or clicks, across the whole visit. Good is 200 milliseconds or less. INP replaced First Input Delay as a Core Web Vital on March 12, 2024, raising the bar from "did it register the first tap" to "does every interaction feel instant" (Source: Google, web.dev).
Cumulative Layout Shift (CLS): does it stay put?
CLS measures unexpected movement, the ad or image that loads late and shoves everything down just as you reach for a button. Good is a score of 0.1 or less. Low CLS is what makes a page feel solid instead of slippery, and it is often the cheapest vital to fix.
Do Core Web Vitals affect Google rankings?
Yes, directly. Google Search Central states plainly that Core Web Vitals are used by its ranking systems (Source: Google Search Central). They are part of Google's page-experience signals, so two pages with similar content can rank differently when one delivers a noticeably better experience than the other.
It is worth keeping the weight in perspective. Core Web Vitals are a tiebreaker, not a magic wand; great content beats thin content every time, whatever the load times. But when you are competing for a valuable local term against sites with similar content, being in the green is exactly the kind of edge that decides who lands on page one.
How does site speed affect your leads?
More than almost any design choice you will make. Google's research found that as mobile load time goes from one second to ten seconds, the probability of a visitor bouncing rises 123% (Source: Think with Google, 2018). Every extra second is a share of your hardest-won visitors quietly leaving before they ever see your offer.
The upside of speed is just as measurable. In Google's Deloitte study "Milliseconds Make Millions," a mere 0.1-second improvement in mobile speed lifted retail conversion rates 8.4% and travel conversions 10.1%, and pushed 21.6% more lead-generation visitors through to the form-submission page (Source: Deloitte, via web.dev). Portent's data agrees from another angle: a site loading in one second converts three times higher than one loading in five seconds (Source: Portent, 2022). For a lead-generation site, speed is not a technical nicety; it is conversion rate.
Most websites still fail Core Web Vitals
Fewer than half pass on mobile, which is exactly why they are an opportunity. The HTTP Archive's 2024 Web Almanac found 43% of mobile sites and 54% of desktop sites passed all three Core Web Vitals (Source: HTTP Archive, 2024). If most of your local competitors are in the failing majority, getting your own site into the green is a real, winnable advantage.
That gap is the practical case for caring about this at all. Core Web Vitals sound like developer trivia, but they represent a bar the majority of businesses have not cleared, on the exact devices your customers use most.
How do you improve your Core Web Vitals?
Most gains come from a short list of fixes, and you do not need to be an engineer to direct them. The common wins are compressing and correctly sizing images (the usual LCP culprit), reserving space for images and ads so nothing jumps (CLS), trimming heavy scripts and third-party tags that block interaction (INP), and using modern hosting with good caching. You can measure where you stand for free with Google's PageSpeed Insights, which reports all three vitals.
When we rebuild a client's bloated template site as a lean custom build, the Core Web Vitals usually go from red to green with no special tuning. Most of the speed comes from simply not shipping the page weight the old site carried: fewer plugins, right-sized images, and less third-party script fighting for the main thread.
The catch is that speed is easiest to build in from the start, not bolt on later. A site built on a bloated template with a dozen plugins fights these metrics forever, while a lean, purpose-built site passes them by default. That is the difference fast web design makes, and if your current site is slow enough to be costing leads, our guide on why your website isn't getting leads covers the other conversion gaps worth fixing at the same time.
Frequently asked questions
What are the three Core Web Vitals?
Largest Contentful Paint (loading), Interaction to Next Paint (responsiveness), and Cumulative Layout Shift (visual stability). Google's "good" thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1 (Source: Google, web.dev). INP replaced FID in March 2024.
Are Core Web Vitals a Google ranking factor?
Yes. Google Search Central confirms Core Web Vitals are used by its ranking systems as part of page-experience signals (Source: Google Search Central). They act as a tiebreaker between pages with comparable content, so a faster page can edge out a slower competitor.
What is a good LCP, INP, and CLS score?
Google defines "good" as LCP of 2.5 seconds or less, INP of 200 milliseconds or less, and CLS of 0.1 or less (Source: Google, web.dev). Hitting all three puts a page in the green. Only 43% of mobile sites currently pass all three (Source: HTTP Archive, 2024).
Why do Core Web Vitals matter for my business?
Because speed drives leads. Google found bounce probability rises 123% as mobile load time goes from one to ten seconds, and a 0.1-second speed gain lifted conversions up to 10.1% in its Deloitte study (Source: Think with Google, 2018; Deloitte, via web.dev). Faster sites simply convert more visitors.
Core Web Vitals turn "your site feels slow" into three numbers you can fix, and fixing them protects both your rankings and your lead flow. If you are not sure how your site scores or what is dragging it down, that is an easy thing to check. Contact Weblink for a free website review and we will show you your Core Web Vitals, what is holding them back, and how much it is costing you in leads.
Featured image via Pexels.
