How to disable WebPage schema?
-
Hi,
is there a way to disable WebPage schema on the site?
found some solution
function disable_yoast_json_ld($data) {
(defined('WPSEO_VERSION')) {
unset($data['@graph'][0]['@type']); }
return $data;}
add_filter('wpseo_json_ld_output', 'disable_yoast_json_ld', 10, 1);But not quite sure about it ??
Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to disable WebPage schema?’ is closed to new replies.