Import from WP SEO Structured Data Schema

#13409
  • Resolved Uli Engelmann
    Rank Math free

    Hi, we used Yoast, Redirections and WP SEO Structured Data Schema before and we are testing now your plugin. So far it’s impressive! But is there a way to import also the existing data of WP SEO Structured Data Schema? Thanks, Uli

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

    Thank you for contacting Rank Math today and for your feedback.

    No this is not possible at the moment but you can disable Rank Math rich snippets module via Rank Math > Dashboard and continue using your initial schema plugin.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hi, I am not talking about rich snippets. I am talking about structured data. I can’t find a way to deactivate the structured data feature…

    Thanks, Uli

    Hi Uli,

    Thanks for the follow up.

    As an alternative, you can also remove all Rank Math json+ld data from your site by adding the following code to your theme’s functions.php file:

    /**
     * Code to remove json+ld data
     * 
     */
    add_action( 'rank_math/head', function() {
    	global $wp_filter;
    	if ( isset( $wp_filter["rank_math/json_ld"] ) ) {
    		unset( $wp_filter["rank_math/json_ld"] );
    	}
    });

    I hope this info helps. Thank 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 ‘Import from WP SEO Structured Data Schema’ is closed to new replies.