{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/prince-william-sound-soldotna-ak",
  "name": "Prince William Sound",
  "description": "Prince William Sound camping reservations and campground information. Learn more about camping near Prince William Sound and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/prince-william-sound-soldotna-ak",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "P.O. Box 1247",
    "addressLocality": "Soldotna",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 60.80583,
    "longitude": -148.0455
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}