- From: Ashok Bhamla <ashokbhamla@gmail.com>
- Date: Tue, 13 Dec 2022 07:34:42 +0530
- To: public-schemaorg@w3.org
Received on Tuesday, 13 December 2022 03:29:41 UTC
Dear community members
I am looking for flights list and flights destination schema can any one
help me out in that case.
Given below this not work in Google
<script type="application/ld+json">
[{"@type":"Flight","@context":"http:\/\/schema.org",
"estimatedFlightDuration":"17h 15m",
"departureTime":"19:00",
"departureAirport":{"@type":"Airport","name":"Indira Gandhi International
Airport","iataCode":"DEL","geo":{"@type":"GeoCoordinates","latitude":"28.556555","longitude":"77.10079"}},
"arrivalAirport":{"@type":"Airport","name":"Chhatrapati Shivaji
International
Airport","iataCode":"BOM","geo":{"@type":"GeoCoordinates","latitude":"19.095509","longitude":"72.87497"}},
"offers":[{"@type":"Offer","price":11453,"priceCurrency":"INR"}],
"provider":{"@type":"Airline","name":"Air India","iataCode":"AI"}}]
</script>
Received on Tuesday, 13 December 2022 03:29:41 UTC