• Resolved faraz45

    (@faraz45)


    Hi

    I wanted to disable the structured data functionality. I tried exploring the settings but could not find an option for the same. It would be great if someone can help with the same.

    Regards,
    Faraz

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

    (@dudo)

    Hello!

    There is not (yet) setting for that, but you can simply add these lines to your function.php child theme:

    
    global $yasr_public_filters;
    remove_filter('the_content', array($yasr_public_filters, 'addSchema'));
    

    Let me know!

    Best,
    Dario

    Thread Starter faraz45

    (@faraz45)

    Hi Dario,

    This is helpful.

    Thanks & Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disabling Structured Data’ is closed to new replies.