Adding rel- next and prev and canonical links on paginated pages
-
I am looking to add the following meta tags in the header.
<link rel=”canonical” href=”https://mywebsite.com/auto/page/2/”/>
<link rel=”prev” href=”https://mywebsite.com/auto/”/>
<link rel=”next” href=”https://mywebsite.com/auto/page/3/”/>It is easy to add canonical tags on single pages, but a bit tricky for paginated pages.
Can anyone help me with the code?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding rel- next and prev and canonical links on paginated pages’ is closed to new replies.