How to disable Schema.org output?


Just add this code:

add_filter( 'og_is_schema_org_enabled', '__return_false' );