{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/rowanbank-caravan-park-wigton-england",
  "name": "Rowanbank Caravan Park",
  "description": "Rowanbank Caravan Park is a camping location in Silloth.",
  "url": "https://campertunity.com/listings/campgrounds/rowanbank-caravan-park-wigton-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wigton",
    "addressRegion": "england",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.8339,
    "longitude": -3.41017
  },
  "sameAs": [
    "https://www.campercontact.com/en/united-kingdom/england/111479/rowanbank-caravan-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}