Skip to content

A plain-English guide to Core Web Vitals: the three page-experience metrics Google measures, how they affect rankings and conversions, and where to start.

8 min read

The short version

Core Web Vitals are three metrics Google uses to describe how a real page feels to a real visitor: how fast the main content shows up, how quickly the page responds when you tap or click, and how much things jump around while it loads. They are part of Google's "page experience" signals, and they matter for two reasons: search and sales.

On the search side, page experience is a real but modest ranking factor. It will not rescue thin content, but when two pages are otherwise similar, the faster, steadier one has an edge. On the sales side the effect is larger and more direct: slow, janky pages lose visitors before they ever see your offer, and for a small business that is lost calls and bookings.

The three metrics, in plain English

Each metric answers a simple question about the experience, and Google publishes a "good" threshold for each based on what real users tolerate.

  • Largest Contentful Paint (LCP): how long until the biggest thing on screen (usually the main image or headline) has loaded. Aim for under about 2.5 seconds. This is the "did it load fast?" metric.
  • Interaction to Next Paint (INP): how quickly the page responds after you tap a button or link. Aim for under about 200 milliseconds. This is the "does it feel responsive?" metric.
  • Cumulative Layout Shift (CLS): how much the layout jumps around as things load. Aim for under about 0.1. This is the "does it stay still?" metric, and the reason you sometimes tap the wrong button as an ad pops in.

Where slow pages usually come from

For most small-business sites the culprits are not exotic. They are the same handful of issues over and over, which is good news, because it means the fixes are well understood.

  • Oversized images: a photo exported at full camera resolution and shrunk with CSS. Serving a right-sized, modern-format image is often the single biggest win.
  • Heavy third-party scripts: chat widgets, multiple analytics tags, embedded videos, and ad or tracking snippets that each add weight and can block interaction.
  • Unreserved space for images, ads, or embeds: when the browser does not know how big something will be, the content below it shifts when it arrives, which is exactly what CLS measures.
  • A slow host or bloated theme: cheap shared hosting or a page-builder template stuffed with features you do not use can add seconds before your own content even starts.

How to measure your own site

You do not need to guess. Two free tools from Google give you a clear picture. PageSpeed Insights scores any URL and separates "lab" data (a simulated test) from "field" data (what real Chrome users actually experienced). The field data is the one that reflects your ranking signal, so weight it more heavily.

Google Search Console has a Core Web Vitals report that groups your pages into good, needs-improvement, and poor, using that same real-user data. It is the best place to see whether a fix actually worked, because it reflects visitors rather than a one-off test.

One caution: a lab score can look great while real users on mid-range phones and patchy mobile connections have a worse time. Always sanity-check the field data and test on an actual phone, not just your fast office laptop.

Where to start

If you only do three things, compress and correctly size your images, remove any third-party script you are not actively using, and set explicit width and height on images and embeds so the layout stops jumping. Those three cover the most common causes of a poor LCP, INP, and CLS respectively.

It is also worth being honest about the ceiling: passing Core Web Vitals is a foundation, not a growth strategy. A fast site that says nothing compelling still will not convert. The goal is to remove speed and stability as reasons a visitor leaves, so your content and offer get a fair chance to do their job.

Want a hand putting this into practice?

We do this work for small businesses every day. Start with a free audit and we'll show you exactly what to fix first.