All articles
Web DesignJune 2, 20266 min read

Page Speed Is a Ranking Factor: What Local Businesses Actually Need to Fix

Three metrics, three fixes, one afternoon. Most local business sites can pass Core Web Vitals with focused effort.

In 2021, Google made Core Web Vitals a confirmed ranking factor. In 2026, it's a tiebreaker in competitive local markets. The good news: most local business sites are slow for the same three reasons, and all three are fixable in an afternoon.

The three metrics that matter

  • Largest Contentful Paint (LCP) — how fast the main content loads. Target: under 2.5 seconds.
  • Interaction to Next Paint (INP) — how responsive the page feels to taps and clicks. Target: under 200 milliseconds.
  • Cumulative Layout Shift (CLS) — how much the page jumps around while loading. Target: under 0.1.

Fix 1: Compress and preload your hero image

The hero image is usually the LCP element. Serve it in WebP or AVIF, compress it under 150KB, and add a preload link in the document head. If your hero is a slider with three 2MB JPEGs, replace it with one static image — sliders kill conversion and speed simultaneously.

Fix 2: Self-host fonts with swap

Google Fonts loaded from Google's CDN add an extra DNS lookup, TLS negotiation, and stylesheet fetch. Self-host your font files, add font-display: swap, and preload the bold weight if it's used in the hero. This alone often drops LCP by 0.5–1.0 seconds.

Fix 3: Defer non-critical JavaScript

Chat widgets, review carousels, and tracking scripts should not block the initial render. Load them after the user has scrolled or after 3 seconds, whichever comes first. The page should be fully interactive before the third-party code arrives.

The mobile multiplier

60–70% of local service traffic is mobile, and mobile networks amplify every delay. A site that scores 90 on desktop often scores 45 on mobile. Test with PageSpeed Insights using the mobile preset, not just Lighthouse desktop. The local 3-pack is surfaced predominantly on mobile — that's where speed matters most.

How to test

  1. Run PageSpeed Insights on your home page and top 3 service pages
  2. Check the CrUX report in Search Console for real-user field data
  3. Fix the highest-impact issue first, then re-test
  4. Set a calendar reminder to re-test quarterly — plugins and content drift slow sites back down
Tagged#Web Design#Performance#SEO#Core Web Vitals

Frequently asked questions

Does page speed affect local SEO rankings?

Yes. Google uses page experience signals as a tiebreaker in competitive local markets. Between two similar sites, the faster one wins — especially on mobile, where most local searches happen.

How much does page speed affect conversion?

Amazon's famous stat: every 100ms of latency costs 1% of revenue. For local businesses, the effect is clearer at the extremes — a site that loads in 5+ seconds loses 50%+ of mobile visitors before the hero image renders.

Should I use a CDN?

Yes, if you serve multiple cities or states. A CDN caches your site at edge locations closer to the user, reducing TTFB. For single-location businesses with local-only traffic, the impact is smaller but still positive.

Want posts like this on your site every month?

We research, write, and publish them for you.

Start your build
Start your build