{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/meadow-bad-kreuznach",
  "name": "Meadow with a view of paradise",
  "description": "On our pitch, embedded in a beautiful green meadow with young trees and a breathtaking view of the picturesque vineyards of the Kreuznacher Paradies, you can expect a quiet and idyllic atmosphere with the chance of beautiful sunrises and sunsets.",
  "url": "https://campertunity.com/listings/campgrounds/meadow-bad-kreuznach",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bad Kreuznach",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.841,
    "longitude": 7.9195
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    }
  ]
}