Title: Yoast Schema Plugin
Last modified: December 26, 2024

---

# Yoast Schema Plugin

 *  Resolved [hafsausmani](https://wordpress.org/support/users/hafsausmani/)
 * (@hafsausmani)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/yoast-schema-plugin/)
 * Hello,
 * I am currently using Yoast SEO on my WordPress site [[https://surreyairheatingandcooling.com.au/](https://surreyairheatingandcooling.com.au/)],
   and I’ve noticed an issue with the schema markup that is being generated. Specifically,
   the schema generated for my Local Business and Review sections contains incorrect
   information, such as outdated or incorrect details that I cannot edit.
 * Additionally, I am using the Schema Pro plugin, generating similar schema data,
   which seems to create several instances of the same schema type. Because of this,
   I would like to either:
    1. **Disable Yoast’s Schema Markup Generation** entirely to avoid conflicts, or
    2. **Customize the Schema Markup** Yoast generates for my local business
 * I would appreciate your guidance on how to disable or customize Yoast’s schema
   output to ensure it doesn’t interfere with the data being generated by Schema
   Pro.
 * Looking forward to your assistance!
 * Thank you,
   Hafsa Usmani.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * (@maybellyne)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/yoast-schema-plugin/#post-18135952)
 * Hello Hafsa,
 * Thanks for using Yoast SEO, though it is not responsible for generating `LocalBusiness`
   and `Review` schema. However, if you return false or an empty array on the `wpseo_json_ld_output`
   filter, you disable all [Yoast SEO’s schema output](https://developer.yoast.com/features/schema/api/#to-disable-schema-entirely).
 *     ```wp-block-code
       add_filter( 'wpseo_json_ld_output', '__return_false' );
       ```
   
    -  This reply was modified 1 year, 7 months ago by [Maybellyne](https://wordpress.org/support/users/maybellyne/).

Viewing 1 replies (of 1 total)

The topic ‘Yoast Schema Plugin’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [Yoast](https://wordpress.org/support/topic-tag/yoast/)

 * 1 reply
 * 3 participants
 * Last reply from: [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/yoast-schema-plugin/#post-18135952)
 * Status: resolved