wpseo_schema_person filter is not working
-
Hello Yoast SEO Team,
For some reason, the wpseo_schema_person filter isn’t adding the jobTitle info inside the Person Schema. If I change the filter to any other types. for eg. organization, webpage or website, it works. But for Person, it’s not working. Is there anything that I am missing here?
Eg. Codeadd_filter( 'wpseo_schema_person', 'add_jobTitle' ); function add_jobTitle( $data ) { $data['jobTitle'] = "CEO"; return $data; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wpseo_schema_person filter is not working’ is closed to new replies.