{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/two-oclock-creek-campground",
  "name": "Two O'Clock Creek Campground - Nordegg Adventures",
  "description": "The smaller Two O'Clock Creek Campground is one of the most scenic in the region and is located near some of the most popular trails, like Siffleur Falls.",
  "url": "https://campertunity.com/listings/campgrounds/two-oclock-creek-campground",
  "image": [
    "https://nordeggadventures.ca/wp-content/uploads/2016/09/20150913-079-2-scaled.jpg"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.0629394,
    "longitude": -116.4210577
  },
  "sameAs": [
    "https://nordeggadventures.ca/guide/campgrounds/two-o-clock-creek-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}