Issues

Response Codes: Internal Redirect Chain

back to issues overview

Internal Redirect Chain

Internal URLs that redirect to another URL, which also then redirects. This can occur multiple times in a row, each redirect is referred to as a ‘hop’.

How to Analyse in the SEO Spider

Use the ‘Response Codes’ tab and ‘Internal’ and ‘Redirect Chain’ filters to view these URLs.

Full redirect chains can be viewed and exported via ‘Reports > Redirects > Redirect Chains’.

What Triggers This Issue

This issue is triggered when an internal URL returns a 3xx response code, that also returns a 3xx response code. Each instance of a redirect in a chain is referred to as a ‘hop’. For example:

https://www.screamingfrog.co.uk/

Redirects to

https://www.screamingfrog.co.uk/2

Which redirects to

https://www.screamingfrog.co.uk/3

And so on.

How To Fix

Ideally all internal links would be to canonical resolving URLs, and avoid linking to URLs that redirect.

Any URL that redirects should reference the final destination, rather than taking multiple ‘hops’ to get there to reduce latency for users, and enhanced efficiency for search engines.

This final URL should ideally resolve to a 200 ‘OK’ status.

Further Reading

Back to top