Why Some 301 Redirects Fail to Pass Equity: The Failure Modes, the Diagnosis, and the Domain That Carries Authority
A 301 redirect is supposed to be the safe move: tell search engines a URL has moved permanently, and the authority that pointed at the old address flows to the new one. Yet practitioners keep filing the same report. The redirect resolves with a clean 301 status, the browser lands on the right page, and the rankings still do not follow.
The honest answer is that the redirect itself is rarely the broken part. A 301 fails to pass equity for a short, identifiable list of reasons, and almost every one traces back to a decision made before the redirect was written: an irrelevant target, a chain that needed to be a single hop, or a source domain that never held the authority you assumed it did.
This guide names each failure mode, shows how Google reads it, and gives you a diagnostic to find which one is hitting your redirect. It also draws the line the generalist guides skip. The equity a 301 forwards has to exist at the source first, and a clean aged or expired domain is where that authority really lives. SEO Domains operates the curated marketplace where that raw material is screened before it is priced.
Why do some 301 redirects fail to pass equity?
A 301 fails to pass equity for three structural reasons and a short tail of implementation faults: the target is not a close topical match, so Google treats the redirect as a soft 404; the redirect sits in a chain or loop that loses signal or never resolves; or the source domain holds no real authority to forward in the first place. The redirect status code being correct is necessary, not sufficient.
The clearest reframing is this. When a 301 returns a clean status and the new page still does not inherit rankings, the instinct is to suspect the redirect syntax. The redirect is almost never the problem. Google forwards signals through 301s reliably when three conditions hold, and equity leaks when any one of them breaks.
The three conditions are relevance, a single clean hop, and a source that has equity worth forwarding. The rest of this guide takes each one apart, then consolidates every leak into one reference table and a diagnostic you can run inside Google Search Console.
A 301 that passes equity
Points to a closely matched replacement page, resolves in a single hop, and originates on a domain with a real, earned backlink profile. Google consolidates the source signals onto the destination canonical.
A 301 that leaks equity
Points to the homepage or an unrelated page, sits inside a multi-hop chain, or starts on a junk domain that never held authority. Google reads a soft 404, drops the chain, or forwards a signal that was never there.
How a 301 is supposed to pass equity
A 301 forwards equity by telling Google the source URL has permanently moved, prompting Google to consolidate the source page’s signals onto the destination as the new canonical. Gary Illyes of Google confirmed in 2016 that 30x redirects no longer dilute PageRank on their own, and John Mueller has described the mechanism as canonical selection that concentrates signals onto the chosen URL.
The working mechanic, in Google’s own words
When Googlebot crawls a URL and receives a 301 response, it follows the redirect, indexes the destination, and treats the destination as the canonical version of the moved page. John Mueller, a Search Advocate at Google, has explained that Google forwards PageRank through 301 and 302 redirects by using them to pick a canonical, which concentrates the signals from those URLs onto the canonical URL. Search Engine Journal reported the same point in its coverage of how 301s pass PageRank.
The dilution worry is outdated. In 2016, Gary Illyes of Google posted that 30x redirects do not lose PageRank anymore, a statement Search Engine Land documented at the time. So the baseline expectation is correct: a properly built 301 to a relevant page forwards the source authority in full.
Where the assumption breaks
The mechanic works, which is why the failures are so confusing. Every condition for a clean transfer is invisible in the redirect itself. You can write a perfect 301 rule, watch it return the right status, and still lose equity because Google evaluated the destination, the path, or the source and found one of them wanting.
That is the whole reason this page exists. The redirect passing a syntax check tells you nothing about whether equity moved. The three sections that follow are the conditions Google really evaluates, and the eight-row table after them is the complete failure list.
Failure mode 1: an irrelevant target and the soft-404 trap
The leading reason a 301 passes no equity is an irrelevant destination. John Mueller has stated that redirecting a page to an unrelated target, such as the homepage, is treated as a soft 404, which passes nothing. Glenn Gabe of GSQI published a case study confirming that 301s to less-relevant pages are seen by Google as soft 404s.
The relevance requirement Google enforces
Google does not forward equity to a destination that fails to answer for the source. John Mueller has put it directly: 301-redirecting a removed page makes sense when you have a one-to-one replacement URL, and without one Google is likely to see it as a soft 404 and treat it like a 404. A soft 404 is a page that returns a success status but is judged to have no real equivalent content, so the redirect is functionally ignored.
Glenn Gabe, a technical SEO consultant at GSQI, documented this in a case study showing that 301 redirects pointing to less-relevant pages were classified as soft 404s by Google. The lesson is that relevance is not a soft preference. It is the gate that decides whether the redirect counts at all.
The bulk-redirect-to-homepage mistake
The classic version of this failure is the migration shortcut. A site removes hundreds of old URLs and 301s every one of them to the homepage to avoid 404s. The redirects resolve cleanly, the developer reports the job done, and not a single one passes equity, because the homepage is not a one-to-one replacement for a discontinued product page or a retired blog post.
The fix is mapping. Each redirected URL needs a destination that genuinely replaces it: the new product page for the old product, the updated article for the retired one, the relevant category page where no exact match exists. The deeper treatment of this rule lives in Relevance requirement for 301 (Koray’s rule), and the underlying mechanism in Does a 301 redirect pass SEO value.
Failure mode 2: redirect chains, loops, and lost hops
A 301 buried inside a chain of redirects leaks equity even when each individual hop is correct. Google Search Central documents that Googlebot follows up to 10 hops in a redirect chain before giving up, and John Mueller has recommended keeping chains under five hops. A redirect loop, where the path never resolves, passes nothing because the destination is never reached.
How chains erode the transfer
A redirect chain is a sequence: URL A redirects to B, which redirects to C, which finally resolves. Individual modern 30x redirects do not dilute PageRank, per the Illyes statement, but the chain as a structure still hurts. Each hop adds crawl latency, increases the chance a step is misconfigured, and risks exceeding the crawler’s tolerance. Google Search Central states that Googlebot follows up to 10 redirect hops, and that beyond a reasonable number the destination can fail to be indexed as intended.
John Mueller has recommended fewer than five hops per chain, reported by Search Engine Journal, with the direct single-hop redirect as the goal. The practical reading is that a chain is a liability to remove, not a structure to tolerate. Collapse A to C into a direct A-to-C redirect and the latency, the misconfiguration risk, and the hop budget concern all disappear at once.
Loops, and the hop budget
A redirect loop is the terminal version of a chain. URL A points to B and B points back to A, so the path never resolves and the browser reports a redirect-loop error. No equity transfers because no canonical is ever reached. These show up in Google Search Console as redirect errors, and they are the first thing to rule out when a redirected page will not index at all.
The compounding risk is that chains and loops hide behind www and HTTPS normalization, plugin conflicts, or stacked migrations from successive site owners. A full treatment of detection and repair sits in 301 redirect chains, which is worth reading before any audit of a domain that has changed hands more than once.
Failure mode 3: the source domain has no equity to pass
A redirect can only forward authority the source domain genuinely holds. If the source is a junk or expired domain bought for an inflated metric, or one carrying a manual action or a toxic backlink profile, there is no real equity to move, and a clean 301 to a relevant page still produces nothing. This is the failure mode the generalist guides skip, and it is where domain quality decides the outcome.
You cannot forward authority that was never there
The redirect mechanics assume a source with signals worth consolidating. When practitioners 301 an aged or expired domain at a money site to inherit its backlinks, the entire play depends on those backlinks being real, relevant, and trusted. A domain whose metrics were inflated by a spam network, or whose links were already devalued in Google’s link graph, has nothing to pass. The redirect works perfectly and forwards an empty signal.
This is why diligence on the source domain is the load-bearing step in any redirect-for-authority strategy. The backlink profile, the link age, the topical relevance of the inherited links, and the absence of a penalty all decide whether the 301 carries weight or carries nothing. The metrics that separate a real profile from an inflated one are documented in the Domain Authority & Metrics hub, and the acquisition diligence in the Expired Domain Fundamentals hub.
Inherited penalties and toxic profiles travel with the domain
Worse than a domain with no equity is one carrying negative signals. A source domain that was previously spammed, hit with a manual action, or wired into a link scheme can pass that liability forward, or fail to pass anything while Google continues to discount its links. DomCop, an expired-domain data platform, has published recovery cost figures in the range of 312 to 9,380 US dollars per penalised property, which is the price of inheriting a problem that diligence would have caught before purchase.
The neutral, honest position is the same one that governs every redirect-for-SEO tactic. Done right, a 301 from a clean aged domain with a real, relevant profile forwards genuine authority and is a legitimate, powerful move. Done wrong, a 301 from a junk or penalized domain forwards nothing or forwards a liability. The variable that separates the two outcomes is the source domain, not the redirect. This is why sourcing screened inventory matters: browse vetted aged and expired domains with clean, read profiles on the SEO Domains marketplace, where the inheritance is evaluated before the domain is listed.
The full failure-mode reference: 8 reasons a 301 leaks
The reasons a 301 fails to pass equity reduce to eight repeatable causes. Each one is a specific condition Google evaluates, each shows up in a detectable way, and each has a documented fix. The table below consolidates them into one reference: the cause, how Google reads it, how to detect it, and the move that resolves it.
Read the table top to bottom and a pattern emerges in the fix column. The repairs converge on three disciplines: redirect to a genuinely relevant page, resolve the path in a single clean hop, and start from a source domain that genuinely holds the authority you intend to forward. The eighth row, source quality, is the one the field rarely names, and it is where the costliest failures begin.
| Failure mode (cause) | How Google reads it | How to detect it | The fix (done-right move) |
|---|---|---|---|
| Irrelevant target (homepage or unrelated page) | Treated as a soft 404, equity ignored | GSC Pages report flags soft 404; source URL not consolidated | Map each URL to a one-to-one relevant replacement |
| Redirect chain (multiple hops) | Latency and hop-budget risk up to the 10-hop limit | Redirect-path tools or GSC inspection show 2+ hops | Collapse to a single direct hop to the final URL |
| Redirect loop | Destination never reached, nothing indexed | Browser redirect-loop error; GSC redirect error | Break the loop; point the source at one final canonical |
| Wrong redirect type (302 where 301 was meant) | Temporary signal; canonical may stay on the old URL | HTTP response shows 302 instead of 301 | Use 301 for permanent moves; reserve 302 for temporary |
| Conflicting canonical or noindex on the target | Mixed signals; Google may pick a different canonical | Target page carries a canonical or noindex pointing elsewhere | Align canonical and indexability with the redirect intent |
| Source domain holds no real equity | An empty signal is forwarded; nothing to consolidate | Backlink audit shows inflated or devalued profile | Start from a screened domain with a real, earned profile |
| Source carries a penalty or toxic profile | Links discounted; liability may travel with the domain | Manual action notice; toxic backlink and spam screen | Vet history and penalty status before purchase |
| JavaScript or meta-refresh redirect instead of server 301 | Slower, weaker signal; not always treated as permanent | Response is 200 with a client-side redirect, not a 301 | Implement a server-side 301 at the HTTP layer |
How to diagnose which failure mode is hitting your 301
Diagnosing a leaking 301 is a six-step sequence run mostly inside Google Search Console. Confirm the status code, trace the hop path, check the destination for soft-404 and canonical conflicts, audit the source domain’s real equity, and watch the GSC reports for consolidation. Each step isolates one of the eight failure modes so the repair is targeted instead of guessed.
The point of the sequence is to stop guessing. Run the steps in order and the failure mode declares itself. The done-right move sits beside each step, and the common mistake that hides the real cause sits underneath it.
-
Confirm the redirect returns a true 301
Check the raw HTTP response, not the browser address bar. A server-side 301 status is the baseline. If the response is a 302, a 200 with a client-side redirect, or a meta refresh, you have found a type fault before looking any further.
The mistake: trusting that the page loads correctly. A working visual redirect can still be a 302 or a JavaScript hop that forwards a weaker signal or no permanent one.
-
Trace the full hop path
Follow the redirect from source to final URL and count the hops. A single hop is the goal. Two or more is a chain to collapse, and a path that never resolves is a loop. Use a redirect-path tracer or the URL Inspection tool in Google Search Console.
The mistake: checking only the first hop. Chains and loops hide three or four steps deep, introduced by HTTPS or www normalization rules stacked over time.
-
Test the destination for the soft-404 trap
Ask whether the target is a genuine one-to-one replacement for the source. Open the GSC Pages report and look for soft-404 flags on the source URL. If the destination is the homepage or an unrelated page, this is failure mode one.
The mistake: bulk-redirecting removed URLs to the homepage. It resolves cleanly and passes nothing, because Google reads an irrelevant target as a soft 404.
-
Check the destination for conflicting signals
Inspect the target page for a canonical tag or a noindex directive that points somewhere other than itself. A redirect that lands on a page disclaiming its own canonical sends Google mixed instructions and can break consolidation.
The mistake: leaving a stray canonical from a template or a migration in place, so the redirect and the canonical fight over which URL is the real one.
-
Audit the source domain’s real equity
If the mechanics are clean and equity still does not move, the source is the suspect. Run a backlink audit on the source domain. Confirm the referring domains are real and relevant, the link age is genuine, and there is no manual action or toxic profile. This is the step the generalist guides omit, and it is where sourcing from screened inventory pays off.
The mistake: assuming an aged domain holds authority because its metrics look high. Inflated or devalued profiles forward an empty signal through a perfect redirect.
-
Watch GSC for consolidation, then re-check
After a fix, give Google time to recrawl, then confirm the source URL is consolidated to the destination and that impressions and links follow. The monitoring workflow is detailed in Monitoring 301 impact in GSC.
The mistake: declaring failure too early. Consolidation takes recrawl cycles, so a result read the day after a fix is not a verdict.
Frequently asked questions
The five questions practitioners raise when a 301 returns a clean status yet the rankings do not follow, answered against Google’s stated guidance and the source-domain distinction this guide draws.
Q1Do 301 redirects still lose PageRank in 2026?
No, not from the redirect type itself. Gary Illyes of Google stated in 2016 that 30x redirects no longer lose PageRank, and that position has held. When a 301 passes no equity in 2026, the cause is an irrelevant target read as a soft 404, a redirect chain or loop, a conflicting canonical, or a source domain that never held authority, not the 301 mechanic.
Q2Why does my 301 redirect resolve correctly but pass no ranking value?
A clean status code only confirms the redirect fires, not that equity moved. The usual cause is an irrelevant destination, which John Mueller has said Google treats as a soft 404. Check that the target is a one-to-one replacement, that the path is a single hop with no chain or loop, and that the source domain holds a real, earned backlink profile.
Q3Does redirecting old pages to the homepage pass their authority?
Rarely. The homepage is almost never a one-to-one replacement for a specific removed page, so Google is likely to treat the redirect as a soft 404 and pass nothing. Glenn Gabe of GSQI documented this in a case study. Map each removed URL to a genuinely relevant destination instead of pointing the whole set at the homepage.
Q4What number of redirect hops is too high for a 301 to pass equity?
Google Search Central documents that Googlebot follows up to 10 hops in a redirect chain, and John Mueller has recommended keeping chains under five. The reliable target is a single direct hop. Collapse any chain so the source points straight at the final destination, which removes the latency and hop-budget risk that chains introduce.
Q5Can a 301 from an expired domain pass equity if the domain has no real backlinks?
No. A redirect forwards only the authority the source already holds, so an expired domain with an inflated or devalued profile passes an empty signal through a perfect 301. The fix is upstream: vet the backlink profile, link age, relevance, and penalty status before acquisition, and source from screened inventory instead of an unvetted drop.
Source domains that actually carry equity
Every redirect-for-authority strategy stands on the source domain. A 301 forwards what the source holds, so a clean aged or expired domain with a real, relevant, penalty-free backlink profile is the raw material of a redirect that passes equity, and a junk domain is where the failure starts. Sourcing from a screened catalogue is the difference between forwarding authority and forwarding nothing. SEO Domains operates that curated marketplace.
Why the source domain decides the outcome
Trace every failure mode in this guide back to its root and three of the eight begin at the source domain. A redirect is a transfer instruction. It cannot create authority, only move what already exists. So the practical starting point for a 301 that passes equity is not the redirect rule. It is a domain whose authority is genuine, relevant, and clean enough to be worth forwarding.
What a source domain worth redirecting looks like
A source domain that holds up survives a profile check before money changes hands. The signals that decide it are documented across the authority-metrics hub:
- Referring domains and the quality, not the raw count, of the links pointing in.
- Topical relevance between the source’s inherited links and the destination it will redirect to.
- Link age and a genuine organic-traffic history, rather than a metric inflated by a spam network.
- A clean penalty and spam screen, with no manual action and no toxic inheritance.
| Check | Junk source (the 301 leaks) | Vetted source (the 301 holds) |
|---|---|---|
| Backlink profile | Inflated or spam-driven | Real, editorially earned |
| Relevance to target | Off-topic inherited links | Topically aligned to the destination |
| Penalty status | Manual action or toxic history | Clean, screened, no penalty |
| Equity available | Empty or negative signal | Genuine authority to forward |
| Redirect outcome | Passes nothing or a liability | Consolidates real signals to the target |
Browse aged and expired domains screened for real authority
The legitimate demand behind every “my 301 is not passing equity” search is access to a source domain whose authority is real enough to forward. That is the product: a clean aged or expired domain, not a tool, not a service, and not a done-for-you scheme. SEO Domains operates the curated marketplace where aged and expired domains are screened across their backlink profiles, relevance, and penalty status before they are listed and priced.
