{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/float-rite-park-somerset-wi",
  "name": "Float-Rite Park",
  "description": "Contact info, reviews tips & more for Float-Rite Park | Camping in Wisconsin",
  "url": "https://campertunity.com/listings/campgrounds/float-rite-park-somerset-wi",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "710 Spring St",
    "addressLocality": "Somerset",
    "addressRegion": "WI",
    "postalCode": "54025",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.13033354,
    "longitude": -92.68184418
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Denon W."
      },
      "datePublished": "2022-09-15T15:07:46.925Z",
      "reviewBody": "Cool with excitement galore\n",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Mikala D."
      },
      "datePublished": "2018-07-24T02:22:43.315Z",
      "reviewBody": "If you like a party you will love this place. You can tube down the river which is fun and it’s close to town. But it can get loud. Not a campground for children though",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}