How to make it work with MyListing?

#379224
  • Hello, tell me how can I make your plugin work correctly with the My Listing theme? The fact is that the theme has its own Schema Markup.

    {
    "@context": "http://www.schema.org",
    "@type": "LocalBusiness",
    "@id": "[[:url]]",
    "name": "ะŸะพัั‚ะฐะฒั‰ะธะบะธ ัะฐะดะพะฒะพะด [[title]]",
    "legalName": "ะŸะพัั‚ะฐะฒั‰ะธะบะธ ัะฐะดะพะฒะพะด [[title]]",
    "description": "[[description]]",
    "logo": "[[logo]]",
    "url": "[[:url]]",
    "telephone": "[[phone]]",
    "email": "[[email]]",
    "priceRange": "[[price_range]]",
    "openingHours": "[[work_hours]]",
    "photo": "[[cover]]",
    "image": "[[cover]]",
    "photos": "[[gallery]]",
    "hasMap": "https://www.google.com/maps/@[[:lat]],[[:lng]]z",
    "sameAs": "[[links]]",
    "address": "[[location]]",
    "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer support",
    "telephone": "[[phone]]",
    "email": "[[email]]"
    },
    "geo": {
    "@type": "GeoCoordinates",
    "latitude": "[[:lat]]",
    "longitude": "[[:lng]]"
    },
    "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "[[:reviews-average]]",
    "reviewCount": "[[:reviews-count]]",
    "bestRating": "[[:reviews-mode]]",
    "worstRatingjjjj": 0
    }
    }

    This markup is in priority and it rewrites the Rank Math changes!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘How to make it work with MyListing?’ is closed to new replies.