How to find URLs that redirect back to itself
When a page redirects back to itself, it means that the redirect location is the same as the redirecting page. For example, https://example.com/page-1 – 301 – https://example.com/page-1. An endless redirect loop will occur until the browser crashes. Using JetOctopus, you can quickly find pages with redirects back to itself. How do I check for URLs […]