Rich snippets / Schema

#342968
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

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

    Please note that according to Google, the author is required for some schema, such as the Article Schema, so removing that from your website would cause issues on pages that use that type of Schema.
    https://developers.google.com/search/docs/advanced/structured-data/article

    However, if you want to remove it, you can add the following filter in the theme’s functions.php file:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
        if(isset($data['ProfilePage'])) {
            unset($data['ProfilePage']);
        }
    
        return $data;
    }, 99, 2);

    On the other hand, ranking on search engines like Google depends on so much more than just on-page optimization. You could have the “perfect” content, and still, struggle to make it to the top 10 results in SERPs (search engine results pages).

    Here are just a few of the most notable factors (of the ones that people are aware of) that Google considers when evaluating websites:
    https://rankmath.com/kb/does-installing-rank-math-guarantee-rankings/#num-1-website-performance

    I hope that helps.

    Thank you.

    Thank you for your help

    I was talking about the schema featured snippets,

    Before I had 30 featured snippets and now 0 I may need an invoice for the payment done with these details.

    Not sure why I have less and how can I optimize in order to recover them.

    Hello,

    Can you please let us know which part of the rich snippets you are having issues with? Are you referring to the title and the description in the snippet?

    Also, please share some of the affected URL so we can take a closer look at it.

    Looking forward to helping you on this one.

    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 4 replies - 1 through 4 (of 4 total)

The ticket ‘Rich snippets / Schema’ is closed to new replies.