Performance SEO Cheat Sheet

Core Web Vitals -
Poor URLs

Google is grading your client's speed and user experience. Here's exactly how to secure passing scores.

Where to find it: Experience > Core Web Vitals > 'Poor URLs' (Check Mobile & Desktop)

What It Is

Google measures three critical speed and stability metrics directly from real-user field data: LCP (Largest Contentful Paint, target < 2.5s), INP (Interaction to Next Paint, target < 200ms), and CLS (Cumulative Layout Shift, target < 0.1). Pages flagged as "Poor" fail to meet the passing threshold in at least one of these departments.

Why It Matters

Core Web Vitals are a confirmed search ranking signal. Pages marked "Poor" sit at an immediate ranking disadvantage in competitive markets. Beyond rankings, clean Vitals drive direct revenue: LCP under 2.5s correlates with 15–25% higher conversions, while bad layout shifts trigger massive shopping cart and form abandonment rates.

Root Diagnostics

Core Failure Categories

Google breaks down speed bottlenecks into three core metric targets plus mobile device constraints.

01

LCP (Loading)

Triggered by unoptimized hero images, slow server response times, absence of a CDN, or render-blocking CSS/JS files.

02

INP (Responsiveness)

Caused by heavy main-thread JavaScript execution, excessive third-party scripts, bloated DOM size, or unoptimized event handlers.

03

CLS (Stability)

Spurred by media assets lacking width and height parameters, dynamically injected late-loading ads, or late-swapping web fonts.

04

Mobile Constraints

Failures specific to mobile connections due to heavy stylesheets or media payloads loading over slower CPU/data networks.

Interactive Standard Operating Procedure

The Fix Blueprint (Interactive SOP)

Check off each diagnostic step to monitor your implementation progress live!

Implementation Progress: 0% Completed (0/7)

Tools

  • Google Search Console
    Free | Core Web Vitals report with real-user field datasets
  • PageSpeed Insights
    Free (pagespeed.web.dev) | Lab metrics vs real-user field summaries
  • Chrome DevTools
    Free browser package | Performance panel + lighthouse audits

Time to Fix

1-2 hours
To Run Diagnostics & Audits
Hours to Days
Easy image fixes (hours) | Heavy JS updates (days)

Pro Tip

Always focus on the FIELD data in GSC, not just lab scores in PageSpeed Insights.

A page can achieve a score of 90+ in a controlled lab test but still fail field tests due to real-user device variances. Field data is what Google actively measures and uses as a direct ranking factor!