{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campingplatz-beiseforth-malsfeld-hesse",
  "name": "Campingplatz Beiseförth",
  "description": "Campingplatz Beiseförth in Malsfeld offers water, electricity, toilets, and showers.",
  "url": "https://campertunity.com/listings/campgrounds/campingplatz-beiseforth-malsfeld-hesse",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651169922"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Brückenstraße 7b",
    "addressLocality": "Malsfeld",
    "addressRegion": "Hesse",
    "postalCode": "34323",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.07828,
    "longitude": 9.54856
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}