schema

#811465
  • Resolved Departement Family
    Rank Math free

    i neet t know how i can generate this path from my wordpress using rank math or any solution Please :
    /#/schema/person/d30ee2b4f0b2b8cff8d010fbf4228b72
    Thank You For Your Help

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

    Thank you for reaching out with your question about generating a specific schema path using Rank Math or any other solution. To create a custom schema path like "/#/schema/person/d30ee2b4f0b2b8cff8d010fbf4228b72" in WordPress using Rank Math, you can follow these steps:

    1. Navigate to the Schema Generator: First, access the post or page where you want to add the custom schema. Open Rank Math in the Gutenberg sidebar by clicking on the Rank Math SEO icon for the page.

    Click on Rank Math

    1. Access the Schema Generator: In the Schema tab of Rank Math’s meta box, click on Schema Generator.

    Click on Schema Generator

    1. Modify the Schema: You can then customize the schema values to match your desired path. Ensure not to modify the value of the @type property. Once you have adjusted the schema as needed, click Save for this Post.

    Modify the Schema

    By following these steps, you can generate a custom schema path using Rank Math in WordPress. If you encounter any issues or need further assistance, feel free to ask.

    I hope this helps! Let me know if you need more information or assistance.

    Sources:
    Person Schema Type » Rank Math
    How to Choose the Right Schema for Your Content » Rank Math
    How to Import Schema From Any URL Using Rank Math » Rank Math
    Resolving Rank Math Schema Markup Related Issues

    Please What About :
    Person ==> @id ==> https://www.example.com/#/schema/person/d30ee2b4f0b2b8cff8d010fbf4228b72
    how i can generate as this link above exactly and thank you very much for your assistant

    Hello,

    Could you please share the affected URL so we can check the schema?

    Meanwhile, you can try this filter to change the id property of the schema:

    add_filter("rank_math/snippet/rich_snippet_article_entity", function ($entity) {
    	$entity['author']['@id'] = 'https://www.example.com/#/schema/person/d30ee2b4f0b2b8cff8d010fbf4228b72';
    	return $entity;
    }, 99, 2);

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

    Looking forward to helping 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 ‘schema’ is closed to new replies.