Core Web Vitals are three specific, Google-defined metrics that measure how fast a page loads, how quickly it responds to a tap or click, and how much its layout jumps around while loading. They matter for two reasons: Google uses them as part of how it ranks pages, and a slow, unstable site loses visitors before they ever read what it has to say.
What Core Web Vitals Actually Measure
The three metrics are Largest Contentful Paint (LCP), how long it takes the largest visible element to render; Interaction to Next Paint (INP), how quickly the page responds after a tap, click, or keypress; and Cumulative Layout Shift (CLS), how much visible content moves around unexpectedly as the page finishes loading.
Google's published "good" thresholds are an LCP under 2.5 seconds, an INP under 200 milliseconds, and a CLS under 0.1, measured at the 75th percentile of real visitor traffic rather than a single lab test. A site can pass a lab test in Chrome DevTools and still fail these thresholds for real visitors on real phones and real connections, which is why field data from Search Console is the number that actually matters for ranking.
Why This Matters Beyond Rankings
A slow, unstable page loses visitors before Google ranking ever enters the picture. Every additional second of load time increases the chance a visitor leaves before the page finishes rendering, and a layout that shifts while someone is trying to tap a phone number or a quote button costs you the click you were trying to earn. Core Web Vitals are as much a conversion issue as a ranking one.
How to Check Your Own Scores
PageSpeed Insights is the fastest way to check both lab and field data for a specific URL. If your site has enough traffic, Google Search Console's Core Web Vitals report shows real visitor data across your whole site rather than one page at a time, which is the more reliable number to act on.
Common Mistakes We See on Small Business Websites
Uncompressed, oversized images
This is the single most common issue. A photo straight from a phone camera or a stock photo site is often several megabytes. Compressing it and converting it to WebP or AVIF typically cuts file size dramatically with no visible quality loss.
Loading every plugin and script on every page
WordPress sites in particular tend to load booking widgets, chat tools, and marketing pixels sitewide, even on pages that never use them. Each one adds to INP.
No reserved space for ads, embeds, or dynamic content
Anything that loads after the initial render, a review widget, a promotional banner, an embedded map, needs a fixed height set in advance so it does not shove the rest of the page around when it finishes loading.
Web fonts that cause a visible layout jump
If a custom font takes a moment to load and the browser swaps from a default font, headlines and paragraphs can reflow and shift the layout. Using font-display: swap alongside preloaded font files reduces this.
Treating a lab score as the whole story
A perfect score in a single Lighthouse run does not always match what real visitors on real phones experience. Field data reflects actual visitor conditions and is the number that matters for ranking.
Fixing it once and never checking again
Every new plugin, campaign banner, or embedded widget can quietly undo the work. Core Web Vitals is a recurring check, not a one-time project.
Where Page Experience and AI Search Overlap
Site speed and stability matter for one more reason that is becoming more relevant: how AI tools evaluate which businesses to reference in an AI-generated answer. These systems tend to favor sites that are technically clean and easy to crawl, alongside sites that use structured data to clearly label services, locations, and reviews. A slow, unstable site is harder for any crawler, human or AI, to fully process. This is a smaller factor than core content quality, but it is one more reason page speed belongs on a small business owner's radar, not only a developer's.
Frequently Asked Questions
What is a good Core Web Vitals score?
An LCP under 2.5 seconds, an INP under 200 milliseconds, and a CLS under 0.1, all measured from real visitor field data rather than a single lab test.
Do Core Web Vitals actually affect Google rankings?
Yes, as one input among many in Google's page experience signals. Content relevance and quality still matter more, but a site that fails Core Web Vitals badly is working against itself on both ranking and conversion.
How often should Core Web Vitals be checked?
At minimum after any theme, plugin, or major content change, and as a routine check every few months, since new additions to a site quietly erode performance over time.

