noahidy
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [WPSSO Schema JSON-LD Markup] Json LD markup for RestaurantsHi js.
thank you very much for your answer! Basically we need what they have:
https://www.lieferando.de/lieferservice-pizzeria-dorado-berlinHere is the code:
<section class="yd-jig-schemajson yd-jig-schemajson"><script type="application/ld+json"> { "@context":"http://schema.org", "@type":"Restaurant", "@id":"https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin", "url":"https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin", "menu":"https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin", "name":"Pizzeria Dorado", "logo":"https://image.yourdelivery.de/lieferando.de/service/17204/Pizzeria+Dorado-110-72.jpg", "description":"HIER beim Pizzeria Dorado Lieferservice Berlin bequem online Pizza✔ Pasta✔ Lasagne✔ & mehr bestellen & bargeldlos zahlen", "address": { "@type":"PostalAddress", "streetAddress":"Regattastr. 36", "addressLocality":"Berlin", "addressRegion":"Berlin", "postalCode":"12527", "addressCountry":"DE" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.4247742", "longitude": "13.5747404" }, "telephone":"03056590029", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.78", "reviewCount": "229" }, "potentialAction": { "@type":"OrderAction", "target": [ "https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin", "android-app://com.yopeso.lieferando/lieferando-de/restaurant/pizzeria-dorado-berlin" ], "deliveryMethod": [ "http://purl.org/goodrelations/v1#DeliveryModeOwnFleet" ], "priceSpecification": { "@type":"DeliveryChargeSpecification", "appliesToDeliveryMethod":"http://purl.org/goodrelations/v1#DeliveryModeOwnFleet", "priceCurrency":"EUR", "price":0.00, "eligibleTransactionVolume": { "@type":"PriceSpecification", "priceCurrency":"EUR", "price":9.00 } } } } </script>But the most important part is: “potentialAction”: “@type”:”OrderAction”, “deliveryMethod” “priceSpecification”
So that google knows that we are delivering.
Thank you
noahidyForum: Plugins
In reply to: [WPSSO Schema JSON-LD Markup] Json LD markup for RestaurantsHi js.
thank you very much for your answer! Basically we need what they have:
https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin
Please go to the site and look into their code.
But the most important part is: “potentialAction”: “@type”:”OrderAction”, “deliveryMethod” “priceSpecification”}, "potentialAction": { "@type":"OrderAction", "target": [ "https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin", "android-app://com.yopeso.lieferando/lieferando-de/restaurant/pizzeria-dorado-berlin" ], "deliveryMethod": [ "http://purl.org/goodrelations/v1#DeliveryModeOwnFleet" ], "priceSpecification": {So that google knows that we are delivering.
Thank you
noahidy
Viewing 2 replies - 1 through 2 (of 2 total)