Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
It is not recommended to remove these tags from your post since you may end up getting penalized by Google. If you would like to go ahead and remove these tags, you can add the following code to your theme’s functions.php file:
/**
* Rank Math code to change the content of specific social meta tags.
*
* The dynamic part of the hook name. $network, is the network slug
* and $og_property, is the property which we are outputting.
*
* @param string $content The content of the property.
*/
add_filter( "rank_math/opengraph/facebook/article_published_time", function( $content ) {
$content = '';
return $content;
});
add_filter( "rank_math/opengraph/facebook/article_modified_time", function( $content ) {
$content = '';
return $content;
});
add_filter( "rank_math/opengraph/facebook/og_updated_time", function( $content ) {
$content = '';
return $content;
});
I hope this info helps. Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.