Skip to Content
OpportunitiesTechnicalSite IssuesPaginationMultiple Pagination URLs

Multiple Pagination URLs

What This Means

There are multiple rel=”next” and rel=”next” attributes on the page (when there shouldn’t be more than a single rel=”next” or rel=”next” attribute). This may mean that they are ignored by the search engines.

What Triggers This Issue

This issue is triggered when a page contains multiple rel=”next” and rel=”next” attributes. For example:

https://www.getasky.com/ Has the tags:

<link rel="next" href="https://www.getasky.com/page2/"> <link rel="next" href="https://www.getasky.com/page3/">

How To Fix

Ensure there is only single rel=”next” or rel=”prev” attribute on a page and URLs are to canonical, indexable pages – so they can be crawled and indexed.


← Back to Pagination

Last updated on