I am looking to add the following meta tags in the header.
<link rel="canonical" href="http://mywebsite.com/auto/page/2/"/>
<link rel="prev" href="http://mywebsite.com/auto/"/>
<link rel="next" href="http://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?