• Resolved prowp7

    (@prowp7)


    Hi,
    Need code snippet to remove the schema “CollectionPage” from the website.
    Thanks and Regards

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

    (@rankmathteam)

    Hello @prowp7,

    Thank you so much for getting in touch and bringing your concern to our attention.

    Please refer to the filter code below to remove the CollectionPage schema from your pages, specifically taxonomies:
    add_filter( 'rank_math/snippet/remove_taxonomy_data', function( $value, $taxonomy ) { return true; }, 10, 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove schema “CollectionPage” from the webpage’ is closed to new replies.