social media links

#431502
Viewing 1 replies (of 1 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math.

    Can you please let us know the tool you are using to check?

    Also, ensure that you have added the Twitter Username correctly at Rank Math > Titles & Meta > Social Meta > Twitter Username
    https://rankmath.com/kb/titles-and-meta/#twitter-username

    To add the sameAs links, you can modify and use this filter:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
        if ( isset( $data['publisher'] ) ) {
            $data['publisher']['sameAs'] = ['https://twitter.com/RankMath', 'https://facebook.com/....'];
        }
        return $data;
    }, 99, 2 );

    Replace https://twitter.com/RankMath, etc with your links.

    You can follow this guide to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope this helps.

    We look forward to helping 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.

Viewing 1 replies (of 1 total)

The ticket ‘social media links’ is closed to new replies.