Title: Disabling Structured Data
Last modified: January 4, 2021

---

# Disabling Structured Data

 *  Resolved [faraz45](https://wordpress.org/support/users/faraz45/)
 * (@faraz45)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disabling-structured-data/)
 * 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](https://wordpress.org/support/users/dudo/)
 * (@dudo)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disabling-structured-data/#post-13861641)
 * 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](https://wordpress.org/support/users/faraz45/)
 * (@faraz45)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disabling-structured-data/#post-13861879)
 * 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.

 * ![](https://ps.w.org/yet-another-stars-rating/assets/icon-256x256.png?rev=1525329)
 * [YASR - Yet Another Star Rating Plugin for WordPress](https://wordpress.org/plugins/yet-another-stars-rating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-stars-rating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-stars-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-stars-rating/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [faraz45](https://wordpress.org/support/users/faraz45/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/disabling-structured-data/#post-13861879)
 * Status: resolved