What counts as a redirect chain and why is it bad?

CSV upload, PageRank calculation, crawl depth and result interpretation.
Post Reply
felix_r
Posts: 7
Joined: Thu Jul 03, 2025 4:12 pm

What counts as a redirect chain and why is it bad?

Post by felix_r »

I see 'redirect chain' warnings in LinkJuice. My CMS creates 301s when pages move. At what point does this become a problem and how does it affect PageRank?
Kate M.
Posts: 27
Joined: Sat Aug 23, 2025 3:24 pm

Re: What counts as a redirect chain and why is it bad?

Post by Kate M. »

A redirect chain is 2+ redirects in sequence: A → B → C. Each hop loses a small amount of PageRank equity (Google passes roughly 99% per hop, but the crawl cost compounds).

More importantly, internal links pointing to redirect URLs waste crawl budget and PageRank. LinkJuice flags any internal link whose destination returns a 3xx status code — these should be updated to point directly to the final URL.

Single redirects (A → B) are acceptable but should still be cleaned up over time.
James
Posts: 12
Joined: Tue Dec 09, 2025 2:53 am

Re: What counts as a redirect chain and why is it bad?

Post by James »

Has anyone tried combining the LinkJuice export with a PageSpeed Insights run? We added CWV scores as a third column to the export and now we prioritise pages that have both poor internal linking AND poor Core Web Vitals — those are the ones crawlers struggle with most.
Emma
Posts: 12
Joined: Fri Oct 03, 2025 3:40 am

Re: What counts as a redirect chain and why is it bad?

Post by Emma »

We do quarterly internal link audits now. The before/after comparison feature is genuinely useful — I can show my client a concrete 'your PageRank went from 0.4 to 1.1' for the target page after our linking sprint. Much easier to justify the work than just showing ranking screenshots.
Post Reply