{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/shores-recreation-site-winkelman-az",
  "name": "Shores Recreation Site",
  "description": "Enjoy sightseeing, wildlife viewing, picnicking, camping, fishing and small craft floating at Shores Recreation Site near Winkelman, Arizona.",
  "url": "https://campertunity.com/listings/campgrounds/shores-recreation-site-winkelman-az",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Winkelman",
    "addressRegion": "AZ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.021947,
    "longitude": -110.739111
  },
  "sameAs": [
    "https://www.blm.gov/visit/shores"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wildlife Viewing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wildlife Watching"
    }
  ]
}