Does Page Speed Affect SEO? What Google Actually Measures
Yes — page speed is a confirmed ranking factor. But Google doesn't just measure how fast your page loads. Here's what it actually looks at.
The Short Answer
Yes, page speed affects SEO. Google has used page speed as a ranking signal since 2010, and in 2021 it introduced the Page Experience update, which made Core Web Vitals — a set of real-world speed and usability metrics — an official part of its ranking algorithm. Faster pages rank better, all else being equal.
But the relationship is more nuanced than a simple "faster = higher" rule. Google measures specific aspects of the user experience, not just raw load time. Understanding what it actually measures helps you focus your efforts where they make the most difference.
What Are Core Web Vitals?
Core Web Vitals are three metrics Google uses to evaluate the real-world experience of loading and interacting with a page. They are measured using data from real Chrome users (via the Chrome User Experience Report) as well as lab testing tools like PageSpeed Insights.
Largest Contentful Paint (LCP) — Loading
LCP measures how long it takes for the largest visible element on the page — usually a hero image, a large heading, or a video — to finish loading. Google wants LCP to happen within 2.5 seconds of the page starting to load.
A slow LCP is almost always caused by large, unoptimised images, slow server response times, or render-blocking resources (JavaScript and CSS that the browser must download and process before it can display anything). Optimising your hero image alone often produces a significant LCP improvement.
Interaction to Next Paint (INP) — Interactivity
INP measures how quickly your page responds when a user interacts with it — clicking a button, tapping a menu, submitting a form. A good INP score is under 200 milliseconds. Poor INP usually indicates too much JavaScript running on the main thread, blocking the browser from responding to user input.
INP replaced the older First Input Delay (FID) metric in March 2024. It's a more comprehensive measure of interactivity across the full page lifetime, not just the first interaction.
Cumulative Layout Shift (CLS) — Visual Stability
CLS measures how much the page layout shifts unexpectedly while loading — for example, text jumping when an image above it finishes loading, or a button moving just as you're about to click it. A good CLS score is 0.1 or lower.
The most common causes are images without defined dimensions, ads or embeds that load late and push content down, and web fonts causing text to reflow when they load.
What Do PageSpeed Scores Mean?
Google's PageSpeed Insights tool (which powers AuditStack's PageSpeed report) gives pages a score from 0 to 100. The bands are:
- 90–100: Good — strong performance, minimal ranking impact from speed
- 50–89: Needs improvement — some issues affecting experience and rankings
- 0–49: Poor — significant speed problems likely hurting both rankings and conversions
Mobile scores are typically lower than desktop scores because mobile devices have slower processors and are often on cellular connections. Google uses mobile scores for ranking (mobile-first indexing), so your mobile score matters more.
Practical Tips to Improve Your Score
Optimise Images
Images are the single biggest driver of slow page loads for most small business sites. Convert images to modern formats (WebP or AVIF), compress them before uploading, and set explicit width and height attributes to prevent layout shift. For images above the fold, use the priority attribute or fetchpriority="high" to tell the browser to load them first.
Reduce JavaScript
Excess JavaScript is the leading cause of poor INP and LCP scores. Audit your installed plugins and remove any you don't actively use. Defer or lazy-load scripts that aren't needed for the initial page render. Third-party scripts (chat widgets, analytics, social sharing buttons) are common culprits — each one adds load time.
Use Caching and a CDN
Server response time directly affects LCP. A content delivery network (CDN) serves your static assets from servers geographically close to each visitor, reducing latency. Browser caching ensures returning visitors don't re-download unchanged assets. Most managed hosting platforms (Cloudflare, Vercel, Netlify) include both.
Set Font Display
Custom web fonts that load slowly cause layout shift (hurting CLS) and invisible text during load (hurting LCP). Add font-display: swap to your font declarations so the browser shows fallback text immediately while the custom font loads.
How Much Does Speed Actually Matter for Rankings?
Google has been clear that content relevance and quality remain the dominant ranking factors. A slow but highly authoritative page will usually outrank a fast but thin one. That said, speed acts as a tiebreaker — when content quality is similar between two competing pages, speed and user experience tip the balance.
Speed also matters enormously for conversion, independent of rankings. A one-second delay in mobile load time has been shown to reduce conversions by up to 20%. Better speed means more customers, not just better rankings.
See your PageSpeed score
Get a full PageSpeed report with Core Web Vitals breakdown and specific fixes. Takes under a minute.
Run PageSpeed Report