Hello,
Thank you for contacting Rank Math for help with your person schema.
The default person schema does not support adding a profile photo from the schema editor.
You can modify the schema on your website by modifying the code snippet below and adding it to your theme’s (child theme) functions.php file:
/**
* Filter to change the schema data.
* Replace $schema_type with schema name like article, review, etc.
* @param array $entity Snippet Data
* @return array
*/
add_filter( "rank_math/snippet/rich_snippet_{$schema}_entity", function( $entity ) {
return $entity;
});
The Rank Math PRO schema editor allows you to create a custom property and paste an image link.
Hope that helps. Please let us know if you have questions. We are here to help.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.