seo search engine optimization link building agencyseo search engine optimization link building agencyseo search engine optimization link building agencyseo search engine optimization link building agency
  • BRANDS
    • Marketer.co
    • PPC.co
    • Link.Build
    • DEV.co
    • Website.Design
  • SERVICES
    • Managed SEO
    • Link Building
    • On-Page SEO
    • White Label SEO
    • Content Writing
    • SEO Audits
    • PPC Management
  • TOOLS
    • Backlink Checker
    • Site Audit
    • Broken Link Tool
    • Robots.txt Tester
    • Sitemap Validator
    • Site Speed Tester
    • Title Tag Checker
    • AI Content Writer
    • SEO Training
  • WHY US
    • Case Studies
    • Our Process
    • Our Team
    • Our History
    • Acquisitions
    • Become a Writer!
  • BLOG
  • CONTACT
LOGINGET STARTED
✕
How to Acquire Curated Links
Curated Links: What Are They? How to Acquire Curated Links
January 18, 2022
Knowledge Graph: How it impacts SEO and what to do about it
Knowledge Graph: How to Optimize Google Knowledge Panel for SEO
January 19, 2022

What are Core Web Vitals & Why They Matter for SEO

Last Updated by Timothy Carter on January 18, 2022
What are Core Web Vitals & Why They Matter for SEO

Core Web Vitals represents Google’s top three-page experience metrics. Google explains page experience as a

signal that measures aspects of how users perceive the experience of interacting with a web page

According to Google, optimizing core web vital factors

makes the web more delightful for users across all web browsers and surfaces, and helps sites evolve towards user expectations on mobile.

Google explains page experience

Table of Contents

  • Web Vitals consist of:
  • Where to find your Core Web Vitals data
  • A detailed look at Largest Contentful Paint (LCP)
  • How to check your LCP score
  • How to improve your LCP score
  • A detailed look at First Input Delay (Fid)
  • What does FID look like to users?
  • How to improve your FID score
  • A detailed look at Cumulative Layout Shift (CLS)
  • What does a Cumulative Layout Shift look like?
  • How to improve your CLS score
  • Why Core Web Vitals matter
  • Need help optimizing your core web vitals? We can help

Web Vitals consist of:

  • Loading: largest contentful paint
  • Interactivity: first input delay
  • Visual stability: visual stability cumulative layout shift (CLS)

These three factors make up part of Google’s overall page experience and measuring core web vitals metrics score. The additional factors that go into this score include:

  • Mobile-friendly
  • HTTPS
  • No intrusive interstitials

Although some have reported that safe web browsing is a ranking factor, Google has clarified that it is not.

If you’re not familiar with Page Experience, that might be because it hasn’t been a major factor for ranking. However, that’s changed. Google is officially making page experience a key ranking factor and started a gradual rollout in June 2021.

Where to find your Core Web Vitals data

Since Core Web Vitals are specific to Google, you can find your stats through Google Search Console under ‘enhancements.’ From there, you can view the mobile SEO and desktop stats that will give you an overall view of URLs that need improvement with the option to view a full report.

A detailed look at Largest Contentful Paint (LCP)

Google’s Largest Contentful Paint (LCP) metric measures perceived load speed. The faster elements appear on a web page, the more usable it is considered. More specifically, LCP measures how long it takes for the largest visible content block to render when the page is loaded.

The ideal LCP score is 2.5 seconds or less. Any page with a score between 2.5 and 4 seconds needs improvement, and a score above 2.5 is considered poor.

LCP is different than Google’s other page speed metrics. For example, Time To First Byte (TTFB) and First Contextual Paint (FCP) measure loading page speed that don’t necessarily affect what a user sees.

How to check your LCP score

How to check your LCP score

The best way to check your LCP score is through Google PageSpeed Insights. All you do is enter your URL in the text box and you’ll get the info. However, you’ll only get the data for an individual URL.

To get data for your entire website, retrieve your LCP data from your Google Search Console.

How to improve your LCP score

Improving your LCP score for each of your web pages will require optimizing each page by limiting the number of high-resolution images and might require cleaning up your code. Here are several more ways to improve your LCP score:

  • Eliminate unnecessary third-party scripts. If you stopped using a script, make sure you remove the code. Or, if you don’t really need a script, eliminate it from your website entirely.
  • Get a faster web host. Some web hosting accounts are slow. If you’re having problems with speed in general, and it’s not on your end, get a dedicated host that offers higher speeds.
  • Implement lazy loading. Lazy loading is a feature that prevents images from loading until the user scrolls down to the image. If you have, say, 100 images on one page, they won’t all load at once, which will increase your LCP score.
  • Minify JavaScript and CSS. If your CSS and JavaScript is unnecessarily large, your LCP score can suffer. You can use the Minifier tool to automatically minify your code online for free.

A detailed look at First Input Delay (Fid)

First Input Delay (FID)

Google’s First Input Delay metric measures load responsiveness, which quantifies the experience of users interact with unresponsive pages. For example, the metric measures how long it takes for the website to process an action initiated by a user. The lower the score, the faster the response, and the more usable the page.

The ideal FID score is an input delay of 100 milliseconds or less.

What does FID look like to users?

FID measures the time it takes a webpage to respond to user input for actions like:

  • Selecting or highlighting an option from a menu that drops down on mouseover
  • Clicking on a link
  • Hitting “submit” after entering an email address in a sign-up form
  • Opening a hamburger menu

Essentially, any action a user takes can be measured to calculate the FID score.

How to improve your FID score

  • Minimize JavaScript. Avoid using JavaScript that isn’t absolutely necessary. If you’re using JS to create a fun, but useless feature, consider eliminating it from your site.
  • Cache your content. When you deliver cached content to your users, your website will automatically load faster, including your JavaScript.
  • Eliminate non-essential third-party scripts. Using heavy scripts like heatmaps and other Google analytics tools can really slow down user interaction. Consider minimizing the number of tracking and monitoring scripts you use.

A detailed look at Cumulative Layout Shift (CLS)

Cumulative Layout Shift (CLS)

Google’s Cumulative Layout Shift metric measures how often your content shifts around for your web visitors in bursts. Layout shifts can be an extreme burden on visitors, impeding their ability to navigate your website and frustrating them in the process.

The ideal CLS score is 0.1 or less. A page with a score between 0.1 and 0.25 needs improvement, while a poor score is 0.25 and above.

What does a Cumulative Layout Shift look like?

Have you ever experienced web page elements suddenly change position, appear, or disappear? These types of glitches are common, and they interfere in the user experience. For instance, a shift in layout can cause someone to click the wrong option if the shift occurs a split-second before they click.

A layout shift is when a visible element starts off in one position and moves to another and are considered unstable elements.

The CLS metric used to add up the total number of shifts. However, this metric now measures and records the largest burst of layout shifts.

These layout glitches are usually caused by loading resources asynchronously or dynamic DOM elements that appear above static content. One element moves and shifts the position of another element. For example, third-party ads often dynamically resize on their own and sometimes videos load with unspecified dimensions.

How to improve your CLS score

  • Always specify the size attribute for media like videos and images. This will tell browsers exactly how much space the element needs to use, which will prevent it from shifting and changing size while it loads.
  • Confine your elements. Every element on a webpage should have a designated location. For example, avoid adding an element right underneath the <body> tag without placing it within at least one <div> tag or a table.

Why Core Web Vitals matter

Core Web Vitals measure user experience on your website. You need an easy user experience in order to rank in the search engines, generate repeat traffic, get loyal visitors, and plenty of sales. By optimizing your core web vitals, you’ll increase your chances of ranking for your keywords and generating more sales.

Google already has approximately 200 ranking factors, but Core Web Vitals will likely be one of the most significant. Although a poor score will hurt your rankings, a good score won’t necessarily have an equally strong impact. That’s because a good page experience won’t overpower poor content or other subpar page elements that affect ranking.

Need help optimizing your core web vitals? We can help

Does all this sound confusing? Would you rather have someone else optimize your website for you? If so, we can help.

At SEO.co, we are an expert SEO company that will analyze all of your webpages to see what your LCP, FID, and CLS scores are. If you have any low scores, we’ll analyze each page to figure out what’s causing the problem and then we’ll fix it for you.

If you’re ready to get better results with these important metrics, contact us today to learn more.

  • Author
  • Recent Posts
Timothy Carter
Timothy Carter
Chief Revenue Officer at SEO.co
Industry veteran Timothy Carter is SEO.co’s Chief Revenue Officer. Tim leads all revenue for the company and oversees all customer-facing teams - including sales, marketing & customer success. He has spent more than 20 years in the world of SEO & Digital Marketing leading, building and scaling sales operations, helping companies increase revenue efficiency and drive growth from websites and sales teams. When he's not working, Tim enjoys playing a few rounds of disc golf, running, and spending time with his wife and family on the beach...preferably in Hawaii.

Over the years he's written for publications like Forbes, Entrepreneur, Marketing Land, Search Engine Journal, ReadWrite and other highly respected online publications. Connect with Tim on Linkedin & Twitter.
Timothy Carter
Latest posts by Timothy Carter (see all)
  • Drip Marketing Campaigns: How to Structure & Send Emails for Maximum Impact - February 6, 2023
  • Why Aren’t My Landing Pages Working? [50 Reasons] - January 31, 2023
  • 18 Search Engine Alternatives to Google - January 20, 2023
Share
0
Timothy Carter
Timothy Carter
Industry veteran Timothy Carter is SEO.co’s Chief Revenue Officer. Tim leads all revenue for the company and oversees all customer-facing teams - including sales, marketing & customer success. He has spent more than 20 years in the world of SEO & Digital Marketing leading, building and scaling sales operations, helping companies increase revenue efficiency and drive growth from websites and sales teams. When he's not working, Tim enjoys playing a few rounds of disc golf, running, and spending time with his wife and family on the beach...preferably in Hawaii. Over the years he's written for publications like Entrepreneur, Marketing Land, Search Engine Journal, ReadWrite and other highly respected online publications.

Related posts

Is It Possible to Succeed in SEO Without Link Building?
February 8, 2023

How to Rank Without Building Backlinks


Read more
Ultimate Guide to Drip Marketing Campaigns
February 6, 2023

Drip Marketing Campaigns: How to Structure & Send Emails for Maximum Impact


Read more
Local SEO Strategies & Tips
February 1, 2023

14 Local SEO Strategies & Tips


Read more

Inc 5000 Logo

Our Services

  • SEO Services
  • Link Building Services
  • On-Page SEO
  • White Label SEO
  • Content Writing Services
  • Amazon SEO
  • PPC Management
  • Public Relations
  • Brand Mentions
  • SEO Site Audits

SEO Resources

  • SEO for Beginners
  • Link Building Guide
  • Local SEO
  • Online Marketing
  • Digital Marketing
  • Content Marketing
  • SEO Reseller
  • Backlink Checker
  • Keyword Research
  • Google Ranking Factors

About SEO.co

  • About Us
  • SEO Team
  • SEO Blog
  • SEO Clients
  • SEO Tools
  • Markets Served
  • Locations Served
  • Client Login
  • Contact

Contact Us

Email: info@seo.co
Call: +1 (877) 545-4769
Address: 1425 Broadway Suite 22689
Seattle, WA 98112
White Label SEO Agency
  
Outwrite. Outrank.
© 2023 SEO.co. All Rights Reserved
Privacy Policy | Sitemap
    GET STARTED
      Manage Cookie Consent
      To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
      Functional Always active
      The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
      Preferences
      The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
      Statistics
      The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
      Marketing
      The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
      Manage options Manage services Manage vendors Read more about these purposes
      View preferences
      {title} {title} {title}