{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/johnson-lake-state-recreation-area-soldotna-ak",
  "name": "Johnson Lake State Recreation Area",
  "description": "Johnson Lake State Recreation Area camping reservations and campground information. Learn more about camping near Johnson Lake State Recreation Area and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/johnson-lake-state-recreation-area-soldotna-ak",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "PO Box 1247",
    "addressLocality": "Soldotna",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 60.29806,
    "longitude": -151.28231
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}