Hello,
Thank you for contacting Rank Math support, and sorry for the unexpected delays and any inconvenience that might have been caused due to that.
Multiple Social meta options were removed from our settings as they are not required anymore for the Knowledge Graph by Google and Bing.
If you wish to include the meta tags for the same, please use the below filter code and add it your theme’s function.php
file:
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
if ( isset( $data['publisher'] ) ) {
$data['publisher']['sameAs'] = [
'https://www.instagram.com/example',
'https://inkedin.com/example',
'https://www.facebook.com/example',
'https://www.facebook.com/groups/example',
'https://www.youtube.com/channel/example'
];
}
return $data;
}, 99, 2 );
Here’s how you can add a filter to your site:
https://rankmath.com/kb/filters-hooks-api-developer/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
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.