Google measures three things about how your page feels on a real phone: how fast the main content appears (LCP, under 2.5 seconds), how quickly it responds to a tap (INP, under 200 milliseconds), and whether it jumps around as it loads (CLS, under 0.1). They affect both your ranking and whether visitors stay.
Google measures three things about how your page feels on a real phone: how fast the main content shows up (LCP), how quickly the page reacts when someone taps (INP), and whether things jump around while it loads (CLS). These are the Core Web Vitals. They affect both where you rank and whether a visitor sticks around long enough to call you.
Why a business owner should care
A slow, janky page costs you two ways. First, Google uses these signals as a ranking factor, so a page that fails can sit lower in results. Second, real people leave when a page feels broken, and a bounced visitor never becomes a booked job.
You do not need to read code to understand this. Think of it the way a customer walking into your shop would. Did the door open fast, did the counter respond when they spoke, and did the floor stay still under their feet?
The three metrics, in plain English
LCP: how fast the main content appears
LCP (Largest Contentful Paint) times how long until the biggest thing on screen loads, usually your hero image or headline. The target is under 2.5 seconds. Big uncompressed images and slow hosting are the usual reasons this drags.
INP: how quickly the page responds to a tap
INP (Interaction to Next Paint) measures the delay between someone tapping a button and the page actually reacting. The target is under 200 milliseconds. When it fails, the page feels frozen for a beat, and people tap again or give up.
CLS: whether the page jumps around
CLS (Cumulative Layout Shift) tracks how much your content shifts while it loads. You have seen this. You go to tap a link, an ad or image drops in, and you tap the wrong thing. The target is a score under 0.1.
The one most sites fail
INP is the hard one. Of the three, it is the metric sites most often fail, based on Google's CrUX field data. The reason it is stubborn is simple: you usually fix it by removing work, not by adding a plugin.
Most slow taps come from too much JavaScript running at once: tracking scripts, chat widgets, pop-up tools, and page builders all fighting for the phone's attention. There is no single button that speeds that up. Someone has to go in, find what is blocking the response, and cut or defer it, which is closer to engineering than marketing.
Quick reference table
| Metric | What it measures | Good threshold | Common cause of failure |
|---|---|---|---|
| LCP | How fast the main content appears | Under 2.5 seconds | Large images, slow hosting |
| INP | How fast the page responds to a tap | Under 200 milliseconds | Too much JavaScript running at once |
| CLS | Whether the layout jumps around | Under 0.1 | Images or ads with no reserved space |
How this fits your wider SEO
Core Web Vitals are one piece of the picture, not the whole thing. Good content and clear structure still do the heavy lifting, which is why we treat speed as part of a full SEO plan rather than a one-off tweak. When a site is built right from the start, these numbers tend to pass on their own, and that is a big reason we bake performance into every website design project.
If you want to know where your site stands, start with the field data. Google's PageSpeed Insights shows your real numbers for all three, pulled from actual Chrome users over the last 28 days.
Questions
How do I check my Core Web Vitals for free?
Run your homepage through Google's PageSpeed Insights. It shows LCP, INP, and CLS from real visitors, and flags which ones pass or fail. For a plain-English read on what to fix first, we run a free audit and send you the short list.
Is lab data the same as the score Google uses to rank?
No. Google ranks on field data, which is measured from real people on real phones over 28 days. Lab tests run in a controlled setting and are useful for debugging, but the field numbers are what count for search.
Will passing Core Web Vitals get me to number one?
Not by itself. These metrics are a ranking factor, not the ranking factor. They help you compete and keep visitors from leaving, but content, relevance, and links still decide most of your position.
Why is my INP failing when my page looks fast to me?
INP only shows up when someone interacts. A page can paint quickly yet still stall on the first tap because scripts are busy in the background. Fixing it usually means removing or deferring that work, not installing another tool.
Not sure which of the three is holding you back? Send us your URL and we will pull your field data and tell you the single change with the biggest payoff.
