• Resolved aeoswebdevs

    (@aeoswebdevs)


    Hey Everyone,

    I’m concerned that there might be a new compatibility issue between Yoast and our schema plugin that was not previously there, or perhaps a setting has been enabled that allows Yoast to override our structured data.

    Could you advise on the best practices to ensure that Yoast does not interfere with the markup schema on a specific website?

    • This topic was modified 11 months, 1 week ago by aeoswebdevs.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support devnihil

    (@devnihil)

    @ If you are using another plugin for schema you can disable schema output for the Yoast SEO by using the following filter:

    add_filter( 'wpseo_json_ld_output', '__return_false' );

    We have more information available on this in our Schema API documentation.

    Plugin Support Rohan Sadanandan

    (@rohans123)

    This thread was marked resolved due to a lack of activity, but you’re always welcome to re-open the topic. Please read this post before opening a new request.

    Thread Starter aeoswebdevs

    (@aeoswebdevs)

    Thanks for your help.

    Would this go in my theme php file or is there a place in the yoast plugin that I can input this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Conflict’ is closed to new replies.