- From: Dan Brickley <danbri@google.com>
- Date: Tue, 13 Dec 2022 07:34:21 +0000
- To: Ashok Bhamla <ashokbhamla@gmail.com>
- Cc: public-schemaorg@w3.org
Received on Tuesday, 13 December 2022 07:35:11 UTC
Please ask in a Google forum. This group is for the underlying technology,
not the Google product features.
Thanks!
Dan
On Tue, 13 Dec 2022 at 03:31, Ashok Bhamla <ashokbhamla@gmail.com> wrote:
> 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 07:35:11 UTC