Scheme seems not to be working

#337974
  • Resolved Tanner Campbell
    Rank Math free

    First, I’m ignorant of this process and fully understand my lack of understanding re: structured data and schema is not your responsibility to solve. That said, I’m hopeful you can give me some quick insights to move forward with my personal project.

    I have a fresh install of WordPress and I’m running Elementor Pro on the Hello theme.

    I recently claimed a Google Knowledge panel and am trying my hardest to figure out how to configure RankMath so that Google’s Rich Results Test sees the following information:

    {
    "@context": "https://schema.org/",
    "@type": "Person",
    "name": "Tanner Campbell",
    "url": "https://tannerhelps.com",
    "image": "https://tannerhelps.com/wp-content/uploads/elementor/thumbs/Tanner-Circle-Transparent-pjxqicix5eyyuaxitq1kuc53a9uy682lpg0rzb68p4.png",
    "sameAs": [
    "https://twitter.com/tannerhelps",
    "https://linkedin.com/in/tannercampbell",
    "https://instagram.com/tannerhelps",
    "https://facebook.com/tannerhelps"
    ],
    "jobTitle": "Podcast Expert",
    "worksFor": {
    "@type": "Organization",
    "name": "Tanner Campbell Consulting, LLC"
    }
    }

    But try as I might, and I think I’ve done everything correctly, all the results of the Rich Content test shows is this: https://search.google.com/test/rich-results/result?id=6AQ5wRVBK6kZxHK7y8pFVw

    I’m expecting it to show me a bunch of stuff like, social handles and my name, and all the rest of it… but maybe that expectation is wrong?

    Essentially I don’t know if I’m doing this right and while I’m not a premium user of RankMath, I’m hoping someone can hold my hand a little bit and help me understand what I’m doing wrong.

    Thanks.

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 in your Knowledge Panel:

    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 link to how to apply this to your site:
    https://rankmath.com/kb/filters-hooks-api-developer/#adding-filters-and-hooks-in-rank-math-php

    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 ‘Scheme seems not to be working’ is closed to new replies.