Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
You can try to use the following filter on your website to change the og:locale
.
add_filter( "rank_math/opengraph/facebook/og_locale", function( $content ) {
$content = 'en_AU';
return $content;
});
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.
That has worked – thanks a lot!
Jimmy
Hello,
We are glad to know that this issue has been resolved. Thank you for letting us know.
This ticket will be closed now, but you can always open a new one if you have any other questions or concerns. We are here to help you with anything related to Rank Math.
We appreciate your patience and cooperation throughout this process.
Thank you for choosing Rank Math.