Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Hotel Chocolat",
"url": "https://www.hotelchocolat.com",
"logo": "https://www.hotelchocolat.com/on/demandware.static/-/Sites/default/dw3c0c5316/websiteLogo/new-logo.svg",
"sameAs": [
"https://www.facebook.com/HotelChocolat",
"https://www.instagram.com/hotelchocolat",
"https://www.linkedin.com/company/hotel-chocolat",
"https://twitter.com/HotelChocolat",
"https://www.pinterest.co.uk/hotelchocolat/"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+44 3444931313",
"contactType": "Customer Service",
"areaServed": "GB",
"availableLanguage": "English"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Mint House, Newark Close",
"addressLocality": "Royston",
"addressRegion": "Hertfordshire",
"postalCode": "SG8 5HL",
"addressCountry": "GB"
},
"foundingDate": 1993,
"founders": [
{
"@type": "Person",
"name": "Angus Thirlwell"
},
{
"@type": "Person",
"name": "Peter Harris"
}
],
"numberOfEmployees": "600-650",
"parentOrganization": {
"@type": "Organization",
"name": "Mars Inc."
}
},
{
"@type": "WebPage",
"name": "Hotel Chocolat UK",
"url": "https://www.hotelchocolat.com/uk",
"description": "Luxury Chocolates and Chocolate Gifts | Hotel Chocolat",
"publisher": {
"@type": "Organization",
"name": "Hotel Chocolat"
}
},
{
"@type": "AggregateRating",
"itemReviewed": {
"@type": "Organization",
"name": "Hotel Chocolat",
"url": "https://www.hotelchocolat.com"
},
"ratingValue": 4.6,
"reviewCount": 3500
}
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.hotelchocolat.com/uk",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.hotelchocolat.com/uk/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
] |