Add multiple area served schema php

#518804
  • Resolved Ross
    Rank Math free

    Hello!

    How can I add a multiple area served schema in Rankmath PRO:

    "areaServed": [

    {
    "@type": "Country",
    "name": "Spain",
    "@id": "https://en.wikipedia.org/wiki/Spain"
    },

    {
    "@type": "Country",
    "name": "France",
    "@id": "https://en.wikipedia.org/wiki/France"
    },

    {
    "@type": "Country",
    "name": "Germany",
    "@id": "https://en.wikipedia.org/wiki/Germany"
    }

    ],

    using this:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    if ( isset( $data['publisher'] ) ) {

    return $data;
    }, 99, 2 );

    I dont know how to make that sintax together.

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

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

    It seems like you purchased the plugin with some other email address.

    Can you please search and forward a receipt from FastSpring.com so we can locate your account?

    Looking forward to helping you.

    Ross
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Ross
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Ross
    Rank Math free

    Hello?

    Hello,

    Sorry for the unwanted delay. We can see an active PRO subscription in the email you shared.

    To prevent these issues in the future would you like us to merge the accounts under a single email address so that the subscription is always attached to the website?

    If so let us know the preferred email address to keep using.

    Looking forward to hearing back from 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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Add multiple area served schema php’ is closed to new replies.