[
  {
    "@context": "https://schema.org",
    "@type": "WebApplication",
    "name": "Disneyland Paris Hotel Price Tracker",
    "description": "Real-time hotel price monitoring system for Disneyland Paris hotels with live updates and price alerts.",
    "url": "https://disneytracker.nl",
    "applicationCategory": "Travel",
    "operatingSystem": "Any",
    "offers": {
      "@type": "Offer",
      "price": "0",
      "priceCurrency": "EUR",
      "availability": "https://schema.org/InStock"
    },
    "featureList": [
      "Real-time price monitoring",
      "Price change alerts",
      "Hotel comparison",
      "Cheapest date finder",
      "Live attraction waiting times"
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://disneytracker.nl"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hotel Price Tracker",
        "item": "https://disneytracker.nl"
      }
    ]
  }
] 