TECHNICAL · SEO GLOSSARY
Site Speed SEO
Site speed SEO is the practice of optimising page load performance to improve both user experience and Core Web Vitals rankings signals. Google uses Core Web Vitals (LCP, CLS, INP) as Page Experience ranking signals — making site speed a direct input to organic rankings in addition to its indirect effect on bounce rate and conversion.
Definition
Site speed for SEO is measured through two lenses: **Lab data** (simulated — Lighthouse/PageSpeed Insights tests in controlled conditions) and **field data** (real — CrUX (Chrome User Experience Report) measures actual user load times across real devices and network conditions). Google uses field data (CrUX) for Page Experience ranking signals, not lab data. A page that scores 90+ in Lighthouse but has poor CrUX field data (common for sites with heavy client-side rendering or dynamic content) will still fail Core Web Vitals despite the lab score. **The three Core Web Vitals**: (1) **LCP (Largest Contentful Paint)** — time until the largest visible element (typically hero image or H1 text) loads. Target: ≤2.5s at p75. Primary causes of LCP failure: unoptimised hero images (large file size, no WebP, no preload), slow server TTFB (>600ms blocking LCP start), render-blocking CSS/JS, and CSS background images (not preloadable). (2) **CLS (Cumulative Layout Shift)** — unexpected visual layout shifts during page load. Target: ≤0.1 at p75. Primary causes: images without explicit dimensions, font-swap CLS from web font fallback reflow, dynamically injected banners/ads, and async iframes. (3) **INP (Interaction to Next Paint)** — responsiveness of interactions (clicks, taps, keyboard input) measured as the time to the next paint after an interaction. Target: ≤200ms at p75. Primary causes: long JavaScript main thread tasks blocking interaction responses, heavy event handlers, unoptimised third-party scripts. **Site speed optimisation priorities**: image optimisation (WebP format, correct dimensions, lazy loading, explicit width/height attributes), server performance (TTFB reduction via CDN, caching, server-side rendering), JavaScript bundle optimisation (code splitting, deferred loading, removal of unused libraries), and font loading optimisation (font-display:swap with size-adjust, local font hosting).
Why it matters for SEO
Site speed is a confirmed ranking factor (via Core Web Vitals as Page Experience signals) and a conversion rate factor (slow pages have higher bounce rates and lower conversion rates). A 1-second improvement in LCP can increase conversions by 5–10% for e-commerce sites. For rankings, Core Web Vitals failures don\'t catastrophically tank rankings but act as a tiebreaker that disadvantages slow pages when content quality is otherwise equal. The ranking impact is most significant in competitive niches where many pages have similar content quality — page experience becomes a meaningful differentiator.
How DeepSEOAnalysis checks this
The audit measures Core Web Vitals from real CrUX field data — the same data Google uses for Page Experience ranking signals. Reports LCP, CLS, and INP at the 75th percentile (p75) with pass/fail classification (Good/Needs Improvement/Poor). Field data reflects actual user experience across all device types and network conditions. This is distinct from Lighthouse lab scores: the audit reports what real users experience, not what a simulated test produces.
Useful tools and resources
GLOSSARY
Related terms
performance
Core Web Vitals
Three Google metrics — LCP, INP, and CLS — that measure real-user loading, interactivity, and visual stability.
Read definition →performance
LCP (Largest Contentful Paint)
The time from page load start until the largest visible content element finishes rendering. Should be under 2.5 seconds.
Read definition →performance
CLS (Cumulative Layout Shift)
A Core Web Vital that measures unexpected visual shifts in page layout during load. Should be 0.1 or lower.
Read definition →performance
INP (Interaction to Next Paint)
The Core Web Vital that measures a page\'s responsiveness to user interactions — replacing FID in March 2024 as a Google ranking signal. Good INP is under 200ms.
Read definition →See how your site scores on Site Speed SEO.
The free DeepSEOAnalysis audit checks site speed seo and 100+ other signals. Full report, no signup.
Run a free audit →