Page Schema

#794652
  • Resolved Anonymous
    Rank Math free

    I know I can set what type of schema I want my pages to be in the RankMath options.

    What I want to know is if I can manually set different schema types for different pages.

    For example all pages are set to “article”

    I want to make other pages and set them to “person” or “review” – I want to be able to adjust one page to have a different schema.

    https://imgur.com/a/51DYL2V

Viewing 16 replies (of 16 total)
  • Hello,

    1. The default Schema is applied to the pages, but you have to add the details manually on each page because there is no way for our plugin to figure out where to look for the information about a specific field. The page builders or default editors save the content as simple HTML, they don’t use universal fields to save the information that we can configure in our plugin to fetch the details about the specific Schema fields. Our plugin helps you implement the Schema using an easy-to-use UI, so you don’t have to create the whole code manually.

    2. You can add the sameAs properties in WP Dashboard > Rank Math SEO > Titles & Meta > Social Meta section. To add the knowsAbout, you can modify and use the following filter:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
        $data['publisher']['knowsAbout'] = ["http://www.wikidata.org/entity/Q1891170",
            "https://www.wikidata.org/wiki/Q6108942",
            "https://www.wikidata.org/wiki/Q26813700",
            "https://www.wikidata.org/wiki/Q180711",
            "http://www.wikidata.org/entity/Q33002955"];
        return $data;
    }, 99, 2);

    3. The Address field is a valid property of the Person Schema. https://schema.org/Person
    If you don’t want to use it, you can leave the Address section empty in the Local SEO settings or disable the Local SEO module of our plugin.

    Please do not hesitate to let us know if you need our assistance with anything else.

    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 16 replies (of 16 total)

The ticket ‘Page Schema’ is closed to new replies.