Page Speed vs. SEO: How Much Does Speed Actually Matter
On this page
Speed matters, but probably not for the reason you think
Site owners often chase page speed because they've heard it's "a Google ranking factor," expecting that shaving another half-second off load time will move them up the results page. In practice, speed is one of many ranking signals, and for most sites it's not the one holding rankings back. What speed reliably affects, in a way you can measure directly, is whether visitors who already found you actually stick around and convert. That's usually the bigger opportunity.
What Google actually measures
Google's speed-related ranking signal is built around Core Web Vitals, a set of three specific metrics:
- Largest Contentful Paint (LCP) — how long it takes for the largest visible element (usually a hero image or headline block) to render. Good is under 2.5 seconds.
- Interaction to Next Paint (INP) — how responsive the page feels when a visitor actually clicks or taps something. Good is under 200 milliseconds.
- Cumulative Layout Shift (CLS) — how much visual content jumps around as the page loads (images popping in without reserved space, ads shifting content down). Good is under 0.1.
These are measured from real user data collected through Chrome, not just a lab test, which is why you can have a page that scores fine in a synthetic test but still shows real-world Core Web Vitals problems if actual visitors on slower connections or older phones are having a worse experience.
Core Web Vitals are one input among many ranking factors, and Google has been fairly consistent that they act more as a tiebreaker or a small adjustment than a dominant signal. A page with mediocre speed but genuinely better, more relevant content will usually still outrank a faster page with weaker content.
Where speed actually moves the needle: conversion
This is the part that gets underweighted. Slower pages lose visitors before they ever get a chance to convert, independent of anything Google does. Every additional second of load time is an opportunity for a visitor to bounce back to the search results, especially on mobile where patience for a slow page is lowest. This is true regardless of your ranking position — you could rank #1 for your target keyword and still lose most of that traffic to a slow-loading page.
We've written specifically about this dynamic in why slow websites kill sales — the short version is that speed affects trust and perceived quality in a way that shows up directly in form submissions, calls, and completed checkouts, not just in search rankings.
What actually slows a site down
Most speed problems on small business sites come from a short list of repeat offenders:
- Unoptimized images. A photo straight from a phone camera or a stock photo site can be 3-8MB. Compressed and properly sized for its display dimensions, the same image is often under 200KB with no visible quality loss.
- Too many third-party scripts. Chat widgets, tracking pixels, review platform embeds, font loaders, and marketing tags each add their own request and execution time. It's common for a site to be running six or seven scripts nobody remembers adding.
- Unoptimized fonts. Loading multiple weights of multiple font families, especially from an external source, adds render-blocking requests.
- No caching or a slow host. If your server takes a long time to respond to the first request (Time to First Byte), everything downstream is delayed no matter how optimized the front end is. This is a hosting and infrastructure issue as much as a code issue.
- Render-blocking CSS and JavaScript. Scripts and stylesheets that load in a way that blocks the page from displaying anything until they finish.
- No image dimensions set, which causes layout shift as images pop in — directly hurting CLS.
What to actually do about it
You don't need to chase a perfect 100 score on PageSpeed Insights — diminishing returns set in fast, and a site with a 95 typically doesn't convert meaningfully better than one at 85. Focus on the fixes with real impact:
- Compress and properly size every image before it goes on the site, and set explicit width/height so the browser reserves space before the image loads.
- Audit third-party scripts and remove anything that isn't actively earning its keep. A chat widget you installed two years ago and never look at is a candidate for removal.
- Use a caching layer and a host that responds quickly. Cheap shared hosting is frequently the actual bottleneck, not the code running on top of it.
- Load fonts efficiently — limit the number of weights and families in use, and use
font-display: swapso text renders immediately in a fallback font rather than staying invisible while the custom font loads. - Test on mobile, on a mid-range device, not just your own laptop. Development machines and office wifi hide real-world speed problems that mobile visitors on cellular data actually experience.
The practical takeaway
Treat page speed as a conversion problem first and a ranking factor second. If your rankings are underperforming, look at content quality, relevance, and the technical basics covered in a basic SEO audit before assuming speed is the culprit. But if you're getting reasonable traffic and still seeing low conversion rates, page speed is one of the first things worth measuring — it's often the gap between visitors finding you and visitors actually becoming customers.
Related service: Server Setup / Hosting / Maintenance
Planning a new website?
Let's talk about how a fast, SEO-ready Next.js site can help your business grow.
Start Your Project