• Resolved sjlabar

    (@sjlabar)


    Hello,

    There is a setting to select which schema markup to apply on post, and if the theme already have that same schema, structured tool display double. So is there any possibility to add an option to set the schema markup to none ? Or how i can do this manually. I want to remove the main itemscope itemtype from the plugin ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor dudo

    (@dudo)

    Hi, there isn’t a setting to disable schema, but if you use a child theme you can add this code:

    remove_filter('the_content', 'yasr_add_schema');

    Best,
    Dario

    Thread Starter sjlabar

    (@sjlabar)

    Thanks you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Schema Markup Settings’ is closed to new replies.