You may have heard the term "Core Web Vitals" from an agency, a developer, or a Google Search Console warning. But what does it actually mean, and how much should a Portsmouth business owner care about it? Here's a plain-English explanation.
What Are Core Web Vitals?
Core Web Vitals are a set of specific measurements Google uses to assess the user experience of a webpage. They focus on three things: how fast a page loads the content users care about, how quickly a page responds to the first user interaction, and how stable the page layout is as it loads.
In 2026, Google uses these metrics as a ranking signal — meaning sites that score well have a small but real advantage in search results over equivalent sites that score poorly.
The Three Core Web Vitals Explained
1. Largest Contentful Paint (LCP) — Loading Speed
LCP measures how long it takes for the largest visible element on the page — typically a hero image or headline — to fully load. Google wants this to happen within 2.5 seconds.
What causes poor LCP: Large, uncompressed images, slow server response times, render-blocking JavaScript or CSS, and third-party scripts (live chat widgets, ad scripts, social embeds).
What to do: Compress and resize images, use WebP format, implement lazy loading for off-screen images, use a fast hosting provider, and minimise third-party scripts.
2. Interaction to Next Paint (INP) — Responsiveness
INP replaced the old First Input Delay metric in 2024. It measures how quickly the page responds to user interactions — clicking a button, opening a menu, submitting a form. Google wants this under 200 milliseconds.
What causes poor INP: Heavy JavaScript execution, too many scripts running simultaneously, complex animations, and poorly optimised event handlers.
What to do: Reduce JavaScript bundle size, defer non-critical scripts, and avoid running heavy computation on the main thread.
3. Cumulative Layout Shift (CLS) — Visual Stability
CLS measures how much the page layout shifts unexpectedly as it loads. You've experienced this when you try to click a button and it suddenly jumps down the page because an image loaded above it. This is frustrating for users and Google penalises it.
What causes poor CLS: Images without defined dimensions, ads that load in and push content down, web fonts that swap in and change text layout, and dynamically injected content.
What to do: Always define width and height attributes on images, reserve space for ads and embeds, and use `font-display: swap` carefully.
How to Check Your Core Web Vitals
Several free tools show your scores:
- Google Search Console — the Core Web Vitals report shows real-world data from actual visitors to your site (most valuable)
- Google PageSpeed Insights — pagespeed.web.dev — shows both lab data and real-world data with specific recommendations
- Chrome DevTools — the Lighthouse tab runs a local performance audit
Focus on the "field data" in Search Console and PageSpeed Insights — these are real measurements from real users, not simulated tests.
How Much Do Core Web Vitals Actually Affect Rankings?
Honest answer: they matter, but they're not the most important ranking factor. Content relevance, backlinks, and overall site authority still matter far more. Google has confirmed that Core Web Vitals are a "tiebreaker" signal — when two pages are otherwise similar in quality, the one with better vitals will rank higher.
That said, very poor Core Web Vitals — particularly on mobile — can cause meaningful ranking suppression. And beyond rankings, a slow, unstable site loses visitors who leave before converting, regardless of how they found you.
What Portsmouth Businesses Should Do
- Run your site through PageSpeed Insights — identify any critical issues first
- Address any "poor" scores (red) before worrying about "needs improvement" (amber)
- Focus on LCP first — it typically has the biggest impact on both rankings and user experience
- Check mobile separately from desktop — mobile scores are lower for most sites and matter more
Need Help Improving Your Site's Performance?
Jazz Creative includes Core Web Vitals optimisation as part of every website build and our technical SEO service. If your site is performing poorly, get in touch for a free performance audit.