-
I actually have another issue or tremendous bug I found in rankmath.
I recently installed translatepress WP plugin to translate my website into multiple languages. It creates subdirectories (e.g. xxx.com/de, xxx.com/fr, etc)
If I look on the code that your plugin generates on the DOM:
https://ibb.co/6nXR0s3
I see that your plugin automatically add a wrong canonicalisation to all my subdirectories!
I first complained about that with translatepress cause I tought it was on their side, but they confirmed that it’s instead on rankmath.
It seems your plugin is completely misunderstanding the canonicalisation and adding a wrong canonicalisation.The image in the above link was obtained doing view-source:https://mistresskym.com/it/
(see by yourself)
You see? You set https://mistresskym.com/it/ as the canonical link, but that is completely wrong as explained by google, all SEO experts and yoast:
https://yoast.com/rel-canonical/#canonical-link-elementThe canonical should be set as such:
<link rel=”canonical” href=”https://mistresskym.com/”/>
for that particular page!!!What you are doing is to canonicalize the page to itself (which doesn’t make much sense)… rather than signaling google that “/it/ page” is a canonical of the homepage!!!
I have investigated and this issue is jeopardizing our ranking and our repuation vs. google as you can see here:
https://ibb.co/M1ttDzPSo pls fix this asap!!!
Thanks
Kind regards
The ticket ‘URGENT > SEO ranking jeopardized: very severe canonicalisation bug’ is closed to new replies.