Hi Pavlo,
Thanks for getting in touch with us.
The value is taken from your author profile. You can go to WordPress Dashboard > Users > Your Profile and make changes there so the same is reflected in the Schema as well.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hi Todd,
Thanks for your advise. I’ve changed values both in Nickname and Display name publicly on my profile but it didn’t change the value in the Schema π
It’s strange ’cause i can see that the name has changed in WP in page author graph.
Anything else i can try?
Thanks!
Pavlo
Hello,
Thank you for contacting Rank Math today.
You can also use the following filter to change the editor by entering this code on your theme’s functions.php file:
/**
* Filter to change review display location
*
* @param string $text Default Editor's choice.
*/
add_filter( 'rank_math/review/text', function( $text ) {
$text = "Editor's name here";
return $text;
});
Looking forward to helping you. Thank you.
ββββββ
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.