The problem is not running the test. Plenty of people do that. The problem is knowing what the number is actually telling you and, more importantly, what you should do about it.
Core Web Vitals have been part of Google’s ranking signals since 2021, but they remain one of the most misunderstood areas of technical SEO. This guide cuts through the jargon and tells you exactly what each metric measures, what good looks like, and where to start if things need fixing.
What Are Core Web Vitals?
Core Web Vitals are a set of three performance metrics that Google uses to measure the real-world experience of using a webpage. Not how it looks in a developer’s testing environment, but how actual users on actual devices experience it.
They sit within a broader set of signals called Page Experience, which also includes HTTPS, mobile-friendliness, and the absence of intrusive interstitials. But the Core Web Vitals are the ones that carry the most weight and the ones you have the most direct control over.
Google defines the three metrics on their official Core Web Vitals documentation as:
- LCP (Largest Contentful Paint) – loading performance
- INP (Interaction to Next Paint) – responsiveness
- CLS (Cumulative Layout Shift) – visual stability
Each one tells a different story about what users are experiencing when they land on your pages.
LCP: How Fast Does Your Page Feel?
Largest Contentful Paint measures how long it takes for the biggest visible element on your page to load. That is usually a hero image, a large block of text, or a video thumbnail.
This is the metric most people associate with page speed, and it maps closely to how fast your page actually feels. A visitor does not care about your server response time in milliseconds. They care whether the page in front of them looks like it has loaded.
What the scores mean:
- Good: under 2.5 seconds
- Needs improvement: 2.5 to 4.0 seconds
- Poor: over 4.0 seconds
The most common culprits behind a poor LCP score are unoptimised images, slow server response times, render-blocking JavaScript, and missing preload hints for critical resources. If your LCP is in the red, start by checking the size and format of your hero image.
Switching to modern formats like WebP or AVIF and enabling lazy loading for below-the-fold images are two quick wins that move the needle without requiring developer support on most CMS platforms. These kinds of changes also feed directly into your on-page SEO performance more broadly.
INP: Does Your Page Actually Respond?
Interaction to Next Paint replaced First Input Delay (FID) in March 2024 and is the newest addition to the Core Web Vitals set. Where FID only measured the delay before the browser started processing the first user interaction, INP measures the full response time across all interactions on a page.
In plain terms: when a user clicks a button, opens a menu, or types into a form, how quickly does something visibly happen? A sluggish response here does not just frustrate users, it signals to Google that the page is not performing well under real-world conditions.
What the scores mean:
- Good: under 200 milliseconds
- Needs improvement: 200 to 500 milliseconds
- Poor: over 500 milliseconds
INP issues are usually caused by heavy JavaScript execution. If your site is running a lot of third-party scripts, a bloated tag manager setup, or complex front-end frameworks that are not properly optimised, INP will take the hit. This is typically where developer involvement becomes necessary.
CLS: Is Your Page Jumping Around?
Cumulative Layout Shift measures visual stability. Specifically, how much the visible content on your page moves around while it is loading. If you have ever gone to tap a button on a mobile page and the content shifted just as you touched the screen, you have experienced a bad CLS score in action.
This is particularly frustrating on mobile and it is one of the more direct ways that a poor technical experience bleeds into lost conversions.
What the scores mean:
- Good: under 0.1
- Needs improvement: 0.1 to 0.25
- Poor: over 0.25
The most common causes are images without defined dimensions, ads injecting content dynamically, and fonts loading and swapping after the page has already rendered. Setting explicit width and height attributes on images is usually the single fastest fix for CLS.
How to Check Your Core Web Vitals
There are two types of data you need to understand: lab data and field data. Lab data is captured in a controlled environment (Google’s Lighthouse tool, for example). It is useful for diagnosing issues but does not reflect what real users on real networks are actually experiencing.
Field data comes from the Chrome UX Report (CrUX), which aggregates real performance data from Chrome users. This is what Google actually uses for ranking. You can access it through:
- Google Search Console: the Core Web Vitals report shows field data grouped by URL, device type, and status (Good, Needs Improvement, Poor)
- PageSpeed Insights: combines both field data and Lighthouse lab data in a single report
- Chrome DevTools: useful for replicating specific conditions during development
Always prioritise your Google Search Console data over your PageSpeed score. A 90+ PageSpeed score in a lab test does not guarantee good field data, and it is the field data that feeds your rankings.
Do Core Web Vitals Actually Affect Rankings?
Yes, but with an important caveat: content quality, relevance, and authority still take precedence. Core Web Vitals are a tiebreaker signal, not a trump card. If two pages are broadly equivalent in terms of content and authority, the one with better page experience signals will rank higher.
What has changed in 2026 is the broader context. AI-driven search results, including Google’s AI Overviews, rely on being able to crawl and process your content quickly and cleanly. A technically bloated, slow site is not just a worse experience for human visitors. It is also harder for AI systems to parse, which can reduce your visibility in generative search results.
Optimising Core Web Vitals is no longer just a box-ticking exercise. It is part of making your site visible and usable across the full spectrum of how people now find content. If you want a broader picture of where your site stands, take a look at our guide to essential SEO improvements every website should make.
Where to Start if Your Scores Are Poor
The honest answer is: prioritise by impact. Not every page on your site needs a perfect score. Focus on your highest-traffic pages, your key landing pages, and any pages that are directly tied to conversions.
A sensible order of attack:
- Check your Google Search Console Core Web Vitals report and identify how many URLs are in the Poor and Needs Improvement categories
- Run PageSpeed Insights on your top five pages and look at the specific diagnostic recommendations it gives you
- Start with image optimisation. It is the highest-impact, lowest-effort fix for most sites
- Audit your third-party scripts. Tag managers, live chat widgets, and ad scripts are frequent INP killers
- Set width and height attributes on all images to eliminate layout shift at source
If you are on WordPress, our WordPress SEO service covers performance optimisation as part of a full technical setup. A well-configured caching plugin and CDN will handle a significant chunk of LCP improvements without any development work.
The Bottom Line
Core Web Vitals scores are not vanity metrics. They are a direct measure of the experience people have when they land on your site, and Google is using that experience data as part of how it decides where your pages deserve to rank.
A poor LCP means your page feels slow. A poor INP means it feels unresponsive. A poor CLS means it feels unstable. Any one of those is enough to push a visitor back to the search results before you have had a chance to convert them.
If you are not sure where your site currently stands, your Google Search Console account is the first place to look. If you want a clearer picture of what is holding your performance back, we offer a free technical SEO audit that covers Core Web Vitals alongside every other factor affecting your rankings.
Jump into another related resource
Whether you’re after expert-written blogs, downloadable guides, or time-saving checklists, our Resource Hub gives you practical tools to make your marketing more effective.