Title: Remove schema
Last modified: March 9, 2017

---

# Remove schema

 *  Resolved [lsilver](https://wordpress.org/support/users/lsilver/)
 * (@lsilver)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-schema/)
 * I use a separate plugin for Schema markup (SchemaApp). What do I need to do to
   ensure that your plugin isn’t duplicating markup that SchemaApp is also adding?
   This would relate to breadcrumbs, organizational markup, etc.
 * I found the filter:
 *     ```
       add_filter( 'the_seo_framework_ldjson_plugin_detected', '__return_false' );
       ```
   
 * But I’m not sure if the purpose as it doesn’t look like it is disabling the markup
   added by his plugin.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sybre Waaijer](https://wordpress.org/support/users/cybr/)
 * (@cybr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-schema/#post-8895599)
 * Hi [@lsilver](https://wordpress.org/support/users/lsilver/),
 * In general, I’ve written it so that the external plugin could automatically take
   care of this.
    Is this the plugin you’re talking about?: [https://wordpress.org/plugins/schema-app-structured-data-for-schemaorg/](https://wordpress.org/plugins/schema-app-structured-data-for-schemaorg/)
 * Nevertheless, that filter exists because Schema output generally (for now) may
   be duplicated, so it’s not automatically removed.
    The usage would be (it’s a
   positive check):
 *     ```
       add_filter( 'the_seo_framework_ldjson_plugin_detected', '__return_true' );
       ```
   
 * In any case, you can manually deselect all settings in the Schema metabox on 
   the SEO Settings page. This should remove the output generated by The SEO Framework.
 *  Thread Starter [lsilver](https://wordpress.org/support/users/lsilver/)
 * (@lsilver)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-schema/#post-8895673)
 * Thanks. And I appreciate the nearly instantaneous response! This is my first 
   site using your plugin versus Yoast and so far I really like what you’ve done.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove schema’ is closed to new replies.

 * ![](https://ps.w.org/autodescription/assets/icon.svg?rev=3000376)
 * [The SEO Framework – Fast, Automated, Effortless.](https://wordpress.org/plugins/autodescription/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autodescription/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autodescription/)
 * [Active Topics](https://wordpress.org/support/plugin/autodescription/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autodescription/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autodescription/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lsilver](https://wordpress.org/support/users/lsilver/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/remove-schema/#post-8895673)
 * Status: resolved