top of page
MARKET JAR text logo on off-white background international seo agency

301 Redirects: What They Actually Cost You When You Get Them Wrong

  • Writer: James Nathan
    James Nathan
  • Feb 27
  • 4 min read

Most technical decisions on a website sit quietly in the background. Nobody talks about them in board meetings. Nobody measures them in pipeline reviews. But a badly handled redirect can cost you six months of organic recovery time and a meaningful chunk of inbound revenue. That is not an exaggeration.

If you have been through a site rebuild, a domain change, or a URL restructure and your traffic dropped afterwards, redirects are the first place to look. Not the content. Not the design. The redirects.

What a 301 Actually Is

A 301 is a permanent redirect. When someone, or a search engine, tries to visit an old URL, the server returns a 301 status code that says: this page has moved permanently, go here instead. Search engines read that signal, update their index, and transfer the authority the old page had built up to the new destination.

That last part matters commercially. A page that has earned links from other websites over several years carries real weight in search rankings. A 301 preserves that weight. Without one, it disappears. Not gradually. Immediately.

A 302 is different. It tells search engines the move is temporary, so they hold onto the old page in their index and do not pass authority across. Using a 302 when you meant a 301 is one of those quiet mistakes that looks fine on the surface but slowly drains value you cannot see going missing.



Where the Real Damage Happens

The situations where businesses lose the most ground are rarely dramatic. They are procedural oversights.

A developer changes a URL structure during a redesign. No redirect map was agreed before the build started. The new site goes live, 200 old URLs return 404 errors, and three months later the client is asking why their inbound leads have dropped.

Or a company migrates to a new domain without mapping every old URL to its equivalent. The homepage gets redirected. A handful of the most obvious pages too. But the long tail, the product pages, the case studies, the articles that had been quietly generating traffic for two years, all of it returns a 404. Authority gone.

The pattern is the same every time. The technical work was treated as an afterthought rather than a commercial decision.


The Mistakes Worth Knowing

Using a 302 for a permanent change. Common, costly, and entirely avoidable. If the URL is moving for good, use a 301.



Redirect chains. When URL A redirects to URL B, which redirects to URL C, which is the actual destination, each hop in that chain bleeds authority. Search engines will follow the chain, but the value that transfers diminishes at each step. Worse, it slows the page down, which now matters directly to how Google evaluates your site.

Redirecting old URLs to the homepage. This is the lazy fix and search engines see straight through it. If the content from the old page does not exist anywhere on the new site, a homepage redirect is acceptable. If it does, send the old URL directly to the closest matching page. Pointing everything at the homepage is treated as a soft 404. The authority does not transfer and the user lands somewhere unhelpful.

Not updating internal links after redirects are in place. Redirects are a safety net. They are not a substitute for clean internal linking. Every time your own site sends a visitor through a redirect to reach a page, that is friction you introduced unnecessarily. Fix the internal links so they point directly to the correct URLs.

Leaving redirected URLs in your sitemap. Your sitemap should list the canonical, live URLs you want indexed. Old URLs that now redirect have no business being in there.

How to Set Them Up

The method depends on how your site is built.

On Apache servers, redirects are managed through the .htaccess file in your root directory. A single line handles a basic redirect. It is powerful but precise, and a syntax error in that file can take your whole site down, so if you are not comfortable in there, do not guess.

On Nginx, redirects are handled through the server configuration directly rather than a separate file.

If your site runs on WordPress, a plugin like Redirection handles this cleanly through a dashboard interface. It also logs 404 errors automatically, which makes it easy to spot broken URLs and address them before they compound. For most businesses on WordPress, this is the right approach.

Shopify and Squarespace both have built-in redirect tools. No technical knowledge needed, which removes the risk of errors at that level.

Testing Is Not Optional

Setting up redirects is step one. Confirming they are working correctly is step two, and it gets skipped more than it should.

Tools like Screaming Frog or Sitebulb will crawl your entire site and surface every redirect, chain, loop, and error in a structured report. For an individual URL, httpstatus.io shows you the full redirect path and the status code at each step. Google Search Console shows you coverage issues and 404 errors from Google's own crawl, which is the most commercially relevant signal of the three.

Build redirect testing into your process after any site change. Not as a best-practice recommendation. As a non-negotiable.

What This Looks Like as a Commercial Problem

There is a version of this conversation that stays entirely in the technical weeds. Status codes, mod_rewrite syntax, crawl budget. That is all real and it matters operationally.

But the reason it belongs in a commercial conversation is simpler. Organic traffic is a compounding asset. Every page that earns authority over time is contributing to inbound demand that does not require a paid media budget to sustain. When redirects are handled badly, you do not just lose a page. You lose the compounding value of everything that page had built.

A business that migrates its domain without a proper redirect map and loses 40% of its organic traffic in the first month is not facing a technical problem. It is facing a revenue problem with a technical cause.

The fix is straightforward once you know where to look. The cost of not fixing it tends to be much higher than people expect.

Were you satisfied with your revenue & profit last quarter?

Businesses trust Market Jar to grow online traffic and increase revenue. We don't spend long hours on reports, we focus on implementing actual changes, and you can judge us by our results.

bottom of page