Per disabilitare schema nel header del tuo sito wordpress basta aggiugere una stringa nel file functions.php del tuo sito:
add_filter( 'wpseo_json_ld_output', '__return_false' );
Per disabilitare schema nel header del tuo sito wordpress basta aggiugere una stringa nel file functions.php del tuo sito:
add_filter( 'wpseo_json_ld_output', '__return_false' );