Answer the question
In order to leave comments, you need to log in
Should I display pagination if I use link rel="prev|next"?
Hello!
There is a site, categories in which are divided into pages. Each page has a tag <link rel="prev|next|first|last">
(depending on the page number. For example, the first one will have the tags: <link rel="next">
and <link rel="last">
)
For navigation, the user uses the paginator3000 script
For those who are not in the know, the layout with it will look something like this:<div class="paginator" id="paginator"></div>
That is, an empty div. There are no links to other pages inside
<div class="paginator" id="paginator">
<a href="/cat/page2.html">2</a>
<a href="/cat/page3.html">3</a>
...
</div>
<link rek="prev|next">
? Answer the question
In order to leave comments, you need to log in
I display them, so it is easier for the search engine to understand your pagination, it may seem convenient for the user, but not for the robot ...
In the end, the extra two lines in you will not harm)
It is better to remove pagination altogether. this is the last century)
Use js to load content.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question