|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 | + <title>MVG Departures</title> |
6 | 7 |
|
7 | 8 | <!-- Favicons -->
|
8 | 9 | <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
|
|
13 | 14 | <meta name="msapplication-TileColor" content="#4563a3">
|
14 | 15 | <meta name="theme-color" content="#4563a3">
|
15 | 16 |
|
| 17 | + <!-- |
| 18 | + OpenGraph Tags (https://ogp.me/) |
| 19 | + --> |
| 20 | + <meta property="og:locale" content="en_US" /> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:site_name" content="MVG Departures" /> |
| 23 | + <meta property="og:title" content="MVG Departures" /> |
| 24 | + <meta property="og:description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany" /> |
| 25 | + <meta property="og:url" content="%PUBLIC_URL%" /> |
| 26 | + <meta property="og:image" content="%PUBLIC_URL%/banner.jpg" /> |
| 27 | + <meta property="og:image:width" content="1280" /> |
| 28 | + <meta property="og:image:height" content="640" /> |
| 29 | + |
| 30 | + <!-- |
| 31 | + Twitter Tags (https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary) |
| 32 | + --> |
| 33 | + <meta name="twitter:card" content="summary_large_image" /> |
| 34 | + <meta name="twitter:description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany" /> |
| 35 | + <meta name="twitter:title" content="MVG Departures" /> |
| 36 | + <meta name="twitter:image" content="%PUBLIC_URL%/banner.jpg" /> |
| 37 | + <meta name="twitter:creator" content="@DamianPerera"> |
| 38 | + |
| 39 | + <!-- |
| 40 | + Google Tags |
| 41 | + --> |
| 42 | + <meta name="google" content="nositelinkssearchbox"> |
| 43 | + <meta name="google" content="nopagereadaloud"> |
| 44 | + <meta name="googlebot" content="notranslate"> |
16 | 45 | <meta
|
17 | 46 | name="description"
|
18 |
| - content="Track MVG Departures from a Station" |
| 47 | + content="Track nearby public transport departures from the comfort of your home in Munich, Germany" |
19 | 48 | />
|
20 |
| - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
21 |
| - <!-- |
22 |
| - manifest.json provides metadata used when your web app is installed on a |
23 |
| - user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
24 |
| - --> |
25 |
| - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 49 | + |
26 | 50 | <!--
|
27 | 51 | Notice the use of %PUBLIC_URL% in the tags above.
|
28 | 52 | It will be replaced with the URL of the `public` folder during the build.
|
|
32 | 56 | work correctly both with client-side routing and a non-root public URL.
|
33 | 57 | Learn how to configure a non-root public URL by running `npm run build`.
|
34 | 58 | -->
|
35 |
| - <title>MVG Departures</title> |
36 | 59 | </head>
|
37 | 60 | <body>
|
38 |
| - <noscript>You need to enable JavaScript to run this app.</noscript> |
| 61 | + <noscript>You need to enable JavaScript to view MVG departures in München, Deutschland.</noscript> |
39 | 62 | <div id="root"></div>
|
40 | 63 | <!--
|
41 | 64 | This HTML file is a template.
|
|
0 commit comments