Author schema markup – Suggestion

#298908
  • Resolved Andrej
    Rank Math free

    Hello,

    I’d like to submit a feature request:

    It is great that you are using the Author / Person schema markup. I have several WordPress blogs on which I publish content in my own name – I write all articles on them. On these blogs I have an “About me” page with some details about me (my qualifications, awards, hobbies, etc.). It would be great if I could add this “About me” page URL to my Author schema markup. I think this could increase the E-A-T of my blogs.

    Aren’t you planning to add this feature to RankMath SEO?

    Thank you

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

    Thank you for contacting Rank Math, and sorry for any inconvenience that might have been caused due to that.

    You can extend the functionality of the author schema, by using this filter in your theme’s functions.php, to extend json+ld data :

    /**
     * Collect data to output in JSON-LD.
     *
     * @param array  $unsigned An array of data to output in json-ld.
     * @param JsonLD $unsigned JsonLD instance.
     */
    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    	return [];
    }, 99, 2);

    Please remember to customize the code, according to your schema needs.

    We hope this information helps. Please don’t hesitate to get in touch with us, if you need help with anything else.

    Thank you

    Andrej
    Rank Math free

    Thank you for your advice.

    Aren’t you planning to add this feature to your plugin? It might be helpful for people who don’t want to mess up with custom code.

    Hello,

    You can put additional properties and fields using our Custom Schema Generator, which is available with the Rank Math PRO version.

    Here’s a link for more information:
    https://rankmath.com/kb/schema-generator/

    I hope that helps.

    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 ‘Author schema markup – Suggestion’ is closed to new replies.