Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @vikasbobi,

    Thank you for reaching out to us.

    We automatically added the WebPage Schema to provide search engines with structured information about a web page’s content. It is part of the larger schema.org vocabulary.

    To remove that schema in your pages, please refer to this filter code:
    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) { unset ($data['WebPage']); return $data; }, 99, 2 );

    You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps, and please do not hesitate to let us know if you need our assistance with anything else.

    Thread Starter vikasbobi

    (@vikasbobi)

    Hi there

    added the code as mentioned in article

    https://prnt.sc/P8tCPxnsNpqc

    but now there is added i more schema webpage + unspecified

    https://prnt.sc/T_fLXhO4N64I

    Looks like code is not working

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @vikasbobi,

    We just checked the page and it’s not showing any unspecified type at the moment. Plus, the Schema markup on the page is not coming from our plugin at the moment.

    If you continue to experience issues with the Schema after activating the plugin please leave it on while we debug the issue so we can understand where that type is coming from.

    Looking forward to helping you.

    Thread Starter vikasbobi

    (@vikasbobi)

    yes its not showing any unspecified schema now as I removed the suggested code but you can check it at screen shot sent by me above.

    just tell me is it will be ok if I ll not remove the webpage schema & there’ll be schema service also.

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @vikasbobi,

    It’s not advisable to have an unidentified type in the Schema hence why we were asking for you to set the website in a state where it would reproduce this so we can check where that is coming from.

    Looking forward to hearing back from you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why showing other schema mark up’ is closed to new replies.