Checks · pagination
Pagination Loop
Error pagination.loop
What it means
The page declares itself as its own next or previous page.
How to fix it
Fix the template: the last page should have no rel=next, the first no rel=prev.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Pagination 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/pagination.loop