• Resolved lsilver

    (@lsilver)


    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

    (@cybr)

    Hi @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://ww.wp.xz.cn/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

    (@lsilver)

    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.