Do you mean you want to remove all the pagination page numbers on the homepage?
You should insert this code either into the functions.php file of the child theme or by using the CodeSnippet plugin available here: https://wordpress.org/plugins/code-snippets/
I'd like to canonicalize home page pagination.
www.ricetteromane.it/page/2/
www.ricetteromane.it/page/3/
...
www.ricetteromane.it/page/115/
All of these should have as canonical
www.ricetteromane.it
How could I do it?
Ty.
Hi,
About this case, please follow the document at this link: https://rankmath.com/kb/how-to-change-canonical-url/
Regards,
PenciDesign.
Ok. But for home page?
I put
<rel="canonical" href="https://www.ricetteromane.it">
in the header.
Do it solve this problem about home page pagination?
Hi,
No. The Rank Math plugin will manage this link, you don't need to put this content in the header.
Regards,
PenciDesign.
Ok. So, how can I put canonical for home page in Rank Math?
Hi,
I mean the canonical link will auto-insert by the RankMath plugin, you don't need to manually insert it.
Regards,
PenciDesign.
Check results of links:
www.ricetteromane.it/page/2/
www.ricetteromane.it/page/3/
...
In url you can see for instance...
but you see always home page in all different urls.
Hi,
Do you mean you want to remove all the pagination page numbers on the homepage?
You should insert this code either into the functions.php file of the child theme or by using the CodeSnippet plugin available here: https://wordpress.org/plugins/code-snippets/
Regards,
PenciDesign.