• Resolved geenstijl

    (@geenstijl)


    A good day,
    I searched all the setting of the Yoast SEO plugin and nowhere I can find something related to Structured Data.
    However, Structured Data is automatically added to the homepage.
    So, my questions would be. What am I overlooking, where to find settings related to Structured Data? My second question would be how to disable the automatic generation of Structured Data as I want to use a another plugin for that purpose.
    Thanks in advance for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • By default, Yoast SEO automatically adds JSON+LD based on the company info or personal info that you’d define in Yoast SEO -> Search Appearance -> General (tab) for the use of Google Knowledge Graph.

    If you’d like to use a 3rd party plugin to generate structured data on your site, you can disable Yoast SEO specific JSON+LD using the wpseo_json_ld_output filter like the following to your theme functions.php file:

    add_filter( 'wpseo_json_ld_output', '__return_false' );

    I am having this same issue- I have used this same structured data plugin along with toast and I have generated code using the structured data markup helper and through schema for additional code. Tested it, ran without issues, inserted it into the HTML and updated. Ran additional test- still comes back with these 33 issues. Simple issues: missing author, missing updates.
    I’ve talked with WP directly and they told me not to mess with the .php file of the theme and instead create a child theme to alter it. What do you recommend?

    • This reply was modified 7 years, 10 months ago by yspwebdesign.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot find structured data in Yoast dashboard’ is closed to new replies.