Checks · pagination
Unlinked Pagination URL
Warning pagination.unlinked
What it means
A paginated page is reachable only through rel=next/prev, with no ordinary anchor linking to it. Google does not use rel=next/prev for discovery any more, so these pages depend on nothing.
How to fix it
Add real <a href> links to the paginated pages — numbered page links, not just next/previous arrows.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Unlinked Pagination URL. 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.unlinked