Yes! I can put a simple keyword. But I use the keyword for SEO Images on Rank Math 😉
Thanks a lot!
Hello,
Thank you for contacting the support.
Unfortunately, we do not have an option to remove the SEO Score.
However, you can use this custom filter with CSS to achieve the desired output:
add_action('admin_head', 'remove_seo_scores');
function remove_seo_scores() {
echo '<style>
.score-text, .rank-math-column-display.seo-score{
display: none !important;
}
</style>';
}
You can add the filter by following this guide:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope this helps.
Thank you.
Hello,
We are super happy that we could address your concern. If you have any other questions in the future, know that we are here to help you.
If you don’t mind us 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 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.