Organization Schema template

#406338
  • Resolved Surinder Singh
    Rank Math free

    Is it possible to Custom Generator an Organization Schema template for Local Business and then use the Rankmath shortcode to add this schema on additional pages/posts? Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention.

    The Organization Schema data is extracted from the values you have set in Rank Math > Titles & Meta > Local SEO which automatically applies to all of your pages, including your contact/about page.

    Here’s a link for your reference:
    https://rankmath.com/kb/local-seo/

    If you wish to further customize that, you can make use of this filter:

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

    Here’s how you can add a filter to your site:
    https://rankmath.com/kb/filters-hooks-api-developer/

    Hope that helps and 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 1 replies (of 1 total)

The ticket ‘Organization Schema template’ is closed to new replies.