{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-pinedale-wy",
  "name": "Spot2Nite",
  "description": "Check out Pinedale Campground in Pinedale, Wyoming on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-pinedale-wy",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Pinedale",
    "addressRegion": "WY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.8637457,
    "longitude": -109.8712575
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/wyoming/pinedale/pinedale-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}