Skip to content

Largest Contentful Paint (LCP): An In-Depth Look

Back in May 2020, Google revealed their plans to introduce the “Core Web Vitals” as part of a new ranking factor: page experience. The intention behind this update was to coerce web developers into improving the user experience of their websites. Numerous elements make up the Core Web Vitals. However, there are 3 main vitals…
Reading Time: 7 minutes
Blog Post

Back in May 2020, Google revealed their plans to introduce the “Core Web Vitals” as part of a new ranking factor: page experience. The intention behind this update was to coerce web developers into improving the user experience of their websites.

Numerous elements make up the Core Web Vitals. However, there are 3 main vitals that Google has highlighted:

  • Largest Contentful Paint (LCP)
  • First Input Delay (FID)
  • Cumulative Layout Shift (CLS)

This guide is going to take an in-depth look at the former, Largest Contentful Paint. We will explain what LCP is, how it can be measured and improved, its impact on search engine optimization, and much more.

What is LCP?

Google, the search kings behind LCP, encapsulate the measurement with the following description:

“Largest Contentful Paint (LCP) is an important, user-centric metric for measuring perceived load speed because it marks the point in the page load timeline when the page’s main content has likely loaded.”

As for what “main content” means, this is viewed as the largest media or block of context that’s situated within the user viewport. Aspects that’ll typically come into the equation include block-level text elements (think heading and paragraph tags), images, background images, and video poster images.

With the LCP, this only covers content that is present within the viewport. This means if any content exists beyond the screen, it isn’t counted as part of the metric.

How does LCP impact user experience?

As mentioned above, the Core Web Vitals have been introduced to improve user experience for those visiting websites. However, what difference does LCP make in that regard?

In essence, LCP is an aspect that assists with optimizing website speed. Now whether you’ve worked on SEO for 10 days or 10 years, you’ll understand that speed has been integral for success. Visitors don’t like slow websites, and (crucially for organic search) neither does Google.

In fact, they dislike it so much they introduced these Core Web Vitals to push site owners into further refining page load speed.

If the LCP isn’t performing to an acceptable level, this will negatively impact how long it takes for the webpage’s main content to load. This content is the reason why users are visiting in the first place. As a result, the longer this takes to display correctly, the more likely a visitor will depart for an alternative site – aka one of your competitors.

What is a good LCP score?

There’s no guesswork required when it comes to understanding what is and isn’t an acceptable LCP score. This is because Google provides clear guidelines about how they judge LCP speed. Here are the measurements used:

  • Good = 2.5 seconds or under
  • Needs improvement = Between 2.5 and 4.0 seconds
  • Poor = Over 4.0 seconds

Achieving a “good” grade is, obviously, the main target. While “needs improvement” is certainly a step in the right direction compared to a “poor” score, optimization (and the best results from an SEO perspective) is only achieved by hitting the 2.5 seconds or less threshold.

How is LCP measured?

The good news is that it’s relatively easy to measure your LCP performance. First you need to know the types of elements that fall under the LCP umbrella. These include:

  • Images
  • Video
  • Heading tags
  • Lists
  • Background images (CSS loaded)
  • Tables
  • Any other text-based block element

It doesn’t take much effort to understand your webpage’s LCP performance. All that’s required is for you to look at the page, identify the largest block-level element, and see if any further work is necessary. For instance, you might decide to optimize an image by making the file size smaller. Alternatively, you could opt to remove an element entirely if it’s taking too long to download.

Also keep in mind that you don’t have to necessarily refine every single page on your website. As Google puts it: “…If at least 75 percent of page views to a site meet the “good” threshold, the site is classified as having “good” performance for that metric.” However, there is some trepidation with this stat. For example, if you have 74% “good” page views alongside 26% “poor” ones, your site will be classed as having “poor” LCP performance overall.

Note: due to Google’s policy with their mobile-first index, it makes sense to first measure and optimize performance via the mobile viewport. Once done, you can move onto the desktop side of things.

How can LCP be improved?

Are your webpages failing to land in Google’s “good” books for LCP? If so, you will want to change the situation – and fast.

Before you decide to implement changes, however, it’s important you first measure LCP performance accurately. Fortunately, whenever you want to check Core Web Vitals, there are numerous tools available. These include:

  • Search Console
  • PageSpeed Insights Tool
  • Google Lighthouse
  • Chrome DevTools
  • Chrome UX Report
  • dev
  • WebPageTest
  • Web Vitals Extension
  • Click Intelligence Core Web Vitals Checker

After using one of the aforementioned tools, you can compare your webpages against the recommended indicators. Are they hitting that all-important “good” grade? If the answer is “No”, it’s time to look at ways to improve LCP for your site.

Here are some top tips to follow:

Select a quality web host provider

When you want to fix Core Web Vitals (and not just LCP) you require a strong foundation for performance. One of the key starting points is selecting a high-quality web host provider that delivers fast speeds for your website.

First analyze how your current hosting plan is doing. If your pages are loading slowly due to the host’s server location not aligning with your primary audience’s location, it’s time to start searching for a new provider. However, even if your current host is performing well (just not great), you’ll still want to switch things up. Even a minimal boost in hosting speeds can make a massive difference overall.

Use a content delivery network

As the name implies, a content delivery network (CDN) is used by website owners to speed up their content being transferred to users. Naturally, if this boosts the loading speed of your content, it in turn improves your LCP performance.

A CDN is particularly beneficial if your website caters to an international audience. Say your website is located on a server in the US, but there’s a chunk of visitors based in France. Rather than them having to deal with reduced load speeds due to location, the CDN will ensure they gain quick access to your site.

Refine the size of your images

No, this doesn’t necessarily mean changing the dimensions of your images. What it does mean, however, is you should optimize the file size of your images. If your images are in a format like PNG and haven’t been altered since their original creation, they could be adding unnecessary weight to your webpages.

There are a number of ways you can refine your images without compromising their quality. Firstly, you can switch to a more suitable image format – either JPEG or WebP work – to lower the file size. Additionally, you can further minimize their size with the assistance of an image compressor. There are many free image optimization tools available to download or use online.

Minify CSS

By minifying CCS files and superfluous Javascript on your webpages, this will naturally help with your LCP improvement efforts. Think about it: if you compress files on your website which are unnecessary, this results in an improvement in page load speed.

Google even has this handy info about optimizing CSS:

“Remove any unused CSS entirely or move it to another stylesheet if used on a separate page of your site. For any CSS not needed for initial rendering, use loadCSS to load files asynchronously, which leverages rel=”preload” and onload.”

Compress text files

Now you might not feel like they’re a priority, but text files can add a surprising amount of weight to your webpages. However, it’s possible with resources like Gzip to compress your text files.

It typically won’t make as much difference as, for instance, compressing your images will. Yet when you’re attempting to squeeze everything out of your pages to achieve that “good” score for LCP, condensing your text files can ultimately make all the difference.

How does LCP impact SEO?

If you’ve done SEO auditing in the past, you’ll be well aware that Google prioritizes sites that are fast. While page speed already features as part of its ranking algorithm, they’re taking the next evolutionary step in this area with their Core Web Vitals. Now Google wants to ensure all elements of your site are performing fast, so you ultimately deliver a quality user experience.

Do you benefit from a fast site already? In this case, you might believe you’re in the clear with LCP. However, various recent studies have been conducted that demonstrate a lot of sites are missing the mark. For example, in August 2020 Screaming Frog noted that, out of the 20,000 well-ranking URLs they tested, 57% mobile and 56% desktop URLs didn’t achieve a “good” LCP score.

As for how LCP impacts your SEO ranking, the data is not yet clear. Ultimately, there are many ranking factors that come into play. Yet with the emphasis Google has placed on the Core Web Vitals as a whole, it seems likely LCP will play an important role in the future as page experience becomes a primary focus for the search engine giants.

In conclusion

LCP, as with page speed in general, is important and it needs to be a focus of your SEO efforts. Although with the technical nature of LCP, you may not feel comfortable trying to make any fixes to your website on your own. This is where you can receive professional assistance with our managed SEO.

Also make sure to keep a continual eye on our comprehensive Knowledge Hub. With this resource, you can learn all about Core Web Vitals 2022 updates and beyond.

New call-to-action

James Owen, Co-Founder & Head Of Search

James has been involved in SEO and digital marketing projects since 2007. James has led many SEO projects for well-known brands in Travel, Gaming and Retail such as Jackpotjoy, Marriott, Intercontinental Hotels, Hotels.com, Expedia, Betway, Gumtree, 888, Ax Paris, Ebyuer, Ebay, Hotels combined, Smyths toys, love honey and Pearson to name a few. James has also been a speaker at SEO and digital marketing conferences and events such as Brighton SEO.

View all Downloads

Downloads

Seasonal Marketing Checklist

Seasonality can have a huge effect on the success of your business. It is imperative to have a strong digital marketing campaign during periods of high consumer demand. 

Download
An e-book cover image titled 'Core Web Vitals', shows a a man's hands typing on a laptop.

2022 Core Web Vitals Checklist

Google's Core Web Vitals reports how a page performs, and here's our checklist to improving page experience this 2022!

Download

Web Core Vitals: Your Complete Guide

Has Google's Web Core Vitals update caused havoc to your SEO results? If so, find a solution with our in-depth guide!

Download
View the Blog

You may also be interested in...

Latest Industry News: Google Launches May 2026 Core Update

While many might have been excited about the warm weather in the lead-up to the…

What Makes a Backlink Valuable in AI Search?

Over the past couple of years, search has changed quite a bit. It’s no longer…

White Label SEO in the AI Search Era

Bringing on a new service is expensive, time-consuming, and not a decision to be taken…

The 2026 White Label SEO Benchmark Report

More and more agencies are looking to scale their digital marketing services without dramatically increasing…

The AI Search Visibility Audit Framework

It may seem as though AI is cropping up everywhere. For businesses in particular, though,…

Google Search Drops FAQ Rich Results in Search & Search Console: What This Means Moving Forward

Google has a long history and reputation for introducing new search features, developing them, scaling…

Brand Mentions Are Pulling More Weight in SEO Than You Think

Remember when your search authority boiled down to how many backlinks you had? The more…

Combining GEO and PPC to Maximise SEO Visibility

Gone are the days when SEO visibility was all about rankings. AI search has changed…

View all Guides

Online Guides

The Ultimate Backlinking Strategy Guide
View guide
Manual Outreach SEO & AI Search Strategy Guide
View guide
The Ultimate Digital PR Strategy Guide
View guide
Brand Mentions SEO & AI Search Strategy Guide
View guide
The Ultimate SEO & AI Search Strategy Guide for Car Dealers
View guide
The Ultimate SEO & AI Search Strategy Guide for Sports Betting
View guide
The Ultimate SEO & AI Search Strategy Guide for iGaming
View guide
Best US On-Page SEO Agencies
View guide
Back To Top