Google measures the real-world experience of your website through three numbers it calls Core Web Vitals. They're not a vanity metric, they feed directly into how you rank, and they're a tiebreaker between you and a competitor offering the same thing. For an ambitious SME competing locally, passing them is one of the cheapest ranking wins available, because it requires no advertising budget and no content marathon. It just requires a site built correctly. Here's what each one means, in plain terms, and exactly how to pass it.
Why Google cares about these three numbers
Search engines want to send people to pages that feel good to use, because a frustrating result reflects badly on the search engine too. Core Web Vitals are Google's attempt to quantify "feels good": how fast the page loads, how quickly it responds, and how stable it is while it settles. Crucially, the data comes from real visitors on real devices, not a lab test, so it's your actual audience's experience that's being scored.
LCP, does it load fast?
Largest Contentful Paint measures how quickly your main content, usually the hero image or headline, actually appears. Aim for under 2.5 seconds. The usual culprits are oversized images, render-blocking scripts and slow hosting, and all three are fixable, often in a day. Compress and correctly size your imagery, serve it from an edge network, and stop non-essential scripts from blocking the first paint.
INP, does it respond?
Interaction to Next Paint measures how quickly the page reacts when someone taps or clicks, the lag between intent and response. Heavy JavaScript is the enemy here: every script the browser has to run is time it can't spend reacting to the user. Less script, faster response. This is exactly why we ship as little JavaScript as possible and add interactivity only where it earns its place.
CLS, does it stay still?
Cumulative Layout Shift measures unexpected movement as the page loads, the maddening jump when an image or ad pops in and shoves the button you were about to tap. Reserve space for images, embeds and fonts ahead of time and it stays near zero. It's the cheapest of the three to fix and the most visible to your visitor.
The practical checklist
If you do nothing else, do these four things:
- Compress and correctly size every image; lazy-load anything below the fold.
- Host on a fast edge network, not a shared budget server.
- Cut unused JavaScript, most sites ship far more than they use.
- Set explicit dimensions on images, video and embeds to stop layout shift.
What this is really worth
None of this requires a marketing budget, an agency retainer or a content team, just a site built correctly from the start. The businesses that win locally aren't usually the ones spending the most; they're the ones whose site quietly does everything right while a competitor's limps along. That's exactly what our free audit checks first: where you stand on all three vitals today, and the shortest path to passing them.