SEO

Core Web Vitals explained: the speed metrics that move your rankings

Core Web Vitals are Google’s measure of real-world user experience — and they affect both rankings and conversions. Here is what they mean in plain English.

Few phrases make business owners glaze over faster than “Core Web Vitals.” It sounds like something only an engineer should worry about. But these three metrics are simply Google’s way of measuring whether your website feels good to use — and they have a direct, measurable effect on where you rank and how much you sell. Here is what they actually mean, in plain English.

Why Google cares about speed

Google’s entire business depends on sending people to pages they will be happy with. A fast, stable, responsive page makes for a happy visitor; a slow, janky one does not. Core Web Vitals are Google’s attempt to quantify that experience and bake it directly into search rankings.

In other words, performance is no longer just a technical nicety. It is an SEO factor and a conversion factor at the same time — which is why we treat it as a first-class requirement on every build rather than a box to tick at the end.

LCP: Largest Contentful Paint

LCP measures how long it takes for the main content of your page to appear — usually your hero image or headline. It answers the visitor’s instinctive question: “Has this thing loaded yet?”

The target is 2.5 seconds or less. Common culprits behind a poor LCP include oversized images, slow servers, and render-blocking code that delays the important stuff. The fixes are well understood: compress and properly size images, serve modern formats, and get out of the browser’s way.

INP: Interaction to Next Paint

INP measures responsiveness — how quickly the page reacts when someone taps a button, opens a menu, or fills in a field. It replaced the older “First Input Delay” metric in 2024 because it captures the whole experience, not just the first click.

The target is under 200 milliseconds. Sluggish interactions are almost always caused by too much JavaScript fighting for the browser’s attention. This is precisely where heavy page builders and plugin-stacked sites struggle, and where lean, hand-written code wins easily.

Performance is not what happens when the page loads. It is what the visitor feels for the entire time they are with you.

CLS: Cumulative Layout Shift

CLS measures visual stability — how much the page jumps around as it loads. You have felt bad CLS yourself: you go to tap a link, an ad or image loads above it, and suddenly you have tapped something else entirely. It is one of the most irritating experiences on the web.

The target is a score below 0.1. The usual causes are images and embeds without reserved space, and fonts that swap in and reflow the text. Reserving dimensions up front keeps everything calmly in place.

Field data versus lab data

When you test your site, you will see two kinds of numbers, and confusing them causes endless frustration. Lab data is a single simulated test run in controlled conditions — useful for debugging. Field data is the real experience of actual visitors over the previous month, and it is what Google uses for ranking.

A page can score beautifully in the lab yet struggle in the field, because real users have slower devices and worse connections than a test server. Always trust the field data as your scoreboard, and use the lab data to work out why.

How to check your own scores

You do not need special tools to get started. A few free resources tell you everything you need:

  • PageSpeed Insights: paste in any URL for both lab and real-world data.
  • Google Search Console: shows how your live pages perform for real visitors over time.
  • Chrome DevTools: the Lighthouse panel runs a full audit on demand.

Aim to test on a throttled mobile connection, not your fast office broadband. Mobile is where most visitors are, and where most sites quietly fail.

A simple optimisation checklist

If you want to improve your vitals without a computer-science degree, start here:

  1. Compress every image and serve modern formats such as WebP or AVIF.
  2. Set explicit width and height on images so nothing shifts as they load.
  3. Remove plugins and scripts you do not genuinely use.
  4. Choose a fast, reputable host close to your audience.
  5. Load fonts efficiently and avoid blocking the page while they arrive.

Common myths

Two misconceptions trip people up. The first is that a single perfect score guarantees top rankings — it does not; vitals are one of many factors, just an increasingly important one. The second is that you can bolt performance on at the end with a caching plugin. Caching helps, but a fundamentally heavy site cannot be cached into a light one. Speed is an architectural decision, not a finishing touch.

Beyond the three core metrics

Core Web Vitals are the headline numbers, but they are not the whole story of a good experience. Google and your visitors also notice several supporting factors, and the best sites get these right too. Treat the three vitals as the foundation, and these as the finishing that makes a site feel genuinely polished.

  • Time to First Byte: how quickly your server even begins to respond — the starting gun for everything else.
  • Mobile-friendliness: readable text, tappable targets, and no horizontal scrolling on a phone.
  • HTTPS and safe browsing: a secure connection is now a baseline expectation, not a bonus.
  • No intrusive interstitials: pop-ups that bury your content frustrate users and can suppress rankings.

None of these is exotic. They are simply the marks of a site built with care rather than assembled in a hurry. When the fundamentals are sound, every one of these tends to fall into place naturally — and the result is a site that feels fast and trustworthy from the first tap to the last.

The bottom line

Core Web Vitals are simply a scorecard for how your site feels to the people using it. Chase the numbers and you will frustrate yourself; build a genuinely fast, stable, responsive experience and the numbers — along with the rankings and the conversions — follow naturally. Treat speed as a feature, not a chore, and your visitors and your search ranking will both thank you.

Start a Project

Tell us what
you're building.

We take on a handful of projects each quarter and give each one our full attention. Tell us about yours — we reply within 12 hours.







    By submitting you agree to our privacy policy. We never share your information or send spam.