2 Technical SEO Mistakes Quietly Draining Your Revenue (And You've Probably Made Both)
Agency Operations

2 Technical SEO Mistakes Quietly Draining Your Revenue (And You've Probably Made Both)

Some SEO problems are loud. A page drops off the first page of Google, and you know within a day. The expensive ones are quiet. Rankings hold, the traffic chart looks normal, and the damage only surfaces a quarter later when revenue dips, and nobody can name the cause.

Two mistakes cause most of that quiet bleed: pages that load too slowly, and redirects that got mishandled during a site change. Both look like engineering problems, so they sit at the bottom of the list. Both are hard to see from inside the business. And both hit you where it hurts most, in orders that don’t happen and leads that never land.

Here’s what each one does, how to check for both this week without spending a dollar, and why finding them early beats almost anything else on your SEO to-do list.

Mistake 1: Your pages are slower than you think

Page speed has been a Google ranking factor since 2010. The ranking effect isn’t even the interesting part. The interesting part is what slow pages do to the people who already made it to your site.

Google and Deloitte put hard numbers on this in a study called Milliseconds Make Millions. They tracked more than 30 million sessions across 37 retail, travel, and lead-generation brands, and isolated speed from everything else. The finding: a 0.1-second improvement in mobile load time lifted retail conversions by 8.4% and average order value by 9.2%. A tenth of a second moved revenue by nearly a tenth.

Amazon measured the same thing from the other side years earlier. Every 100 milliseconds of extra latency cost them roughly 1% in sales. At their scale, that tenth of a second is worth billions.

The reason is boring and human. People don’t wait. Someone who clicks your ad or search result and watches a blank screen for four seconds isn’t loading your page. They’re already on a competitor’s.

How Google grades speed now

Google measures page experience through three Core Web Vitals, and this is where a lot of older advice has gone stale. Since March 2024, the three metrics are:

  • Largest Contentful Paint (LCP): how long until the main content appears. Good is under 2.5 seconds.
  • Interaction to Next Paint (INP): how fast the page responds when someone taps or clicks. Good is under 200 milliseconds. It replaced the old First Input Delay metric and is a lot stricter.
  • Cumulative Layout Shift (CLS): how much the page jumps around while loading. Good is under 0.1.

Two things about this trip people up.

First, Google grades on field data, not lab tests. It uses what real visitors experience on real phones and real connections, measured at the 75th percentile. Your site has to be fast for three out of four visitors, not just fast once on your office WiFi. This is why a developer can show you a green score from their machine while Google quietly rates the same page poor.

Second, most sites don’t pass. As of the May 2026 Chrome UX Report, only about 56% of sites clear all three Core Web Vitals, and on mobile it’s closer to half. If you’ve never checked, the honest odds are that at least one of your money pages is failing right now.

What “slow” usually is

The causes are dull and fixable. Images exported straight from a camera or design tool at full size. Third-party scripts piled up over the years, chat widgets, tracking pixels, heatmaps, old analytics tags nobody removed. A cheap hosting plan buckling under a heavy theme. And more and more, bloated JavaScript that makes a page look ready before it can actually respond to a tap, which is exactly what wrecks INP.

None of it is exotic. It’s the normal sediment a site collects when nobody’s watching the performance side.

Mistake 2: Redirect debt from your last site change

This one is sneakier, because it’s usually born in a good moment: a rebrand, a redesign, a move to a new platform.

Here’s the mechanic. When a page moves to a new URL, a 301 redirect tells search engines the move is permanent and passes the old page’s built-up ranking value to the new address. Done right, you keep years of authority. Done carelessly, that value leaks, and Google starts treating parts of your site as dead ends.

There are two common ways teams break this during a migration.

Mass redirects to the homepage. Instead of mapping each old URL to its closest new match, a team on a deadline points every old blog post, service page, and product page at the homepage or a single index page. To Google, that reads as hundreds of pages that used to exist and now resolve to something generic. The rankings those pages earned don’t carry over. They evaporate.

Redirect chains. URL A redirects to B, which later gets redirected to C. Every redesign adds a hop. Chains slow crawling and leak a little authority at each step. Nothing looks broken in a browser, so nobody catches it.

The cost is not theoretical. In a recent Entrepreneur piece, AceIt Agency founder Ali Raza described a SaaS company whose team rebuilt its entire site in a two-week sprint, set up redirects, and launched on a Friday. By Tuesday they’d lost 62% of their organic traffic. The diagnosis took 15 minutes: they’d pointed all 400 old blog URLs at one new blog index page.

Rebuilding the redirect map properly took three weeks. Traffic clawed back to 91% of pre-launch levels over the next two months. But a quarter of the pipeline was already gone, and you don’t get that quarter back.

The fix is a mindset more than a task. Treat every URL on your old site as a promise to Google. If you kill a page, send it to the most relevant replacement, not the homepage. If there’s no relevant replacement, let it 404 honestly. A clean 404 is better than a redirect that tells Google a page moved when it really just disappeared.

How to check both this week, for free

Neither problem needs a budget to find. Two free tools and half an hour will tell you where you stand.

For speed: run your top 5 to 10 commercial pages through Google’s PageSpeed Insights. Skip the lab score at the top and scroll to the field data, the section showing what real users experience. Check LCP. Anything over 2.5 seconds on mobile goes on the fix list. Google Search Console’s Core Web Vitals report shows the same real-user data grouped across your whole site.

For redirects: crawl your site with the free version of Screaming Frog, which handles up to 500 URLs. Filter for 3xx status codes. You’re hunting two patterns: chains, where one redirect lands on another redirect, and mass redirects, where a pile of old URLs all resolve to one generic page. If you’ve redesigned or migrated in the past few years and never run this, do it first.

Once you can see either problem, fixing it is routine. Compressing images, deferring scripts, and rebuilding a redirect map are known, solvable jobs, not moonshots.

The real advice: don’t be the only one watching

If you run your own SEO, everything above is doable. Run those checks, put them on a monthly recurring task, and you’ll catch most damage before it compounds. That’s a good use of 30 minutes.

But look at what these two mistakes share. Nobody inside the business sees them happen. The site looks fine in your browser. Traffic reports lag the actual damage by weeks. Speed decays one plugin at a time. And redirect debt gets created on launch day, the exact moment everyone’s staring at the shiny new design instead of the old URL structure underneath it.

That’s the case for having an SEO specialist in the loop, on your team or on retainer. Not because the checks are hard, but because someone has to actually be looking, tools open, before a rebuild or a busy quarter turns into a 62% traffic loss you spend two months digging out of.

The math isn’t close. A specialist catching redirect debt during migration planning costs a fraction of what a lost quarter of pipeline costs. Skip it, and you pay twice: once for the recovery, and again for every sale that quietly didn’t happen while the problem sat invisible. The cheapest time to fix both of these is before they cost you a dollar, and that only happens if somebody’s watching on purpose.

Frequently asked questions

How do I know if my site has a page speed problem? Run your top pages through Google’s free PageSpeed Insights and check the Largest Contentful Paint score in the field data section, not the lab score. Over 2.5 seconds on mobile fails Google’s “good” threshold. Search Console’s Core Web Vitals report shows the same real-user data across your whole site.

What is redirect debt? It’s the ranking value you lose when redirects are handled badly, usually during a redesign or migration. The two common causes are pointing many old URLs at one generic page instead of their closest match, and redirect chains that pile up across multiple site changes.

Can I diagnose these without a developer? Yes. PageSpeed Insights for speed and Screaming Frog’s free version for redirects both run without touching code. Fixing what you find, compressing images, deferring scripts, rebuilding a redirect map usually needs someone comfortable in your site’s backend, but it’s routine work, not a big project.

How much revenue can these mistakes actually cost? It depends on your traffic and margins, but the documented numbers are real. Google and Deloitte found a 0.1-second mobile speedup lifted retail conversions 8.4%, and one botched migration cost a SaaS company 62% of its organic traffic in days.

When should I bring in an SEO specialist? Before any redesign, migration, or platform change, at minimum. Redirect mapping is cheapest to get right during planning and most expensive to fix after launch. For speed, a periodic audit catches regressions before they cost you a full quarter.

Written By

Teewoo-Demilade

The Offthebooks Newsletter

Stories beyond the ledger.

Business is weird, fascinating, and surprisingly human. Every week, one deeply-reported story about the people and ideas behind the businesses that made it — free, and genuinely worth the open. Join agency owners who read it first.

Full bookkeeping.
Zero bookkeeper.

Invoicing, expense management, and financial goal tracking, handled automatically by your AI agent. OffBooks is built for the business owner, not the accountant.

Show Me My Numbers