gravatar

#345027
Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry, part of my message disapeared.

    -> I found gravatar in the source code of one of my websites.

    Prabhat
    Rank Math agency

    Hello,

    Thank you for contacting us.

    1. You can remove that by adding the below filter to the website:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    	unset($data['ProfilePage']['image']);
    	return $data;
    }, 99, 2);

    Please follow this guide to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    2. This is the image entity of the Person schema:
    https://schema.org/Person

    In short, this shows the image of the author of the page.

    Hope this helps.

    Thank you.

    Hi Prabhat,

    thanks a lot! It works.

    Kind regards
    Sylvia

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

You must be logged in to reply to this ticket.