-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathautoRental.html
More file actions
51 lines (51 loc) · 1.24 KB
/
Copy pathautoRental.html
File metadata and controls
51 lines (51 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "RentalCarReservation",
"reservationNumber": "546323",
"reservationStatus": "http://schema.org/Confirmed",
"underName": {
"@type": "Person",
"name": "John Smith"
},
"reservationFor": {
"@type": "RentalCar",
"name": "Economy Class Car",
"model": "Civic",
"brand": {
"@type": "Brand",
"name": "Honda"
},
"rentalCompany": {
"@type": "Organization",
"name": "Hertz"
}
},
"pickupLocation": {
"@type": "Place",
"name": "Hertz Oslow Airport",
"address": {
"@type": "PostalAddress",
"streetAddress": " Holbergs gate 30, 0166 Oslo, Norway",
"addressLocality": "Sweden",
"addressRegion": "SE",
"postalCode": "0166",
"addressCountry": "SE"
}
},
"pickupTime": "2017-02-04T16:00:00-07:00",
"dropoffLocation": {
"@type": "Place",
"name": "Hertz Oslow Airport",
"address": {
"@type": "PostalAddress",
"streetAddress": " Holbergs gate 30, 0166 Oslo, Norway",
"addressLocality": "Sweden",
"addressRegion": "SE",
"postalCode": "0166",
"addressCountry": "SE"
}
},
"dropoffTime": "2017-02-05T20:00:00-07:00"
}
</script>