Hello,
Thank you for contacting Rank Math, and sorry for any inconvenience caused.
It seems your theme is adding the meta description.
Please look into your theme’s header.php file and remove that extra meta description tag as well as the keyword tag.
If it is not in the theme, it might be added using another plugin.
To determine that, please follow this troubleshooting guide:
https://rankmath.com/kb/check-plugin-conflicts/
Please let me know if you find the culprit.
Only the site admin would know and your users won’t be affected by this troubleshooting.
Looking forward to helping you.
Dear Anas,
My problem single post description %excerpt% remove issue. How to not use excerpt for Meta Description . I dont want %excerpt% tag in page and post. Because the copy causes the meta description. This very big problem
Best Regards,
Ali KORKMAZ
Hello,
Thank you for following up.
You can change the default variable %excerpt%
for your posts and pages in WordPress Dashboard > Rank Math > Titles & Meta > Post:
https://rankmath.com/kb/titles-and-meta/#single-page-description
However, since you mentioned that your meta description is being duplicated, you can remove all the Rank Math generated meta description from the head of your pages. You can add this code to your theme’s functions.php file:
/**
* Allow changing the meta description sentence from within the theme.
*
* @param string $description The description sentence.
*/
add_filter( 'rank_math/frontend/description', function( $description ) {
$description = "";
return $description;
});
I hope that helps. Thank you, and looking forward to your update.
I sloved my problem thank you for helps
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.