Hello,
I’m sorry to hear that you couldn’t find a solution in the article you mentioned. To remove the og:locale
tag in Rank Math, you can follow these steps:
- Go to your WordPress Dashboard.
- Navigate to Rank Math > Titles & Meta > Local SEO.
- Scroll down to the og:locale section.
- Remove the existing value or make sure it is set to the correct language.
If you still encounter issues or need further assistance, please feel free to reach out to our support team by opening a support ticket here. They will provide you with more specific guidance based on your website’s configuration.
Thank you for raising this concern, and we appreciate your patience.
Sources:
How to Disable All Rank Math Generated SEO Tags » Rank Math
How to Fix the ‘og: image’ Property Should Be Explicitly Provided » Rank Math
Sorry to say but I couldn’t find any “og:locale” section under “Rank Math > Titles & Meta > Local SEO”. Could you please screenshot so I can understand this.
Hello,
Thank you for contacting Rank Math support.
Please ignore the bot’s reply, as there is no setting in our plugin to remove the og:locale tag. You will have to use the following filter for that:
add_filter( "rank_math/opengraph/facebook/og_locale", '__return_false');
We have tested it on our end, and it is working fine. Here is a guide to help you add the filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Please make sure to clear the cache of your site after adding the filter. If the tag is still present then it must be coming from some other plugin. Please share the site URL so we can verify that.
Looking forward to helping you.
Thank you so much for helping me.
How I got my solution (for someone who is getting same problem).
Navigate to Appearance → Theme File Editor and select “functions.php” file.
In functions.php file, you have to add this code “add_filter( “rank_math/opengraph/facebook/og_locale”, ‘__return_false’);” (without quotation marks).
Save the file and you are good to go.
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
https://www.trustpilot.com/evaluate/www.rankmath.com
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.