{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/frontier-campground-brooksville",
  "name": "Frontier Campground",
  "description": "Check out Frontier Campground in Brooksville, Florida on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/frontier-campground-brooksville",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brooksville",
    "addressRegion": "FL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 28.5415119,
    "longitude": -82.4665812
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/florida/brooksville/frontier-campground?slug=frontier-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}