Review Field value

#35496
  • Resolved Pavlo Postnov
    Rank Math free

    Hi,

    I would like to know how to change the value after Review parameter in review field for Product rich snippet.
    At the moment it auto populates with the name of our website provider. How can we change that?

    Rating: 4.8 – β€ŽReview by aanDeveloper

    Thanks in advance,
    Pavlo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Todd
    Rank Math free

    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.
    null

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Review Field value’ is closed to new replies.