Hello,
We apologize for the issue you are facing. To add the “ tag using Rank Math, you can follow these steps:
-
Install and activate the Rank Math plugin on your WordPress site. If you haven’t installed it yet, you can find step-by-step instructions in the Rank Math setup guide.
-
Once Rank Math is activated, you can include the keywords meta tag by using a filter in your theme’s functions.php or rank-math.php file. You can create a rank-math.php file in the path /wp-content/themes/theme-name/rank-math.php using FTP or cPanel File Manager.
-
Open your theme’s functions.php or rank-math.php file and add the following code snippet:
/**
* Add .
*/
add_filter( 'rank_math/frontend/show_keywords', '__return_true');
-
Save the changes to your file.
By adding this filter, Rank Math will display the keywords meta tag on your website.
Please note that while you can add this tag, search engines like Google no longer use it as a ranking signal. However, if you still want to include it for other reasons, you can follow the steps mentioned above.
If you have any further questions or need assistance, feel free to ask!
Sources:
How to Add Keywords to WordPress » Rank Math
Hello,
Thank you for contacting us and bringing your concern to our attention.
If you want to use the focus keyword set within Rank Math as a meta keyword then you can add the following filter on your website:
add_filter( 'rank_math/frontend/show_keywords', '__return_true');
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Thank you.
Dear Rank Math Team,
I wanted to express my gratitude for your continued support and the valuable features you provide.
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.