{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beautiful-camping-spot-in-rustic-green-forest",
  "name": "Beautiful camping spot in the rustic Green Forest",
  "description": "A nice spacious campsite in a rural area",
  "url": "https://campertunity.com/listings/campgrounds/beautiful-camping-spot-in-rustic-green-forest",
  "image": [
    "/images/pic_space.jpg"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.58,
    "longitude": 5.49
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}