{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-valora-morschen-hesse",
  "name": "Camping Valora",
  "description": "A campsite with 10 RV sites with electricity connection. A campsite where you can relax between the hills and lands. There is a Restaurant that is open from 15-3 to 15-10.",
  "url": "https://campertunity.com/listings/campgrounds/camping-valora-morschen-hesse",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650850611.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Im Grund",
    "addressLocality": "Morschen",
    "addressRegion": "hesse",
    "postalCode": "34326",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.02938,
    "longitude": 9.57726
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hill"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.25,
    "reviewCount": 6,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "10",
    "priceValidUntil": "2026-07-04"
  },
  "priceRange": "€10+"
}