Technical check group
Pagination checks
The first page of a paginated series should not have rel="prev" tags. The catalogue currently contains 9 checks in this group.
| State | Evidence | Owner |
|---|---|---|
| Observed | PaginationPage-level source retained | Audit |
| Reviewed | Decision recordedScope and value inspected | Human |
| Verified | Public response readOutcome has separate proof | System |
Rule catalogue
Review each condition before turning it into work.
First Page Pagination
The first page of a paginated series should not have rel="prev" tags.
Non-Indexable Pagination
Paginated pages should be indexable unless intentionally blocked. Check robots directives.
Pagination Sequence Error
Pagination should follow a logical sequence. Check rel="next" and rel="prev" tags.
Paginated to 2 Pages
Consider if pagination is necessary for only 2 pages. May be better as single page.
Contains Pagination to Self
Pages should not contain pagination links to themselves.
Non-200 Pagination URLs
Pagination URLs return non-200 status codes. Fix broken pagination links.
Multiple Pagination URLs
Page has multiple conflicting pagination implementations. Use only one method.
Unlinked Pagination URLs
Pagination pages exist but are not linked from the pagination sequence.
Pagination URL Not in Anchor
Pagination should be implemented with proper anchor tags for crawlability.