Review By Admin In SERPS

#50264
  • Resolved support9
    Rank Math pro

    Hello,

    i’m using the product schema and have entered the review rating our product currently has manually.

    The issue is inside the SERPs it shows as “Review by admin”.

    How would I remove this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting Rank Math today.

    This value is loaded from the post author of this post. To change it you will need to change you user display name or assign the post to a different author as shown below:
    Screenshot

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Is there anyway to remove the author of the review?

    Hello,

    Thank you for contacting Rank Math today.

    To change the Review Editor’s choice text, you can use this filter: https://rankmath.com/kb/filters-hooks-api-developer/#disable-review-display

    Hope this helps you. Thank you.

    ​​​​​​

    Hello,

    thanks for the link but im not a developer.

    I understand that I add

    `/**
    * Filter to change review display location
    *
    * @param string $text Default Editor’s choice.
    */
    add_filter( ‘rank_math/review/text’, function( $text ) {
    return $text;
    });`

    To my themes functions.php but how does this remove the review author from a page?

    Alberto
    Rank Math business

    Hello,

    You have to customize the code. For example, let’s say you want to show as the author’s name “Mike”, you should add this code:

    /**
    * Filter to change review display location
    *
    * @param string $text Default Editor’s choice.
    */
    add_filter( ‘rank_math/review/text’, function( $text ) {
    return "Mike";
    });

    Looking forward to help you.

    Thank you Alberto! That might work, what if I wanted it to return no name at all? Would this be possible?

    Alberto
    Rank Math business

    Hello,

    You could try by setting the return line as:
    return "";

    But you should know that Google wants a name showed in the review so meanwhile you could hide or remove it, if you get a manual revision, you could be penalized.

    Looking forward to help 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 7 replies - 1 through 7 (of 7 total)

The ticket ‘Review By Admin In SERPS’ is closed to new replies.