Structured Data | [
[
{
"@context": "http://schema.org",
"@type": "AutoRental",
"name": "MyCamper",
"url": "https://mycamper.com",
"sameAs": [
"https://www.facebook.com/mycamper"
],
"email": "support@mycamper.ch",
"telephone": "+46187512180",
"address": {
"@type": "PostalAddress",
"contactType": "customer service",
"streetAddress": "22-23 Stationsgatan",
"postalCode": 75340,
"addressCountry": "SE"
}
},
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "MyCamper",
"aggregateRating": {
"@type": "AggregateRating",
"bestRating": 5,
"worstRating": 0,
"ratingValue": 4.9,
"reviewCount": 77000
}
}
]
] |