Schema author

#1082601
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We apologize for the issue you are facing with the author schema. To change the author to the organization in your schema markup, you can customize the Author Schema Entity settings in Rank Math. Here’s how you can do it:

    1. Access Rank Math Settings: Go to your WordPress Dashboard.

    2. Navigate to Titles & Meta: Click on Rank Math SEO in the sidebar, then select Titles & Meta.

    3. Local SEO Settings: Under the Titles & Meta section, find the Local SEO tab. Here, you can set your organization information that will be reflected in the schema.

      Rank Math Titles and Meta - Local SEO

    4. Update Author Schema: Ensure that the worksFor property is set to your organization’s URL and that the name field reflects your organization’s name instead of a person’s name.

    5. Save Changes: After making these changes, save your settings.

    If you have guest authors and want to remove their personal information from the schema, you can use a filter to unset the worksFor property for those authors. You can find more details on how to do this in our documentation on removing worksFor from Author Schema Entity.

    If you would like a more comprehensive setup or assistance, we recommend our professional setup service, which ensures your plugin is configured correctly according to the latest SEO standards. You can find more information about this service at Rank Math Services.

    Thank you for raising this concern! If you have any further questions or need additional assistance, feel free to reply to this ticket.

    Sources:
    How Does the Author Schema Entity Work? » Rank Math
    How Does the Author Schema Entity Work? » Rank Math

    This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.

    Hello,

    Thank you so much for getting in touch.

    Please refer to this filter code to change the Profile schema on your website:

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

    You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

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

You must be logged in to reply to this ticket.