-
Hello rank math.
For some reason I want to disable json
@type”:”VideoObject”[{"@context":"https:\/\/schema.org","@type":"VideoObject","name":"test","description":"Test","uploadDate":"2019-12-13T12:48:51+00:00","duration":"PT5M","contentUrl":"","embedUrl":"","interactionCount":"","thumbnailUrl":"https:\/\/localhost\/wp-content\/uploads\/2019\/12\/test.jpg"}]
how can I do that.
I have tried this filter but
It has deleted Breadcrumbs and all json data on the siteadd_action( 'rank_math/head', function() { global $wp_filter; if ( isset( $wp_filter["rank_math/json_ld"] ) ) { unset( $wp_filter["rank_math/json_ld"] ); } });
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Disable JSON VideoObject’ is closed to new replies.