{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Angels Landing Hike catalog",
  "description": "Trail notes and guided Angels Landing hikes: distance, conditions, and when a guided walk is worth it. Independent hiking planner.",
  "url": "https://angelslandinghike.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Angels Landing Hike",
    "url": "https://angelslandinghike.com",
    "email": "info@angelslandinghike.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "Hand-picked experiences"
    },
    {
      "@type": "TouristTrip",
      "name": "Guided hikes & day tours"
    },
    {
      "@type": "TouristTrip",
      "name": "Which option fits you?"
    },
    {
      "@type": "TouristTrip",
      "name": "No partner tours listed yet"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Angels Landing",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 37.2622,
      "longitude": -112.9482
    }
  }
}
