{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/djs-rv-park-lake-havasu-city-az",
  "name": "DJ's RV Park",
  "description": "Home of the London bridge. Great place for boating, hiking, off-roading, fishing, and more! We are an all adult (40+) park",
  "url": "https://campertunity.com/listings/campgrounds/djs-rv-park-lake-havasu-city-az",
  "image": [
    "https://img1.wsimg.com/isteam/ip/a0201af1-bcf1-4875-aa73-6a5818d53eb8/dde5c439-0ef0-4024-8c82-d0f6294cab17.jpg",
    "http://img1.wsimg.com/isteam/ip/a0201af1-bcf1-4875-aa73-6a5818d53eb8/dde5c439-0ef0-4024-8c82-d0f6294cab17.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3501 Highway 95 N",
    "addressLocality": "Lake Havasu City",
    "addressRegion": "AZ",
    "postalCode": "86404",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.4839,
    "longitude": -114.3225
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}