Hello @afterimagedesigns
Thanks for reaching out about your site schema. Currently, the Yoast SEO plugin is not active on your website. Once you activate it, we’ll be able to check the issue you reported.
Good day!
It is active on the site since it was the SEO plugin being used – https://www.screencast.com/t/8ezDhfuq
Kindly recheck again, thank you!
Thanks for your screenshot, @afterimagedesigns. Here’s what I see from my end. The Yoast SEO structured data output, which usually starts with <script type="application/ld+json" class="yoast-schema-graph">
is missing.
There seems to be a temporary issue with Google’s rich result test tool, but using the schema validator, the structured data output is not from the Yoast SEO plugin. See screenshot.
Do you have another plugin for managing schema/structured data on your website?
-
This reply was modified 1 year, 5 months ago by
Maybellyne.
Hello, Good day!
I tried doing plugin and theme conflict but the Yoast SEO structured data output is still not displaying.
Re: Do you have another plugin for managing schema/structured data on your website? No, we do not specifically use a plugin for managing/creating schema. We generate some of the schema types using this tool – https://technicalseo.com/tools/schema-markup-generator/ and was added to the site using Elementor. Its just that the default Yoast Schema seems to be missing.
Kindly advise, thank you.
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' );
Can you confirm if you have added this to your theme’s functions.php file at any point?
This thread was marked resolved due to a lack of activity, but you’re always welcome to re-open the topic. Please read this post before opening a new request.