Schema displaying on page

#89969
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for getting in touch with us.

    Please add the following filter to your theme functions.php file and let us know if the issue gets resolved:

    
    /**
     * Filter: Allow disabling the review display.
     *
     * @param bool $return true to disable.
     */
    add_filter( 'rank_math/snippet/review/hide_data', '__return_true' );
    

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

    It solved it, thanks. Will I lose that piece of code if I update the theme?

    Alberto
    Rank Math business

    Hello,

    If you didn’t add it in a child theme, yes. If you added it in a child theme, it will be safe.

    If you want, you can easily create a child theme and add the code there using this guide: https://pagely.com/blog/easily-create-wordpress-child-themes-one-click-child-theme-plugin/

    Looking forward to help you.

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

The ticket ‘Schema displaying on page’ is closed to new replies.