{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/sun-trevor-pub-llangollen-wales",
  "name": "Sun Trevor Pub",
  "description": "Stopover at the Llangollen Canal side - overnight stay is free with consumption - reservations required.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/sun-trevor-pub-llangollen-wales",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651229780.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "A539",
    "addressLocality": "llangollen",
    "addressRegion": "wales",
    "postalCode": "LL20 8EG",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.97356,
    "longitude": -3.13134
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}