Archived topic
Pagination Canonicalization
5 replies · Started by Juan on October 18, 2019
Hi, I changed the design of the cover of my blog to show the latest posts instead of a static page.
The problem is that I have generated pages and I do not know how to put the canonical label so that all the pages point to the main page.
Can I use a hook with rel="canonical"? How should I do it?
Hi there,
If you want to manually add the HTML, you can add it to the wp_head hook.
Most SEO plugins should have an option for this as well. For example: https://kb.yoast.com/kb/canonical-urls-in-wordpress-seo/
Thanks Tom, I have found the option to do it with Yoast :)
Awesome :)
What is this solution? I want my paginated pages to point to homepage.
Looks like Tom provided a solution?
https://generatepress.com/forums/topic/pagination-canonicalization/#post-1038557
If not, I would recommend checking with the support team of YoastSEO (or whatever SEO plugin you are using).