Person Schema Filter Not Working
-
Hi,
I’m trying to filter out the Person schema and for some reason it’s not working. I am using the following line of code in my functions.php file and nothing changes.
add_filter( ‘wpseo_schema_person’, ‘__return_false’ );
However, if I use the following code the ‘webpage’ type is removed as expected:
add_filter( ‘wpseo_schema_webpage’, ‘__return_false’ );
Any idea what could be wrong here?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Person Schema Filter Not Working’ is closed to new replies.