{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-hollies-lowestoft-suffolk",
  "name": "The Hollies",
  "description": "The Hollies is a campsite with sanitary facilities and showers.",
  "url": "https://campertunity.com/listings/campgrounds/the-hollies-lowestoft-suffolk",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Lowestoft",
    "addressRegion": "Suffolk",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.43105,
    "longitude": 1.72421
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}