How to turn off Schema to None in Bulk with Quick Edit

#127939
  • Resolved Puneet
    Rank Math free

    Hi, How to turn off Schema to None in Bulk with Quick Edit option in All Post Window section.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for the inconvenience caused.

    Unfortunately, the option to bulk edit schema to none is not available for Rank Math free version. It is however available on the PRO and Business version.
    You can check the comparison of the features here:

    https://rankmath.com/pricing/#comparison

    I hope this helps resolves your issue and do let us know if you need anything else.

    Puneet
    Rank Math free

    Hey @Uzair, it would be a great pleasure if it’s possible with any hook code.
    Thank you

    Hello,

    You can use the following hook to disable the product rich snippet on your site. The code should be added to your theme’s functions.php file:

    
    /**
     * Filter to Short-circuit Schema if a 3rd party is interested in generating their own data.
     * Replace $schmea_type with schema name like article, review, etc.
     * @param bool  $value true/false Default false
     * @param array $parts Post Data
     * @param array $data  Schmea Data
     * 
     * @return bool
     */
    add_filter( "rank_math/snippet/rich_snippet_{$schema_type}", function( $value, $parts, $data ) {
    	return true;
    }, 10, 3 );
    

    You will need to modify the filter though as we do not offer extensive customization due to the nature of these requests.

    Puneet
    Rank Math free

    I want to disable Jobposting schema. Doesn’t matter if it’s possible with Quick Edit or Bulk Edit. After implementation, it does not work for me. Tried $Schema_type to $Jobposting.

    Hello,

    Sorry for the delay.

    You can change or remove Schema by going into the Page/Post editor > Schema:
    https://i.rankmath.com/R88nTU

    If it’s still not updating after following the steps, could you please also share the URL where the Job posting schema is not getting disabled? You can include them in the designated Sensitive Data section
    Sensitive Data Section

    It is completely secure, and only our support staff has access to that section.

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further 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 5 replies - 1 through 5 (of 5 total)

The ticket ‘How to turn off Schema to None in Bulk with Quick Edit’ is closed to new replies.