LCP – SEOYEN — Türkiye'nin SEO Platformu

LCP

Largest Contentful Paint — the load time of the largest content element within a page's visible area; the loading speed metric of Core Web Vitals.

LCP (Largest Contentful Paint) measures the time from when a page starts loading until the largest content element within the visible area (viewport), usually an image, video, or large block of text, is fully rendered.

Target values:

Main factors that slow down LCP:

Tip: Identify your LCP element (Chrome DevTools > Performance) and use fetchpriority="high" and preload to prioritize it. If it is an image, convert it to WebP or AVIF format.