ActiScore
← Guides

What Are Core Web Vitals? A Plain-Language Guide

· 4 min read · Randy Hall

What Core Web Vitals actually are

Core Web Vitals are three measurements Google uses to score how your website feels to a visitor. They track whether the page loads quickly, whether content jumps around while loading, and whether buttons and links respond immediately when someone clicks them. Google began using them as a ranking factor in 2021, which means poor scores can push your site lower in search results.

The three Core Web Vitals, as your visitor experiences them

Largest Contentful Paint (LCP): how long before the page looks loaded

LCP measures the time from when someone clicks your link to when the largest visible element appears on screen. That element is usually a hero image, a banner, or a block of text at the top of the page.

A visitor sitting at their desk watching a blank screen for three seconds will often leave. Google's threshold is 2.5 seconds or less for a good score. Between 2.5 and 4 seconds is marked as needing improvement. Anything over 4 seconds is poor.

The most common causes are large uncompressed images, slow web hosting, and render-blocking scripts that force the browser to wait. Fixing LCP often requires resizing images, enabling compression, or moving to faster hosting. These changes can take weeks if you are working with a developer who has other clients.

Cumulative Layout Shift (CLS): whether content jumps while the page loads

CLS measures how much visible content moves around unexpectedly while the page is loading. You have experienced this if you have ever moved your cursor to click a button, only to have an image load above it and push everything down, causing you to click the wrong thing.

Google scores CLS on a scale where lower is better. A score below 0.1 is good. Between 0.1 and 0.25 needs improvement. Anything above 0.25 is poor.

Layout shift usually happens because images or ads load without reserved space, or because web fonts swap in after the page has already rendered with a fallback font. Fixing it requires defining width and height attributes for images and videos, and using font-display settings that prevent invisible text while a custom font loads. This is straightforward for a developer but nearly impossible to fix through a website builder's visual interface.

Interaction to Next Paint (INP): how quickly buttons and links respond

INP replaced First Input Delay as an official Core Web Vital in March 2024. It measures the time between when a visitor clicks, taps, or types, and when the browser visibly responds. A fast INP means buttons feel immediate. A slow one makes your site feel broken.

Google's threshold is 200 milliseconds or less for a good score. Between 200 and 500 milliseconds needs improvement. Anything over 500 milliseconds is poor, and visitors will often click again, assuming the first click failed.

Slow INP is usually caused by large JavaScript files that occupy the browser's main thread, leaving no room to process the visitor's click. Fixing it requires reducing or deferring JavaScript, which can conflict with third-party tools like chat widgets, analytics scripts, and advertising pixels. Expect this to take longer than the other two metrics, particularly if your site runs on WordPress with many plugins.

What bad numbers cost in practical terms

Google has confirmed that Core Web Vitals are a ranking factor. Sites with poor scores may rank lower than competitors with similar content and better performance. The effect is modest but measurable. If you are already on page two for a competitive search term, poor Core Web Vitals will not help.

The larger cost is visitors who leave. Bounce rate increases as LCP rises. A page that takes five seconds to show content loses a significant portion of mobile visitors, particularly on slower networks. CLS frustrates people into closing the tab. Slow INP makes your site feel unresponsive, and many visitors assume it is broken rather than slow.

These losses are difficult to measure directly, but the pattern is consistent: slower sites convert fewer visitors into leads, sales, or appointments. The gap widens on mobile, where most traffic now originates.

How to check your Core Web Vitals

Google Search Console shows Core Web Vitals for your site under the Experience section. It groups pages into good, needs improvement, and poor, based on data collected from real Chrome users who visited your site. This data can take weeks to appear for new or low-traffic sites.

For an immediate check, use PageSpeed Insights at pagespeed.web.dev. Enter your URL and it will return lab scores for LCP, CLS, and INP, along with specific suggestions. Lab scores are simulated rather than based on real visitors, so they can differ from Search Console, but they are useful for diagnosing problems.

If you need a broader view that includes performance alongside SEO, security, and mobile, ActiScore offers a free AI visibility check at actiscore.ai/check and paid plans that scan all eight technical categories starting at $79 per month. Paid plans are white-labelled, which is useful if you are an agency running audits for clients.

What fixing them requires

Improving Core Web Vitals is not usually a single afternoon's work. Expect to spend time compressing images, reviewing hosting performance, and auditing third-party scripts. If your site is built on a platform like Shopify or Squarespace, some fixes will be outside your control. If you work with a developer, budget several weeks for testing and iteration.

Some hosting providers now offer performance optimization as a paid add-on, which can improve LCP and INP without requiring code changes. This costs money but may be faster than a custom development project.

The return is a site that ranks slightly better, frustrates fewer visitors, and converts more of the traffic you already have. The work is not optional if you are competing for search visibility, but it is not quick either.

Common questions

Do Core Web Vitals affect my Google ranking?

Yes, Google confirmed in 2021 that Core Web Vitals are a ranking factor as part of the Page Experience update. Poor scores can lower your position in search results, particularly when competing against similar content with better performance. The effect is not as strong as relevance or backlinks, but it is measurable and becomes more significant as competition increases. Mobile search results are more sensitive to Core Web Vitals than desktop.

How long does it take to fix Core Web Vitals?

Fixing Core Web Vitals typically takes several weeks, depending on the severity of the issues and whether you control the hosting and codebase. Simple fixes like compressing images or adding width and height attributes can be done in a day. More involved work, such as reducing JavaScript bundle size or switching hosting providers, can take a month or longer. If you use a managed platform like Wix or Squarespace, some fixes may be outside your control entirely.

Can I check Core Web Vitals for free?

Yes, Google Search Console shows Core Web Vitals for free if you have verified ownership of your site. It uses real visitor data collected from Chrome users, which is the same data Google uses for ranking. For an immediate check without waiting for Search Console data, use PageSpeed Insights at pagespeed.web.dev. It provides lab-based scores and specific recommendations within seconds. Both tools are free and maintained by Google.

What is a good LCP score?

A good Largest Contentful Paint score is 2.5 seconds or less, measured from when the visitor clicks your link to when the largest visible element appears. Scores between 2.5 and 4 seconds are marked as needing improvement, and anything over 4 seconds is considered poor. Google uses the 75th percentile of real user visits, meaning your score reflects the experience of slower visitors rather than the fastest ones. Mobile scores are often worse than desktop due to slower networks and less powerful processors.

Why do my Core Web Vitals scores differ between tools?

Google Search Console shows field data collected from real Chrome users who visited your site, while PageSpeed Insights and Lighthouse show lab data from a simulated test environment. Field data reflects actual network conditions, devices, and user behavior, so it is more accurate but slower to update. Lab data is immediate and useful for diagnosing problems, but it may not match what your visitors experience. Both are valuable, but Google uses field data for ranking when it is available.