{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/first-camp-lunde-1",
  "name": "First Camp Lunde",
  "description": "First Camp Lunde is a campsite in Lunde, Telemark, located on the river/arroyo. The campsite has sleeps with fences and no shade. On the First Camp Lunde...",
  "url": "https://campertunity.com/listings/campgrounds/first-camp-lunde-1",
  "image": [
    "https://cdn2.acsi.eu/6/7/5/1/675191fd341fc.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Slusevegen 21",
    "addressLocality": "Lunde",
    "postalCode": "3825"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.29775,
    "longitude": 9.09078
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.9,
    "reviewCount": 3,
    "bestRating": 10,
    "worstRating": 1
  }
}