Yoast and Schema Pro duplicate Schema
-
I have duplicate schema thanks to Yoast plugin and the Schema Pro (Brainstorm Force) plugin. These two plugins are SUPPOSED to work together and avoid duplicating schema but that is not the case.
It seems like Yoast creates more problems than it solves, as I’m slowly finding out.
They (Schema Pro) said I should follow this Yoast article
https://www.prodjex.com/2018/04/how-to-disable-yoast-generated-schema-data/And I did —-
I added this code to my function.php for the theme:
—————————function disable_yoast_schema_data($data){ $data = array(); return $data; } add_filter('wpseo_json_ld_output', 'disable_yoast_schema_data', 10, 1);
———————————–
HOW DO I FIX THIS DUPLICATE SCHEMA PROBLEMS? And why doesn’t the Yoast plugin allow me to turn off this feature? Why is it forced on me? Every feature should have the option to be turned off….
Gio
The page I need help with: [log in to see the link]
- The topic ‘Yoast and Schema Pro duplicate Schema’ is closed to new replies.