Social meta for my Instagram and Linkedin

#360035
  • Resolved Gillmore Gutura
    Rank Math free

    Hi there ,
    I need to add my social profiles on my Google My Business profile. I read somewhere that you can update schema for the sameAs property – I am unsure as to where I can do that? My site is WordPress. Please help.

    Thanks,
    Gillmore.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. Iā€™m sorry for the delay and for any inconvenience this issue may have caused you.

    Please note that Google has changed a lot, and they get more intelligent every passing minute with AI and countless algorithms they have in place. They pick the Social profiles from across the web and they do not need you to have the ā€œsameAsā€ tag to show the social profiles:

    https://www.semrush.com/blog/google-knowledge-panel/

    However, please try modifying and using this filter to update the sameAs Schema on your site:

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

    And hereā€™s a guide on how to apply this to your site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope this helps. Let us know if you need any other assistance.

    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 meta for my Instagram and Linkedin’ is closed to new replies.