• Resolved hafsausmani

    (@hafsausmani)


    Hello,

    I am currently using Yoast SEO on my WordPress site [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

    (@maybellyne)

    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.

    add_filter( 'wpseo_json_ld_output', '__return_false' );
    • This reply was modified 1 week, 4 days ago by Maybellyne.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.