{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/vagabond-resort-campground-rapid-river-mi",
  "name": "Vagabond Resort & Campground",
  "description": "Nestled in the woods. This site is perfect for tent camping. Don't forget to bring your fishing pole!",
  "url": "https://campertunity.com/listings/campgrounds/vagabond-resort-campground-rapid-river-mi",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/images/v1745353936/dev-campground-photos/ubchcmaz6aiuvqqek1ez/vagabond-resort-campground-rustic-tent-57-lake-access-upper-peninsula.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Rapid River",
    "addressRegion": "MI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.87014,
    "longitude": -86.950785
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}