Hi js.
thank you very much for your answer! Basically we need what they have:
https://www.lieferando.de/lieferservice-pizzeria-dorado-berlin
Here is the code:
<section class="yd-jig-schemajson yd-jig-schemajson"><script type="application/ld+json">
{
"@context":"https://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": [
"https://purl.org/goodrelations/v1#DeliveryModeOwnFleet"
],
"priceSpecification": {
"@type":"DeliveryChargeSpecification",
"appliesToDeliveryMethod":"https://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
noahidy