-
Hey guys, I’ve recently inherited SEO responsibilities for spiritleaf.ca and my first move was to switch them from Yoast to Rank Math.
However, the meta descriptions aren’t working properly. I can see the meta description from Rank Math in the source code, but Google is saying it is missing in both Search Console and on web.dev/measure
There is an empty meta description tag in the head (_template.php), I believe Yoast was overriding that tag and adding its own. I’m not sure how Rank Math handles this but should I inject Rank Math’s description value into that empty tag?
I was also wondering if it might work to just remove that empty meta tag in template.php incase Rank Math sees that tag and thinks it’s an override so doesn’t mess with it.
Here’s the code for the empty meta description tag from the template.php:
<title><?php print( wp_title() ); ?></title> <meta name="description" content=""><?php
The ticket ‘Rank Math Title/Meta Description Issue’ is closed to new replies.