What Are Core Web Vitals? (+ How to Improve Yours)

Daniel Doan

Published:

“Core web vitals” — you‘ve probably heard this phrase buzzing in digital marketing. But what are the core web vitals? Picture them as the three pillars supporting your website’s performance.

computer with core web vitals on display

The trifecta includes page speed, responsiveness, and visual stability. Imagine them as your site‘s hospitality team, ensuring everything is fast, friendly, and visually pleasing. If they drop the ball, they’re looking at a potential 32% increase in users saying goodbye. Time doesn't wait for anyone.

But don‘t sweat it. We’ve got your back! This article is all set to be your guide, helping you navigate these digital waters.

We‘ll show you how to improve core web vitals, ramp up your website’s performance, and how these little tweaks can significantly impact Google's search rankings.

Keep reading to learn how to build a better, brighter, SEO-enhanced website.

What exactly are core web vitals?

While it's instantaneous, online pages load in pieces, which means that forms, photos, and headlines appear at different times, and the speed of each element contributes to the overall load time.

Understanding your page performance is critical to appease impatient users and meet the Core Web Vitals standards.

To achieve your goal, you must first learn about the metrics that comprise the Core Web Vitals.

Improving Largest Contentful Paint (LCP)

Largest Contentful Paint (LCP) tracks how swiftly the main content of a page loads. Google suggests keeping the LCP under 2.5 seconds for about 75% of page loads to ensure optimal user experience.

Case Study: Enhancing LCP on a News Website

Consider a news website with feature articles accompanied by images.

When a user clicks on a news story, LCP measures the time the main headline or photo loads. The website could optimize the sizes of images, use lazy loading, and enhance server response times to meet the LCP threshold.

This way, the site offers a fast and engaging user experience.

Optimizing First Input Delay (FID)

FID evaluates the responsiveness of your page to user actions.

It's the time taken from when a user interacts (like clicking a link or button) to when the browser responds. For a positive user experience, Google recommends maintaining an FID under 100 milliseconds for 75% of page loads.

Case Study: Boosting FID on an E-commerce Website

Take an e-commerce website where customers add products to their shopping carts. If a user clicks the “Add to Cart” button, FID measures the time it takes for the site to respond to this action.

The website can minimize third-party scripts, optimize JavaScript execution, and employ asynchronous loading to meet the FID threshold. Such practices result in a smoother shopping experience.

Minimizing Cumulative Layout Shift (CLS)

CLS gauges the visual stability of your webpage. It scores between zero (indicating no layout shifts) and a positive value (indicating layout shifts).

Unexpected layout shifts often lead to poor user experience, making it crucial to maintain a low CLS. Google recommends a CLS score of 0.1 or less.

Case Study: Reducing CLS on a Blog Website

A blog incorporates ads within content.

When an ad loads dynamically, it can cause a layout shift, displacing the text. The website can reduce layout shifts by reserving ad space and using placeholders.

This approach results in a stable, reader-friendly experience, meeting the CLS threshold.

According to Google, when you meet the core vitals, there‘s a 24% lesser likelihood of users abandoning page loads. You can find the underpinning research in Google’s article “Establishing the Core Web Vitals metric thresholds.”

How to Improve Core Web Vitals

First and foremost, you require baseline metrics for your site. Follow these procedures to determine your starting point:

  • Enter your URL into Google PageSpeed Insights.
  • Choose ‘Analyze.’
  • Examine your performance. Your URL is labeled “Bad,” “Needs Improvement,” and “Excellent” on both mobile and desktop. Toggle between the two in the page's upper left corner.

Here's what it looked like when I did a HubSpot analysis.

Image Source

The desktop version performs better than the mobile, which is typical.

In a five-million-page study, Backlinko found that the average web page takes 87.84% longer to load on mobile versus desktop — significant factors affected speed: the type of CMS, CDNs and hosting, and page weight.

If your URL doesn‘t have enough data for a specific Core Web Vitals metric, you won’t see that metric appear on the report. However, once your URL has enough data, your page status will reflect the metric that performs the worst.

Core Web Vitals to Measure

Besides the three main Core Web Vitals (Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift), there are other metrics you can measure to acquire a more thorough knowledge of your website's performance and user experience.

While these metrics are not part of the core set defined by Google, they can provide valuable insights. Here are a few additional web vitals to consider.

Time to First Byte (TTFB)

TTFB measures the time a user‘s browser takes to receive the first byte of a response from the server after making a request. It reflects the server’s responsiveness and can impact overall page load time.

Time to Interactive (TTI)

Time-to-interactivity (TTI) measures how long it takes for a loaded web page to start responding to the user‘s actions. It analyzes the page’s usefulness regarding JavaScript execution, rendering, and resource loading.

Total Blocking Time (TBT)

TBT measures the total time during page load when the main thread is blocked and unable to respond to user input. It accounts for tasks that block the main line, such as long JavaScript execution, and can impact interactivity and responsiveness.

First Contentful Paint (FCP)

To gauge how quickly content is loaded, FCP tracks how long it takes for the initial render to complete. It helps calculate consumers' initial visual impressions.

Time to First Meaningful Paint (TTFMP)

TTFMP measures the time it takes for the first meaningful content to be displayed on the screen, indicating when the user perceives the page as valuable and informative.

While these metrics go beyond the core set of Core Web Vitals, monitoring and optimizing them can contribute to a more comprehensive understanding of your website's performance and help provide a better user experience.

Largest Contentful Paint (LCP)

This metric measures the loading performance of a webpage. Under 2.5 seconds is a strong LCP score. LCP can be measured using tools like PageSpeed Insights, Lighthouse, or the Chrome User Experience Report.

First Input Delay (FID)

A metric known as “First Input Delay” (FID) measures the responsiveness and interaction of a website. AAnAnID time of less than 100 ms is considered acceptable. FID can be measured using tools like PageSpeed Insights, the Chrome User Experience Report, or JavaScript libraries developed by Google.

Cumulative Layout Shift (CLS)

CLS measures the visual stability of a webpage, ensuring that elements on the page don't shift unexpectedly. Any CLS value below 0.1 is considered excellent. Tools like PageSpeed Insights, Lighthouse, or the Chrome User Experience Report can help measure this.

Interaction to Next Paint (INP)

The upcoming replacement for FID, INP, measures the time between user page interaction and browser response time. Google will include INP in the Core Web Vitals report later this year, allowing site owners and developers to start measuring their new INP scores.

How to Fix Issues in Core Web Vitals

Sure, let‘s explore some practical steps you can take to address issues in your core web vitals. Remember, improving these metrics boosts your core web vitals SEO and enhances your users’ overall browsing experience.

Step 1: Analyze your website performance.

First, use tools like Google‘s PageSpeed Insights or Web Vitals Extension to evaluate your site’s performance. These tools provide valuable data on your core web vitals, helping you identify areas for improvement.

Step 2: Optimize your images.

Large, high-resolution images can slow your site's load time, negatively impacting your page speed score. Optimize your images by compressing them, resizing them appropriately for the web, and using modern formats like WebP.

Step 3: Enable browser caching.

Browser caching stores parts of your site in a user‘s browser, so they don’t need to load everything from scratch each time they visit. As a result, the caching process can significantly improve your page load speed.

Step 4: Minimize CSS and JavaScript.

Excessive CSS and JavaScript can bog down your site. Instead, minimize these elements using tools or plugins designed for this purpose. Also, consider “lazy loading” your JavaScript to further enhance responsiveness.

Step 5: Address layout shifts.

To tackle visual stability issues, avoid adding content above existing content on the page unless it's in response to a user action. Also, specify dimensions for images and videos to prevent layout shifts.

Step 6: Sort issues by label.

Start with anything labeled “Poor.” Finally, prioritize your work based on the large-scale issues affecting the most significant number of critical URLs. Next, there are issues with the “Needs Improvement” designation.

Step 7: Make a list.

Make a prioritized task list for the site upgrading team. Add the following common page fixes for future reference:

  • Reduce the size of the page to less than 500KB.
  • For optimal mobile performance, keep each page to 50 resources.
  • Consider using AMP to optimize your page for fast loading.

Step 8: Share common fixes.

A dozen ways exist to improve the threshold for each Core Web Vitals statistic. Below, I've described the main reasons for a “Bad” status and how to remedy each.

Slow server response times, client-side rendering, render-blocking JavaScript and CSS, and slow resource load times all impact improving LCP. You may enhance LCD by enhancing the following site elements:

Optimizing FID entails measuring how quickly your website responds to user actions.

For example, you wish to improve people's negative first impressions of a page.

First, do a performance audit with Chrome's Lighthouse tool to learn how to increase your FID threshold and how people interact with your site.

You can also attempt the following modifications to improve your mark.

Adhering to some simple guidelines can achieve better CLS and fewer fluctuations. Put an end to banner blindness and misclicks forever.

  • For photos and videos, add size attributes or CSS aspect ratio boxes. These values inform the browser of the space to reserve for the element while it loads, avoiding any repositioning as the component becomes visible.
  • Don‘t add content above existing content. The only exception is if it’s responding to a user action where you expect a shift.
  • Contextualize transitions. If you're moving people from one portion of the page to another, all animations and transitions inside a layout require context and continuity.

After resolving a specific issue:

  1. Review the Search Console Core Web Vitals report seeing improvements in the thresholds.
  2. Click “Start Tracking” to begin a 28-day validation session to monitor your site for any indications of the problem.
  3. Consider it fixed if it does not appear during that time.

Like other ranking criteria, the devil is in the details. If you‘re a developer or techie looking for more information on optimizing the Core Web Vitals, check out Google’s guidelines for optimizing LCP, FID, or CSL.

Step 9: Monitor and adjust.

Improving core web vitals is a continuous process. Regularly monitor your performance and make adjustments as necessary. Keep up with SEO trends and Google's evolving algorithms to stay ahead of the curve.

By following these steps, you‘ll be well on your way to improving your website’s core web vitals, enhancing user experience, and boosting your search rankings.

Best Practices for Improving Core Web Vitals

1. Prioritize mobile optimization.

Google‘s mobile-first indexing means your site’s mobile version is like the preliminary version. Therefore, ensure your site is responsive and delivers a smooth experience on mobile devices.

2. Leverage a Content Delivery Network (CDN).

A CDN can reduce the time it takes for your site to load by storing copies of your site's pages in various locations so users can access your site more quickly, no matter where they are.

3. Use preloading techniques.

Preloading essential resources can help your page load faster. This technique tells the browser to fetch necessary resources before you need them, saving precious time.

4. Implement server-side rendering (SSR).

SSR allows your page to load more quickly by sending a fully rendered page to the browser, improving page speed and the overall user experience.

5. Optimize font delivery.

Fonts can cause significant delays in visual rendering. Optimize your font delivery by hosting fonts locally, compressing them, and using modern formats.

6. Regularly test and update your site.

Regular testing helps identify any slowdowns or bottlenecks that may creep up over time. Use tools like Lighthouse and CrUX to assess and improve your site's performance regularly.

Adopting these best practices better equips your business to address issues in your core web vitals and deliver an exceptional user experience, boosting your core web vitals SEO.

Timeline for Core Web Vitals Ranking

With the latest transition from First Input Delay (FID) to Interaction to Next Paint (INP), Google's Core Web Vitals undergo a development, validation, and implementation lifecycle.

INP analyzes runtime performance more comprehensively and will become a Core Web Vital in March 2024.

This progression shows how metrics are introduced, refined, and eventually incorporated into Core Web Vitals.

Developers and site owners should prepare for the change by optimizing their pages to meet the new benchmarks and maintain a high-quality user experience.

Topics: SEO

Related Articles

We're committed to your privacy. HubSpot uses the information you provide to us to contact you about our relevant content, products, and services. You may unsubscribe from these communications at any time. For more information, check out our Privacy Policy.

Boost your website performance with this free 3-part starter pack.

Marketing software that helps you drive revenue, save time and resources, and measure and optimize your investments — all on one easy-to-use platform

START FREE OR GET A DEMO