Core Web Vitals: Your Complete Practical Guide

Hills Quarry Google Core Web Vitals report mockup on Macbook - Decarbonisation campaign, Agnikii Driftguard

Core Web Vitals are Google’s way of measuring how a page actually feels to a real visitor, and they have become a ranking signal that can make or break your search visibility.

For years, Google measured page quality through links and content. Those still matter, but Core Web Vitals added a new dimension: the actual user experience. How fast does the main content appear? How much does the layout shift around as the page loads? How quickly does the page respond to clicks? These are measured in milliseconds, but they drive business results. A page that scores well ranks better, keeps visitors engaged, and converts at higher rates.

The challenge is that Core Web Vitals feel abstract until you understand what each metric measures and why it matters. This guide cuts through the jargon and explains how to measure them, what the numbers mean and what to do if yours are falling short.

What are Core Web Vitals?

Core Web Vitals are three metrics Google uses to measure page experience: how fast the main content appears, how stable the layout stays while loading, and how responsive the page is to interaction. Together, they measure what the page actually feels like, not just raw speed.

They are important because Google uses them as a ranking factor, meaning a page with poor vitals is less likely to rank well than an equivalent page with good ones. That makes improving them a direct SEO play, not just a nice-to-have for user experience.

Hills Quarry Google Core Web Vitals report mockup on Macbook - Decarbonisation campaign, Agnikii Driftguard

The three Core Web Vitals explained

1. Largest Contentful Paint (LCP)

This measures how long before the main visible content appears on the page. It is not the time for the entire page to load, just the time before the biggest element the visitor can see appears. A good LCP is under two and a half seconds. Above four seconds feels slow and frustrates visitors.

Common causes of slow LCP are heavy images, slow server responses and render-blocking JavaScript. Improving it usually means compressing images, moving to faster hosting and deferring non-critical code.

2. Cumulative Layout Shift (CLS)

This measures how much the page layout jumps around as content loads. Imagine reading a sentence and the page suddenly shifts, moving the text you were reading out of view. That is layout shift. A CLS of zero is perfect. Anything above zero point one is noticeable and frustrating. Above zero point two is actively annoying.

Common causes are images without dimensions specified, ads that load and push content down, and fonts that change size as they load. Fixing it means setting explicit dimensions for images, reserving space for ads, and optimising fonts.

3. First Input Delay (FID)

This measures how long it takes for the page to respond to the first time a visitor clicks, taps or presses a key. A good FID is under one hundred milliseconds. Above three hundred milliseconds feels laggy and broken.

The common cause is heavy JavaScript running on the main thread, blocking the browser from responding to user input. Improving it means breaking up long JavaScript tasks and deferring non-essential code.

Why this matters for your business

Google uses Core Web Vitals as a ranking factor, which is reason enough to care. But the business case goes deeper. Pages with good Core Web Vitals rank better, and visitors stick around longer. Bounce rates are lower. Conversion rates are higher. A page that feels fast is experienced as fast, regardless of the actual milliseconds. Improving Core Web Vitals moves the needle on every metric that matters.

For a deeper look at how performance connects to carbon, our guide to Core Web Vitals in 2026 covers the latest guidance.

How to measure your Core Web Vitals

Google’s PageSpeed Insights is the easiest way to check. It gives you a score, a breakdown of each metric, and suggestions for improvement. It also shows field data from real users visiting your site, not just lab estimates.

Other tools like the Agnikii Digital FREE Website Audit tool, WebPageTest and GTmetrix offer more detailed breakdowns. For continuous monitoring, a sustainable website maintenance plan tracks your Core Web Vitals weekly and alerts you to changes.

Common improvements to Core Web Vitals

The same changes that improve Core Web Vitals also improve speed, accessibility and carbon. Compress images, implement caching, defer non-critical code, set image dimensions and optimise fonts. These are not separate concerns; they are facets of the same goal: building a site that feels fast and works well.

If you are redesigning, building with Core Web Vitals as a target from the start through sustainable web development in Gloucester makes the score far easier to hit than trying to retrofit improvements to an existing site.

After you improve your Core Web Vitals

The improvements you make stay with the site only if it is maintained. New images, plugins and code can degrade your Core Web Vitals over time if nobody is watching. This is why ongoing performance monitoring and maintenance are so important, not just the one-time audit.

Most common questions

01

What is a good Core Web Vitals score?

Google considers a score of 90 or above excellent, 50 to 89 needs improvement and below 50 is poor. The higher the better.

02

How much do Core Web Vitals affect rankings?

They are a ranking factor, meaning they influence your position. A page with poor Core Web Vitals is less likely to rank high than an equivalent page with good ones, assuming other factors are equal.

03

Can I improve Core Web Vitals without a full redesign?

Often, yes. Image compression, caching, code optimisation and font improvements apply to existing sites. A redesign makes the biggest gains easier, but improvement is possible without rebuilding.

04

Why do my Core Web Vitals keep changing?

Page experience is affected by user traffic, server load and recently-added code. Ongoing monitoring and maintenance catch regressions before they hurt your rankings.

05

Do Core Web Vitals affect mobile and desktop equally?

Google primarily uses mobile Core Web Vitals for ranking. Mobile scores matter more than desktop, so optimise mobile experience first.