Fix redirect loop
A redirect loop occurs when URL A redirects to B and B redirects back to A. Browsers and crawlers abort; pages won't be indexed.
Common causes
- Circular redirects between URLs.
- www and non-www redirecting to each other.
- Protocol or path mismatch in redirect chain.
How to fix
- Ensure a single final destination for each path.
- Use Redirect Chain Checker to trace the full chain.
- Fix the redirect target.
You might also be interested in