{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Garden of the Gods Tours catalog",
  "description": "Guided and self-guided Garden of the Gods itineraries. Compare duration, meeting points, and inclusions before you book. Independent tour planner.",
  "url": "https://gardenofthegodstour.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Garden of the Gods Tours",
    "url": "https://gardenofthegodstour.com",
    "email": "info@gardenofthegodstour.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "Jeep & 4WD Tours",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/garden-of-the-gods-l94580/jeep-4wd-tours-tc39/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=gardenofthegodstour.com",
        "availability": "https://schema.org/InStock",
        "price": "45.00",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "TouristTrip",
      "name": "Rock Formation Tours",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/garden-of-the-gods-l94580/rock-formation-tours-tc2159/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=gardenofthegodstour.com",
        "availability": "https://schema.org/InStock",
        "price": "120.00",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "TouristTrip",
      "name": "Segway Adventure Tour",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/garden-of-the-gods-l94580/segway-tours-tc6/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=gardenofthegodstour.com",
        "availability": "https://schema.org/InStock",
        "price": "125.00",
        "priceCurrency": "USD"
      }
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Garden of the Gods",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 38.8719,
      "longitude": -104.8814
    }
  }
}
