Pagination tags rel='prev' and rel='next' linking between pages

Posted in: Newspaper
Post count: 29

On the website https://wwww.90sfashion.com I’m seeing in the source code on all my pages code with the rel=’prev’ rel=’next’ linking in sequence from blog posts to blog post.

For example in the source code on this page: https://www.90sfashion.com/90s-tracksuits-your-dad-called-he-wants-his-outfit-back/

I see this code:

<link rel=’prev’ title=’90s Tank Tops – The Least Amount of Effort You Can Possibly Make’ href=’https://www.90sfashion.com/tank-tops/&#8217; />
<link rel=’next’ title=’21 British Game Shows of the 90s That Warmed the Cockles ’ href=’https://www.90sfashion.com/21-british-game-shows/&#8217; />

However I don;t want the re prev rel next tags connected between each blog post as these tags should only be connected on a paginated series: page 1, page 2, page 3 etc.

How can I remove the rel=prev and rel=next on pages and posts on the website?

Post count: 35449

Hi joe90s,

The tags rel=’prev’ and rel=’next’ from inside the articles are coming from this element -> https://i.imgur.com/vKNxTxf.png you can remove these tags if you remove the element -> https://i.imgur.com/mBEaYyB.png or if you make some changes in theme files.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.