At some later point, you choose to redirect URL B to URL C.In this case, you've created a redirect chain from URL A to URL B to URL C.Google can comfortably handle up to 10 redirect "hops." To resolve this problem, redirect URL A to URL C (bypassing URL B). A redirect loop happens when a URL redirects to a different URL, and then that second URL redirects back to the first one, creating a never-ending cycle of redirects. JavaScript Redirect FAQsWhat Is a JavaScript Redirect? A JavaScript redirect is a method that uses JavaScript to direct a browser from the current webpage to a different URL.