• Resolved elysianWolf

    (@elysianwolf)


    I have duplicate schema thanks to Yoast plugin and the Schema Pro (Brainstorm Force) plugin. These two plugins are SUPPOSED to work together and avoid duplicating schema but that is not the case.

    It seems like Yoast creates more problems than it solves, as I’m slowly finding out.

    They (Schema Pro) said I should follow this Yoast article
    https://www.prodjex.com/2018/04/how-to-disable-yoast-generated-schema-data/

    And I did —-
    I added this code to my function.php for the theme:
    —————————

    function disable_yoast_schema_data($data){
    	$data = array();
    	return $data;
    }
    add_filter('wpseo_json_ld_output', 'disable_yoast_schema_data', 10, 1);

    ———————————–

    HOW DO I FIX THIS DUPLICATE SCHEMA PROBLEMS? And why doesn’t the Yoast plugin allow me to turn off this feature? Why is it forced on me? Every feature should have the option to be turned off….

    Gio

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello Gio,

    Thanks for reaching out regarding your site’s structured data. We do not recommend using a third-party schema plugin with Yoast SEO as there might be cases where running both plugins at the same time could generate duplicate sets of schema, which could cause problems.

    Unfortunately, we are not familiar with what type of schema the Schema Pro (Brainstorm Force) plugin generates. We recommend that you compare the structured data you’ve previously added with the Yoast SEO plugins and check if there are any conflicts or sets of duplicate schema data when you activate the other schema plugin. This can be done using the Rich Snippet Test tool.

    Furthermore, the article you have shared is not written by Yoast and we cannot troubleshoot your custom code. Bit if you want to disable the schema output of the Yoast SEO plugin, please refer to this developer article – https://developer.yoast.com/features/schema/api/.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

    furqan1571

    (@furqan1571)

    First. I don’t know how to create a ticket here. It is just too confusing.
    Second
    My question for Schema Pro devs.
    “Merchant Listing” schema is showing critical errors due to “Brand” having a type of “Organization”.
    It only works for type “Brand”. So can you guys please resolve this.
    And another question.
    1. For schema pro “New Custom Field” will have to be specified on each page seperatley?
    2. If yes to the first one then can you please at least give currency options on the template itself because for a e-commerce site the currency is going to be the same on all the pages. Basically it will be same for that country.
    Pls answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoast and Schema Pro duplicate Schema’ is closed to new replies.