{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/solitaire",
  "name": "Solitaire",
  "description": "Discover a secluded backcountry camping experience at Solitaire Campground in Rocky Mountain National Park. Enjoy wilderness camping, hiking, and the natural beauty of the park near Grand Lake.",
  "url": "https://campertunity.com/listings/campgrounds/solitaire",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.2317082,
    "longitude": -105.726019
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}