Non-200 Pagination URLs
What This Means
URLs contained in the rel=”next” and rel=”prev” attributes do not respond with a 200 ‘OK’ status code. This can include URLs blocked by robots.txt, no responses, 3XX (redirects), 4XX (client errors) or 5XX (server errors). Pagination URLs must be crawlable and indexable and therefore non-200 URLs are treated as errors, and ignored by the search engines.
What Triggers This Issue
This issue is triggered when URLs in the rel=”next” and rel=”prev” attributes do not respond with a 200 ‘OK’ status code. For example:
https://www.getasky.com/ Has the tag:
<link rel="next" href="https://www.getasky.com/page2/"> But https://www.getasky.com/page2/ returns a 404 ‘Page Not Found’ response code.How To Fix
Ensure paginated URLs are to canonical, indexable pages – so they can be crawled and indexed.
Last updated on