How to disable schema / structured data Yoast SEO plugin
Posted on: February 26, 2024
Written by: Mick Sherry
To remove all schema markup automatically generated by the Yoast SEO plugin, do the following: 1. Add this snippet to the bottom of your functions.php file or add it to your site using a code manager plugin: add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ ); 2. Save, and clear your website cache (if you are using a caching plugin.) […]