Skip to content

Technical checks

Pagination checks

Pagination loops can trap crawlers. Fix rel=prev/next implementation. You’ll find 11 checks in this group.

Change historyEXAMPLE / TRACE
Example evidence, review, and verification states
StateEvidenceOwner
FoundPaginationOriginal page and available evidence recordedAudit
ReviewedDecision recordedA person checked the target and proposed valueHuman
CheckedPublic page readLive result recorded separatelyNetrix
Product illustration only. It shows how statuses work, not a customer result.

All checks in this group

Open a check to see what triggered it and what to do next.

Pagination Loop

Pagination loops can trap crawlers. Fix rel=prev/next implementation.

pagination_issues

First Page Of A Paginated Series

This page starts a paginated series: it declares rel="next" and no rel="prev". Recorded so the series is visible in the crawl; nothing here needs fixing.

pagination_first_page

Non-Indexable Pagination

Paginated pages should be indexable unless intentionally blocked. Check robots directives.

pagination_nonindexable

Pagination Sequence Error

Pagination should follow a logical sequence. Check rel="next" and rel="prev" tags.

pagination_sequence_error

Page Within A Paginated Series

This page declares rel="prev", so it follows another page in a series. Recorded so the series is visible in the crawl; nothing here needs fixing.

pagination_paginated_2_pages

Page Declares Pagination

This page declares rel="prev" or rel="next". Recorded so the paginated parts of the site are visible in the crawl; nothing here needs fixing.

pagination_contains_pagination

Non-200 Pagination URLs

Pagination URLs return non-200 status codes. Fix broken pagination links.

pagination_non200_pagination_urls

Multiple Pagination URLs

The document declares next or previous more than once across HTML and HTTP Link headers. Check for duplicate or conflicting destinations. These annotations are optional and Google no longer uses rel=next/prev for indexing; keep sequential anchor links crawlable regardless of annotation choice.

pagination_multiple_pagination_urls

Unlinked Pagination URLs

Pagination pages exist but are not linked from the pagination sequence.

pagination_unlinked_pagination_urls

Pagination URL Not in Anchor

Pagination should be implemented with proper anchor tags for crawlability.

pagination_pagination_url_not_in_anchor_tag

Self-Referencing Pagination

Point optional next/previous annotations to the appropriate adjacent page, or remove the incorrect annotation. Google no longer uses rel=next/prev for indexing; this detects an inconsistent declared relationship, not a Google indexing failure. Preserve crawlable sequential anchor links.

pagination_self_reference