Change canonical in main page
-
Hi, I want to change the canonical for the main page. By default they look like this:
<link rel=”canonical” href=”https://www.website.com/page/5/” />
<link rel=”prev” href=”https://www.website.com/page/4/” />
<link rel=”next” href=”https://www.website.com/page/6/” />I want them like this:
<link rel=”canonical” href=”https://www.website.com/” />
<link rel=”prev” href=”https://www.website.com/page/4/” />
<link rel=”next” href=”https://www.website.com/page/6/” />I saw that it is not recommended as such, but I want to have it like that to do some tests, someone tells me how to do it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change canonical in main page’ is closed to new replies.