{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Eiffel Climb Tickets catalog",
  "description": "Which Eiffel Tower stair ticket to buy: official timed stairs to the second floor, or a guided stair climb. Stair tickets do not include the summit.",
  "url": "https://eiffelclimbtickets.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Eiffel Climb Tickets",
    "url": "https://eiffelclimbtickets.com",
    "email": "info@eiffelclimbtickets.com"
  },
  "dataset": [
    {
      "@type": "Product",
      "name": "Official stair ticket"
    },
    {
      "@type": "Product",
      "name": "Guided stair climb"
    },
    {
      "@type": "Product",
      "name": "Not an elevator ticket"
    },
    {
      "@type": "Product",
      "name": "Eiffel Tower Guided Climb by Stairs"
    },
    {
      "@type": "Product",
      "name": "Lunch at Eiffel Tower's Madame Brasserie"
    },
    {
      "@type": "Product",
      "name": "Dinner at Eiffel Tower's Madame Brasserie"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Eiffel Tower Climb",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 48.8584,
      "longitude": 2.2945
    }
  }
}
