: Implementaiton of rel="prev" and rel="next" inside a site code? I searched a lot regarding my question, but I never found the exact piece of information explaning how to implement rel="prev" and
I searched a lot regarding my question, but I never found the exact piece of information explaning how to implement rel="prev" and rel="next" inside the code of a certain site?
I'll be very greatful if some could give me good imformation on this matter.
More posts by @Debbie626
1 Comments
Sorted by latest first Latest Oldest Best
You add it to your head
<head>
<title>Example</title>
<link rel="prev" href="prev_page.html" />
<link rel="canonical" href="current_page.html" />
<link rel="next" href="next_page.html" />
</head>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.