Core Web Vitals
Core Web Vitals are a set of three metrics defined by Google to measure the real loading and interaction experience of a web page: LCP (how fast the main content renders), INP (how responsive the page is to user interactions), and CLS (how visually stable the page stays while it loads). Google uses them as a ranking signal in search results.
Updated on July 10, 2026 · Bertrand Dumast
The three metrics and what they measure
LCP (Largest Contentful Paint) measures how long it takes for the largest visible element on the page, often a hero image or a block of text, to render. It reflects perceived loading speed. INP (Interaction to Next Paint) measures the delay between a user interaction, a click, a tap on mobile, and the visual update that follows. It replaced FID in 2024 because it tracks responsiveness across the entire visit, not just the first interaction. CLS (Cumulative Layout Shift) measures unexpected element movement on screen while the page loads, often caused by images or ads that load without reserving their space.
Why Google uses them
Google factors Core Web Vitals into ranking alongside other page quality signals, and publishes the underlying data through Chrome usage reports so the measurement reflects real visitors rather than a single lab test. The stated goal is to reward sites that feel smooth over pages that are slow or unstable and frustrate visitors. For a marketing site or an online store, the impact goes beyond search rankings: a slow LCP or a high CLS score drives visitors away before they even read the content.
Typical levers for improvement
- Compress and size images correctly, serve modern formats (WebP, AVIF), and reserve their space with width and height attributes to avoid CLS.
- Cut down on JavaScript that runs at load time and defer non-essential scripts (chat widgets, analytics) to improve INP.
- Choose hosting and a caching setup that keep server response time low, the first factor behind LCP.
- Avoid web fonts that trigger layout shifts on load (font-display: optional, or system fonts).
On WordPress, a custom WordPress theme kept lean on plugins is still the most reliable way to hit good scores, rather than stacking optimization plugins on top of a generic theme. At Smartshift, this work is part of the standard build on our corporate and marketing websites.
Does fixing Core Web Vitals mean rebuilding the whole site?
Not necessarily. On an existing site, most of the gains come from targeted fixes: image compression, cleaning up third-party scripts, cache configuration. A rebuild becomes worth it when the technical foundation itself is the bottleneck: a theme overloaded with plugins, a heavy page builder, or insufficient hosting.
Does a bad Core Web Vitals score really cost traffic?
The signal factors into ranking, but it stays secondary to content relevance and inbound links. The direct impact on bounce rate and conversion is measurable though: a visitor who waits, or whose page shifts under their finger, leaves before reading the offer.
How do I know if my site has a Core Web Vitals problem?
Google Search Console publishes a dedicated report by URL, free and already available once your site is registered there. PageSpeed Insights gives an on-demand diagnostic with the breakdown of all three metrics and improvement areas.
Related terms.
Brochure website
A brochure website is a website that presents a business, its offers, or its expertise with the goal of generating contact requests.
Learn moreCustom WordPress theme
A custom WordPress theme is a theme built specifically for one brand, without the leftover code of a purchased theme or a general purpose page builder.
Learn moreGEO (Generative Engine Optimization)
GEO (Generative Engine Optimization) is the set of practices that make web content citable and picked up by AI answer engines like ChatGPT or Perplexity, as well as by AI summaries built into search results.
Learn moreA project where Core Web Vitals comes into play?
Send us your context. We tell you where to start, with a concrete first opinion and no commitment.