Checks · redirect
Redirect Loop
Error redirect.loop
What it means
The redirect chain returns to a URL it already visited, so it never resolves. The page is unreachable for users and crawlers alike.
How to fix it
Find the two rules redirecting into each other — most often a trailing-slash rule fighting a canonical-host rule — and make one of them terminal.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Redirect Loop. The grid filters to every affected URL and the detail pane shows the specific finding for each. Export the list with Export → Current view, or from the API:
GET /api/v1/crawls/{handle}/issues/redirect.loop