Archived topic
About Schema
2 replies · Started by John on June 30, 2019
Hello
I am using Yoast article schema. I think article schema is the right schema type for my site.
Should I use also GP schema? Or disable it?
If I keep using both schemas, Is there any chance to negative impact?
Thanks
You’ll want to remove the GP schema if you’re using JSON+LD from Yoast:
add_filter( 'generate_schema_type', '__return_false' );
See How to add PHP.
See Tom's comment on the same here https://generatepress.com/forums/topic/schema-support-for-yoast-seo-11/#post-876019
(NB: I don't work for GP)
Thanks, afrocave! :)