Remove Person graph from JSON-LD
-
I’m trying to remove the
"@type": "Person"from graph everywhere.I’ve used the filter specified in Schema API.
add_filter( 'wpseo_schema_needs_person', '__return_false' );But it’s still outputting the
Personpieces.Possible bug?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove Person graph from JSON-LD’ is closed to new replies.