Pagination "Canonical" with rel=next, rel=prev

by An Boi
0 replies
  • SEO
  • |
I need and advise in the following question

Should i use "canonical" at pagination if the rel=next rel=prev alredy implemented?
Please check the below two version.
My question is which is better V1 or V2

Thank you

V1
<link rel="canonical" href="http://xxxdoboz.hu/akkus-gepek" />
<link rel="prev" href="http://xxxdoboz.hu/akkus-gepek?p=1" />
<link rel="next" href="http://xxxdoboz.hu/akkus-gepek?p=3" />

V2
<link rel="prev" href="http://xxxdoboz.hu/akkus-gepek?p=1" />
<link rel="next" href="http://xxxdoboz.hu/akkus-gepek?p=3" />
#canonical #pagination #relnext #relprev

Trending Topics