Skip to content

Instantly share code, notes, and snippets.

@babi4
Last active October 24, 2016 20:41
Show Gist options
  • Select an option

  • Save babi4/9ba4b7f215e1db8baafae9b359651a00 to your computer and use it in GitHub Desktop.

Select an option

Save babi4/9ba4b7f215e1db8baafae9b359651a00 to your computer and use it in GitHub Desktop.
[
{
"@context": "http://www.schema.org",
"@type": "Organization",
"legalName" : "Envy.rent",
"name": "Envy.rent",
"url": "https://envy.rent/",
"logo": "https://assets2.envy.rent/assets/web/json_ld/logo-2e7dfcd71f4f4962df8480da556b76ee108cb571d38a27d044662a8c5f2a236e.png",
"image": "https://assets2.envy.rent/assets/web/json_ld/description-f41d353b1024a0d00b98914bd8df4b3cd7d7dbd9dc2265e448b507657fe9ecdb.jpg",
"description": "Car rental agency in Honolulu, Hawaii",
"address": {
"@type": "PostalAddress",
"streetAddress": "704 Ala Moana Boulevard",
"addressLocality": "Honolulu",
"addressRegion": "Hawaii",
"postalCode": "96813",
"addressCountry": "United States"
},
"sameAs" : [ "https://www.facebook.com/envyrent", "https://plus.google.com/109460046193869556598", "https://www.instagram.com/envyrent/"],
"email": "mailto:info@envy.rent",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+1(415) 493-8872"
}
},
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Envy Rent",
"url" : "https://envy.rent/",
"potentialAction" : {
"@type" : "SearchAction",
"target" : "https://envy.rent/?s={search_term}",
"query-input" : "required name=search_term"
}
},
{
"@context": "http://www.schema.org",
"@type": "AutoRental",
"name": "Envy.rent",
"url": "https://envy.rent/",
"logo": "https://assets2.envy.rent/assets/web/json_ld/logo-2e7dfcd71f4f4962df8480da556b76ee108cb571d38a27d044662a8c5f2a236e.png",
"image": "https://assets2.envy.rent/assets/web/json_ld/description-f41d353b1024a0d00b98914bd8df4b3cd7d7dbd9dc2265e448b507657fe9ecdb.jpg",
"description": "Envy Rent - Honolulu car rental. Free delivery to any place on Oahu including Honolulu airport and Waikiki. Unlimited mileage. No hidden fees. No cleaning fee",
"address": {
"@type": "PostalAddress",
"streetAddress": "704 Ala Moana Boulevard",
"addressLocality": "Honolulu",
"addressRegion": "Hawaii",
"postalCode": "96813",
"addressCountry": "United States"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "21.297509",
"longitude": "-157.861324"
},
"sameAs" : [ "https://www.facebook.com/envyrent", "https://plus.google.com/109460046193869556598", "https://www.instagram.com/envyrent/"],
"email": "mailto:info@envy.rent",
"hasMap": "https://goo.gl/maps/qvH5n1B8o7k",
"openingHours": "Mo, Tu, We, Th, Fr, Sa, Su 08:00-20:00",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+1(415) 493-8872"
}
},
{
"@context" : "http://schema.org",
"@type" : "Product",
"name" : "Jeep Grand Cherokee",
"image" : "https://assets0.envy.rent/uploads/car/240/photo/433/DSC_0625.jpg",
"description" : "Includes navigation system and a panoramic sunroof",
"brand" : {
"@type" : "Brand",
"name" : "Jeep"
},
"aggregateRating": {
"@type": "AggregateRating",
"bestRating": "10",
"worstRating": "1",
"ratingValue": "4.4",
"reviewCount": "89"
}
},
{
"@context": "http://schema.org",
"@type": "Offer",
"description": "You can rent Jeep Grand Cherokee for 49 USD per day",
"name" : "Rent Jeep Grand Cherokee",
"itemOffered" : {
"@type" : "Car",
"name" : "Jeep Grand Cherokee"
},
"priceSpecification" : {
"@type" : "CompoundPriceSpecification",
"priceComponent" : [
{
"@type" : "UnitPriceSpecification",
"price" : 49.00,
"priceCurrency" : "USD",
"unitCode" : "DAY"
}
]
}
},
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://envy.rent/",
"name": "Envy"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://envy.rent/about-envy-honolulu-car-rental/",
"name": "About"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://envy.rent/rent-jeep-grand-cherokee-2011-honolulu-hawaii-S096/",
"name": "Jeep Grand Cherokee"
}
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment