askbowtie

Core Web Vitals

Core Web Vitals are three specific measurements Google uses to judge how your website feels to visitors. Not how it looks, not what content it has — how it feels to use.

Metric Question it answers Good score
LCP (Largest Contentful Paint) How long until main content appears? Under 2.5 seconds
INP (Interaction to Next Paint) How long until the page responds when I click? Under 200ms
CLS (Cumulative Layout Shift) Does stuff jump around while loading? Under 0.1

They're a ranking factor in search, but more importantly, they measure real user experience problems. A slow, janky site loses visitors and conversions whether Google measures it or not. Google uses these as ranking signals — in competitive niches where multiple pages have equally good content, Core Web Vitals can be the tiebreaker.

This guide explains what each metric means, what causes problems, and how to fix them. For the broader context of performance monitoring, start with the pillar page.

LCP: Loading speed

What it measures: Time from page request to when the largest content element is visible. Usually your hero image, main heading, or primary text block.

Why it matters: If your page takes 5 seconds to show content, visitors assume it's broken and leave. LCP correlates directly with bounce rate.

Common causes:

Quick fixes:

INP: Responsiveness

What it measures: The delay between user interaction (click, tap, keypress) and visible response. INP replaced First Input Delay (FID) in March 2024 and measures all interactions throughout the session, not just the first one.

Why it matters: When you click a button and nothing happens for half a second, you click again. The page feels broken even if it's technically working. This directly causes rage clicks and user frustration.

Common causes:

Quick fixes:

CLS: Visual stability

What it measures: How much the page layout shifts unexpectedly while loading. Every time an element moves after it's already visible, that's a layout shift.

Why it matters: You're about to tap a link, an ad loads, the link moves, you tap the ad instead. This is one of the most frustrating web experience problems.

Common causes:

Quick fixes:

Measuring your Core Web Vitals

For quick tests: PageSpeed Insights shows both lab data (simulated) and field data (real users). Field data is what matters for SEO.

For real data: Google Search Console → Experience → Core Web Vitals. This shows how actual visitors experience your site over the past 28 days.

For continuous monitoring: Tools like askbowtie track Core Web Vitals from real user sessions alongside error monitoring, giving you the full picture of site health. This is the most valuable data because it reflects actual user experience, not lab conditions.

How much do they affect rankings?

Honestly? Less than SEO articles imply.

Content relevance, backlinks, and topical authority still matter far more. A page with poor Core Web Vitals but excellent content will outrank a page with perfect vitals and thin content.

Google's own documentation calls Core Web Vitals a "tiebreaker" signal — when two pages are otherwise equal, the one with better performance gets the edge. But pages are rarely equal in the factors that matter more.

Ranking factor Relative importance
Content relevance High
Backlink quality High
Topical authority High
Core Web Vitals Moderate (tiebreaker)
Page speed in isolation Low

The bigger reason to care isn't SEO — it's conversions. Fix Core Web Vitals and you're fixing real problems that lose visitors, regardless of rankings. A page that loads in 1 second converts better than one that loads in 4 seconds. That's not about Google — that's about users leaving before they see your content.

Core Web Vitals checklist

Before considering Core Web Vitals optimized:

Related pages

Parent: Performance & Uptime — Monitor site speed, Core Web Vitals, and uptime

Deep dives:

Related: