Replies: 0
Hi,
We are facing an issue with the value of the canonical tag on paginated archive pages.
YOAST Version: 17.8
WP Version: 5.7.4
We are also using LiteSpeed Cache on the server.
The link of the canonical tag is relative as you can see from the source code of the following page:
https://detoi.gr/product-category/andrika/kaltses/klasikes/
The next paginated page: https://detoi.gr/product-category/andrika/kaltses/klasikes/page/2/
is also having a relative link as a canonical which leads to a 404 page.
We hage the following two canonical tags:
<link rel=”canonical” href=”//detoi.gr/product-category/andrika/kaltses/klasikes/” />
<link rel=”canonical” href=”//detoi.gr/product-category/andrika/kaltses/klasikes/page/2/page/2/” />
We do not have this issue with the blog pages and the canonical tag is working fine there (absolute url)
I also found a relative topic here but the solution given does not fixed the issue for me.