{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/high-hermitage-caravan-park-england-uk",
  "name": "High Hermitage Caravan Park",
  "description": "High Hermitage Caravan Park ofrece electricidad.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/high-hermitage-caravan-park-england-uk",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651177686.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "England",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.97467,
    "longitude": -1.85096
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}