<!doctype html>
<html lang="en-GB">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <!-- Primary Meta Tags -->
    <title>Tubl - Daily London Tube Station Challenge | Wordle for the Underground</title>
    <meta name="title" content="Tubl - Daily London Tube Station Challenge | Wordle for the Underground" />
    <meta name="description" content="Guess the mystery London Underground station in 5 tries. A new daily puzzle inspired by Wordle, featuring all 272 Tube stations. Play the free London transport geography game!" />
    <meta name="keywords" content="Tubl, London tube game, London underground puzzle, tube station game, wordle for London, daily tube challenge, TfL game, London transport game, underground station quiz, British transport puzzle, London geography game, tube network game, London quiz, transport for London game" />
    <meta name="author" content="Tubl" />
    <meta name="language" content="English" />
    <meta name="geo.region" content="GB-LND" />
    <meta name="geo.placename" content="London" />
    <meta name="geo.position" content="51.5074;-0.1278" />
    <meta name="ICBM" content="51.5074, -0.1278" />
    
    <!-- Canonical URL -->
    <link rel="canonical" href="https://tubl.uk/" />
    
    <!-- Alternate domains -->
    <link rel="alternate" href="https://tubl.co.uk/" hreflang="en-GB" />
    <link rel="alternate" href="https://tuble.uk/" hreflang="en-GB" />
    
    <!-- Favicon -->
    <link rel="icon" type="image/webp" href="/tubl-logo.webp" />
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
    
    <!-- PWA Manifest -->
    <link rel="manifest" href="/manifest.webmanifest" />
    
    <!-- Theme Color -->
    <meta name="theme-color" content="#0019A8" />
    <meta name="msapplication-TileColor" content="#0019A8" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <meta name="apple-mobile-web-app-title" content="Tubl" />
    
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://tubl.uk/" />
    <meta property="og:site_name" content="Tubl" />
    <meta property="og:title" content="Tubl - Daily London Tube Station Challenge" />
    <meta property="og:description" content="Guess the mystery London Underground station in 5 tries. A new daily puzzle inspired by Wordle, featuring all 272 Tube stations across the iconic London transport network." />
    <meta property="og:image" content="https://tubl.uk/og-image.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:image:alt" content="Tubl - Daily London Tube Station Challenge" />
    <meta property="og:locale" content="en_GB" />
    
    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:url" content="https://tubl.uk/" />
    <meta name="twitter:title" content="Tubl - Daily London Tube Station Challenge" />
    <meta name="twitter:description" content="Guess the mystery London Underground station in 5 tries. A new daily puzzle inspired by Wordle, featuring all 272 Tube stations!" />
    <meta name="twitter:image" content="https://tubl.uk/twitter-card.png" />
    <meta name="twitter:image:alt" content="Tubl - Daily London Tube Station Challenge game interface" />
    <meta name="twitter:creator" content="@tubl_game" />
    <meta name="twitter:site" content="@tubl_game" />
    
    <!-- Preconnect for performance -->
    <link rel="preconnect" href="https://ko-fi.com" crossorigin />
    <link rel="dns-prefetch" href="https://ko-fi.com" />
    
    <!-- Structured Data - WebSite Schema -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Tubl",
      "alternateName": ["Tubl Game", "Tubl - London Tube Station Challenge"],
      "url": "https://tubl.uk",
      "description": "Daily puzzle game where you guess the mystery London Underground station in 5 tries",
      "inLanguage": "en-GB",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://tubl.uk/?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Tubl",
        "url": "https://tubl.uk"
      }
    }
    </script>
    
    <!-- Structured Data - Game Schema -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Game",
      "name": "Tubl",
      "description": "A daily puzzle game where players guess the mystery London Underground station based on distance, direction, and line connections. Similar to Wordle but for the iconic Tube network.",
      "url": "https://tubl.uk",
      "image": "https://tubl.uk/og-image.png",
      "publisher": {
        "@type": "Organization",
        "name": "Tubl",
        "url": "https://tubl.uk"
      },
      "genre": ["Puzzle", "Geography", "Word Game", "Daily Challenge"],
      "gamePlatform": ["Web browser", "Mobile web", "Desktop web"],
      "inLanguage": "en-GB",
      "playMode": "SinglePlayer",
      "numberOfPlayers": {
        "@type": "QuantitativeValue",
        "value": 1
      },
      "audience": {
        "@type": "Audience",
        "geographicArea": {
          "@type": "Place",
          "name": "London, United Kingdom"
        }
      },
      "keywords": "london tube game, underground station puzzle, wordle for tube, daily puzzle, london transport game, geography game",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "GBP",
        "availability": "https://schema.org/InStock"
      }
    }
    </script>
    
    <!-- Structured Data - Organization Schema -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Tubl",
      "url": "https://tubl.uk",
      "logo": "https://tubl.uk/tubl-logo.webp",
      "sameAs": [
        "https://tubl.co.uk",
        "https://tuble.uk"
      ],
      "description": "Daily London Underground station guessing game"
    }
    </script>
    
    <!-- Structured Data - FAQPage Schema -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How do you play Tubl?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Tubl is a daily puzzle game where you guess the mystery London Underground station in 5 tries. Type any Tube station name to make a guess. You'll see the number of stops between your guess and the target (via the shortest route), an arrow showing the compass direction to the target station, and whether your guess is on the same line as the mystery station or if a change is required. Use the distance, direction, and line information to triangulate the mystery station!"
          }
        },
        {
          "@type": "Question",
          "name": "Is Tubl free to play?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes! Tubl is completely free to play. A new puzzle is released every day at midnight featuring one of the 272 London Underground stations."
          }
        },
        {
          "@type": "Question",
          "name": "How many London Underground stations are in Tubl?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Tubl features all 272 London Underground stations across the entire Tube network, including stations on the Bakerloo, Central, Circle, District, Hammersmith & City, Jubilee, Metropolitan, Northern, Piccadilly, Victoria, and Waterloo & City lines."
          }
        },
        {
          "@type": "Question",
          "name": "What happens if I don't guess the station?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "If you use all 5 guesses without finding the correct station, the mystery station will be revealed. You can try again with tomorrow's puzzle! Your statistics will still be tracked including your win rate and streak."
          }
        },
        {
          "@type": "Question",
          "name": "When does the next Tubl puzzle come out?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A new Tubl puzzle is released every day at midnight (00:00) UK time. The game shows a countdown timer to the next puzzle after you complete or use all guesses for the current day's challenge."
          }
        }
      ]
    }
    </script>
    
    <!-- Structured Data - BreadcrumbList Schema -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://tubl.uk/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Play Tubl",
          "item": "https://tubl.uk/"
        }
      ]
    }
    </script>
    <script type="module" crossorigin src="/assets/index-77pBcJXr.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/react-vendor-DEQ385Nk.js">
    <link rel="stylesheet" crossorigin href="/assets/index-BDdFzDFp.css">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>

