Hello,
Thank you for contacting Rank Math and bringing your concern to our attention.
Unfortunately, changing the og:type
meta tag is not available in Rank Math settings.
However, you can use this filter to change it manually (this applies to your whole site):
add_filter( "rank_math/opengraph/facebook/og_type", function( $content ) {
$content = 'video.other';
return $content;
});
And here’s a link on how to apply a filter on your site:
https://rankmath.com/kb/filters-hooks-api-developer/
Hope that helps.
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.