{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What elements affect LCP?", "acceptedAnswer": { "@type": "Answer", "text": "Large images, hero sections, videos, and above-the-fold text blocks are common LCP elements." } }, { "@type": "Question", "name": "How do you improve LCP?", "acceptedAnswer": { "@type": "Answer", "text": "Preload the LCP image, use a CDN, compress images, and minimise render-blocking resources." } }, { "@type": "Question", "name": "Is LCP a Google ranking factor?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — Core Web Vitals including LCP are used in Google's Page Experience ranking signal." } } ] }
Definition

What Is LCP (Largest Contentful Paint)?

A Core Web Vital that measures the time until the largest visible content element (image or text block) renders in the viewport. Google recommends under 2.5 seconds.

Related Terms

Example

A homepage hero image is often the LCP element; preloading it and using next-gen formats (WebP/AVIF) reduces LCP to under 1.5 seconds.

Synonyms:

Largest Contentful Paint

Acronyms:

LCP