{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-in-a-forest",
  "name": "Camping in a forest",
  "description": "Welcome to our camping site in the middle of a forest. This place is perfect for people who love nat",
  "url": "https://campertunity.com/listings/campgrounds/camping-in-a-forest",
  "image": [
    "https://campspace.com/media/medium/uploads/space/52/18/eb/5218eb40bf55890b9ddd596d6148d3d1.jpg"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.85,
    "longitude": 4.07
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}