What Is a Redirect Loop?
A redirect loop happens when one URL sends the browser to another URL and that page sends the browser back again, or into another circle. The route never reaches a stable final page.
Simple answer: A redirect loop is a broken route that keeps bouncing between URLs. Fix the rule that sends traffic back into the circle.
- What a redirect loop is
- How loops happen
- Why loops break crawling and trust
- How to find the bad hop
- How to stop the loop quickly
Plain meaning: this lesson connects the beginner definition to the business system Groew builds around it.
A loop means the route never finishes
A redirect loop is not just a long path. It is a path that keeps circling without landing on a stable final page. The browser asks for one URL, gets redirected, and then gets redirected again back into the same problem.
That can happen with server rules, canonical confusion, script redirects or a mix of old and new route rules.
For the user, the result feels broken. For the crawler, it wastes time and can stop useful discovery.
Loops usually come from two pages disagreeing about ownership
The common cause is simple. Page A sends to Page B and Page B sends back to Page A. Another pattern is a longer circle where several pages keep passing the request around until nothing resolves.
This can also happen when a redirect rule and a canonical signal disagree, or when a script redirect meets a server rule that points back the other way.
The loop is a symptom of route disagreement. The fix is to find the disagreement and remove it.
| Pattern | Loop risk | What it means |
|---|---|---|
| A to B to A | High | Two pages disagree |
| A to B to C to A | High | A longer circle exists |
| Redirect plus canonical mismatch | Medium | Signals fight each other |
| Script plus server conflict | Medium | Different layers send different answers |
Loops waste crawl time and make route ownership unclear
Google Search Central treats redirects as part of site move work. If the route never resolves, the move work fails. The crawler can spend time following the loop instead of finding the page that should be indexed.
That makes loops especially dangerous during redesigns and migrations. The team thinks the route is live, but the crawler cannot settle on a final answer.
A stable final URL matters more than a clever route path.
Find the first bad hop and test the full circle
The fastest way to diagnose a loop is to start at the first URL and follow the chain step by step. When the browser comes back to a page it already saw, the loop is found.
Then check the server rules, internal links, canonical tags and any script redirects that could be sending traffic in circles. The first bad hop is usually where the fix belongs.
Once the bad hop is removed, retest until one clean destination remains.
The common mistake is fixing only one side of the circle
Teams sometimes change one redirect rule and assume the loop is gone. If another rule still points back into the circle, the problem stays alive. Every side of the route has to agree.
Another mistake is leaving old internal links or a stale sitemap entry in place after the redirect is changed. Those old references can drag the site back into the loop.
The fix must include the rule, the links and the final URL.
Loops destroy trust because they turn a useful path into a dead end
A redirect loop blocks owned demand from reaching the page that should receive it. That hurts user trust, wastes crawler effort and makes migration recovery slower.
Groew treats loop cleanup as Revenue Infrastructure because a business cannot compound on routes that keep trapping visitors. The route has to land somewhere stable.
The real goal is not only to break the circle. The goal is to make the route easy to govern the next time the site changes.
Research and expert notes
Use these notes to understand how current search updates, AI answer surfaces and audit platforms change the way this topic should be checked.
Search standards to keep in mind
Use these rules as guardrails before changing page structure, links or crawl settings. They keep the lesson connected to current search standards instead of one off tactics.
Redirect loops are one of the clearest signs that the site lost route discipline. The browser is being sent in circles because two or more signals disagree about ownership. In one recovery, the site had more than 200 technical errors before the foundation was repaired and the decline stopped within 90 days. That is why loops should be treated as a priority fix, not a cosmetic issue.
Questions about What Is a Redirect Loop?
Where this connects next
Use these links after the core lesson is clear. Each route takes the internal linking idea into a file, tool, service or next decision.
Learn the next topic here.
These lessons continue the same business problem from a different angle. Use them to move from one definition to a working acquisition system.
Read the deeper Groew analysis.
These insights connect the lesson to search visibility, AI answers, and Revenue Infrastructure decisions.
Check what this means for my business.
Use Groew's free tool to turn this lesson into a practical next step for your website, ads or acquisition system.
Run My Free Check