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

A blue section with the text "Effective Outreach For Link Building." There is a  laptop screen displaying a Gmail inbox.

Effective Email Outreach for Link Building

Download our free guide of how to run a successful outreach campaign.

Download
eBook: Overview of Google Algorithm Updates in 2022

An Overview of Google Algorithm Updates in 2022: The Google Update Timeline

Ah, 2021 – the year of volatile Google algorithm updates that shook marketers from within and left website owners scratching…

Download
Download E-book Cover Image 'SEO Budget Management', Fountain pen pressing on calculator plus icon

SEO Budget Management

Budgeting for SEO is a terrifying prospect. There are so many elements in play, and seemingly endless considerations, rendering it…

Download
View the Blog

You may also be interested in...

Why Personas Are Essential for Modern SEO and AI-Driven Search

For years, SEO has been driven by a relatively simple formula: identify the right keywords,…

How AI Search Is Presenting Your Brand (And How Click Insights Helps You Track It)

The introduction of the internet forever changed how brands experienced visibility, and, with its updates…

How Content Hubs and Entity Clusters Drive AI SEO Performance

Search is getting smarter by the day, and the way we create content needs to…

From Search Engines to AI Engines: Choosing SEO That Performs Everywhere

For years, success equated to being highly ranked in Google’s organic search results, but the…

Editorial Links: Why They Matter for AI SEO

When it comes to succeeding with modern SEO, there are many avenues to explore, but…

Google March 2026 Spam Update: What It Means for Your SEO Strategy

On March 24, 2026, Google announced that it was rolling out its latest spam update…

The Top 3 Digital PR Services to Harness in 2026

In 2026, digital PR services are essential for any brand wanting to build lasting authority…

How to Get LLMs to Mention Your Brand

Simply appearing on a search page isn’t enough anymore, not in today’s world driven by…

View all Guides

Online Guides

Best US Brand Mentions Agencies
View guide
Best PR Link Building Agencies
View guide
5 Best AIO SEO Companies
View guide
Best AI SEO Service Companies
View guide
Best 5 AEO SEO Agencies
View guide
10 Best US Consulting Agencies
View guide
Best Enterprise SEO Companies
View guide
6 Best AEO SEO Companies
View guide
Back To Top