{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dogs-allowed-engan-nordland",
  "name": "Dogs Allowed",
  "description": "place in nature near a lake - access road quite steep - center 6 km",
  "url": "https://campertunity.com/listings/campgrounds/dogs-allowed-engan-nordland",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650952031.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Sekundær Fylkesveg 613",
    "addressLocality": "Engan",
    "addressRegion": "nordland",
    "postalCode": "8264",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 67.65259,
    "longitude": 15.763
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}