{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/woy-bridge-campground-everett-pa",
  "name": "Woy Bridge Campground",
  "description": "Woy Bridge Campground, located on the river, offers primitive camping. Cabins and camp sites available.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/woy-bridge-campground-everett-pa",
  "image": [
    "https://static.wixstatic.com/media/009e9d_1272b9b3ba4b49ffa8a5a3dcac7c96f5~mv2.png",
    "https://static.wixstatic.com/media/009e9d_a494b2a384b64ab9be8ff8f099b88242~mv2.jpg/v1/fill/w_960,h_720,al_c,q_85,enc_avif,quality_auto/009e9d_a494b2a384b64ab9be8ff8f099b88242~mv2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "190 Campground Road",
    "addressLocality": "Everett",
    "addressRegion": "PA",
    "postalCode": "15537",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.0114711,
    "longitude": -78.3733484
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}