ALL POSTS
TECHNICAL SEO
8 MIN READ
February 10, 2026

Your LCP is 4.2 seconds. Here's how to fix it in an afternoon.

A practical guide to the single most impactful Core Web Vital

Google has been penalizing slow sites since 2021. Most site owners still haven't fixed it.

LCP (Largest Contentful Paint) measures how long it takes for the largest visible element on your page to load. Google's threshold: under 2.5 seconds is "good". Over 4 seconds is "poor" — and your rankings will reflect it.

The most common LCP culprits:

1. Hero images that aren't preloaded Add a <link rel="preload" as="image"> tag in your HTML head pointing to your hero image. This tells the browser to fetch it immediately instead of discovering it later in the CSS. This one change typically cuts LCP by 0.5–1.5 seconds.

2. Render-blocking JavaScript in the head Move non-critical scripts to the bottom of the body, or add defer or async attributes. Scripts in your <head> block the browser from rendering anything until they finish downloading and executing.

3. No CDN (serving assets from a single origin server) Use Cloudflare's free tier. It takes 15 minutes to set up and can cut load times by 40–60% for international visitors by serving your assets from a server closer to them.

Find these issues on your site right now

RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.

Run your technical audit →

4. Images not in WebP format WebP is 25–35% smaller than JPEG/PNG at the same visual quality. Most CMS platforms can convert automatically — Cloudflare Image Resizing, Smush for WordPress, or Next.js Image component handle this.

5. Large server response times (TTFB over 600ms) If your server itself is slow, no frontend optimization will fully compensate. Measure with Google PageSpeed Insights. A TTFB over 600ms often means slow database queries, no server-side caching, or a geographically distant server.

How to verify your fix worked: After implementing, test with Google PageSpeed Insights (free) or run a RankyPulse audit which includes Core Web Vitals data. A passing LCP is under 2.5 seconds — aim for under 2.0 for a comfortable margin.

LCP is the single most impactful Core Web Vital for rankings. Fixing it has a direct, measurable effect on your Google position within 2–4 weeks of Google re-crawling your pages.

Find these issues on your site right now

RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.

Run your technical audit →

More from the blog

Technical SEO

Technical SEO Audit: The Complete 2026 Guide

12 min read
Technical SEO

Free Technical SEO Audit: What It Checks and How to Use the Results

7 min read
Technical SEO

Site SEO Audit: The Complete 2026 Guide

10 min read
← All blog posts