{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hovden-otra-hovden-agder",
  "name": "Hovden Otra",
  "description": "Wild camping at Otra - use coordinates - center 2km",
  "url": "https://campertunity.com/listings/campgrounds/hovden-otra-hovden-agder",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651206056.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "skisentervegen",
    "addressLocality": "Hovden",
    "addressRegion": "agder",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.56404,
    "longitude": 7.34866
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}