Core Web Vitals are the three speed and stability scores Google uses to grade how your pages feel to a real visitor. If your small-business site loads slowly, shifts around as it loads, or feels sluggish to tap, those scores drop, and so can your rankings. The good news is that most of the fixes are things you can understand and act on, even if you are not a developer.
This guide explains what each score means in plain English, how to check yours in a couple of minutes, and the simple changes that make the biggest difference on a typical small-business website.
What are Core Web Vitals?
Core Web Vitals are a small set of measurements Google uses to judge real-world page experience. They are part of the broader signals covered in our plain-English guide to technical SEO, and they focus on three specific things a visitor actually feels: how fast the main content appears, how quickly the page responds when you interact with it, and how much things jump around while loading.
There are three vitals to know:
- Largest Contentful Paint (LCP) measures loading. It marks how long it takes for the biggest visible thing (usually a hero image or headline) to appear.
- Interaction to Next Paint (INP) measures responsiveness. It tracks how quickly the page reacts when someone taps a button or opens a menu.
- Cumulative Layout Shift (CLS) measures visual stability. It scores how much the page unexpectedly moves as it loads, like when you go to tap a link and an ad shoves it down.
The scores you are aiming for
Google groups results into good, needs improvement, and poor. Here are the targets to keep in mind:
| Vital | What it measures | Good score |
|---|---|---|
| LCP | Loading speed | 2.5 seconds or less |
| INP | Responsiveness to taps and clicks | 200 milliseconds or less |
| CLS | Visual stability (how much it shifts) | 0.1 or less |
You do not need to memorize the numbers. Just know that green means good, and anything else is worth a look.
How to check your Core Web Vitals
You can measure your site for free in a few minutes. Two tools do almost everything you need:
- PageSpeed Insights. Paste your homepage URL into Google's PageSpeed Insights tool. It gives you a score for mobile and desktop, flags which vitals are failing, and lists specific fixes in order of impact.
- Google Search Console. If you have set up Search Console, open the Core Web Vitals report. It shows how your real visitors experienced your pages over the last month, grouped into pass and fail buckets.
Tip: Always test on mobile first. Most small-business traffic comes from phones, and Google grades your mobile experience. A page that feels fine on your office computer can be painfully slow on a phone with an average connection.
How to improve LCP (make your page load faster)
LCP is the vital most small businesses fail, and it is almost always about images and hosting. Here is where to start.
Fix your images first
Oversized images are the number one cause of slow pages. A photo straight off a phone or a stock site can be several megabytes, far larger than it needs to be on screen. To fix it:
- Resize images to the actual size they display at, rather than uploading a huge original.
- Compress them before uploading, or use a tool that does it automatically.
- Use modern formats like WebP, which are much smaller than old JPEGs and PNGs with no visible quality loss.
- Add width and height so the browser knows how much space to reserve.
Our guide to image SEO and alt text walks through sizing and compression in more detail, and it helps your photos rank in image search too.
Choose faster hosting
If your server is slow to respond, every page starts behind. Cheap, overcrowded shared hosting is a common culprit. It is worth understanding what web hosting actually does and, if your site is consistently slow, considering the difference between shared, VPS, and cloud hosting.
Use caching and a CDN
Caching saves a ready-made copy of your page so it does not have to be rebuilt on every visit. A content delivery network (CDN) stores that copy on servers around the world so it loads quickly no matter where your visitor is. Most modern hosts and website platforms offer both, sometimes with a single toggle.
How to improve INP (make your site feel snappy)
INP is about how quickly your page responds when someone interacts with it. Slow responses usually come from heavy scripts running in the background. Common offenders include:
- Too many third-party scripts (chat widgets, pop-ups, tracking pixels, social feeds).
- Bloated page builders or themes that load code you never use.
- Multiple plugins doing similar jobs.
The fix is usually subtraction. Remove tools you are not actively using, limit yourself to one analytics setup, and be selective about pop-ups and widgets. If you are on WordPress, our guide to speeding up a slow WordPress site covers plugin cleanup and script loading in practical steps.
How to improve CLS (stop the page from jumping)
Layout shift is the annoying jump when a page loads, moving the button you were about to tap. It frustrates visitors and hurts your score. The most common causes and their fixes:
- Images without dimensions. Always set width and height so the browser reserves the right space.
- Ads and embeds that load late. Reserve a fixed space for them so surrounding content does not shift.
- Web fonts that swap in. Loading a custom font can cause a flicker as text reflows. Limiting the number of custom fonts helps.
A stable, predictable layout is also just good design. It ties directly into mobile-first website design, where every tap target needs to stay exactly where the visitor expects it.
Why Core Web Vitals matter for your rankings
Google uses page experience as a ranking signal, so faster, more stable pages have an edge, especially when competing against a similar site on everything else. But the bigger reason to care is your visitors. A slow site quietly loses customers before they ever read your offer, which is one of the common SEO mistakes that costs small businesses real money.
Speed alone will not carry a weak page. Vitals work alongside your on-page SEO and the overall value of your content. Think of a fast site as the foundation that lets everything else you do actually pay off.
Frequently asked questions
What is a good Core Web Vitals score?
Aim for LCP of 2.5 seconds or less, INP of 200 milliseconds or less, and CLS of 0.1 or less. If all three fall in the green range in PageSpeed Insights or Search Console, you are passing. Anything in yellow or red is worth improving, starting with whatever is furthest from the target.
Do Core Web Vitals really affect Google rankings?
Yes, but as one signal among many, not a magic switch. Google has confirmed page experience is part of how it ranks pages. In practice, vitals matter most as a tiebreaker between pages that are otherwise similar. Great content on a slow site can still rank, but you are making it harder on yourself. Fixing speed and stability removes that friction.
How do I test my Core Web Vitals for free?
Use Google PageSpeed Insights for a quick per-page test with prioritized fixes, and the Core Web Vitals report in Google Search Console to see how real visitors experienced your whole site over time. Both are free, and together they tell you exactly what to fix first. For a wider view, browse the best free technical SEO audit tools.