Skip to content

Commit f1ecc39

Browse files
committed
added meta tags
1 parent 4624a85 commit f1ecc39

File tree

3 files changed

+32
-34
lines changed

3 files changed

+32
-34
lines changed

frontend/public/banner.jpg

91.1 KB
Loading

frontend/public/index.html

+32-9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>MVG Departures</title>
67

78
<!-- Favicons -->
89
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
@@ -13,16 +14,39 @@
1314
<meta name="msapplication-TileColor" content="#4563a3">
1415
<meta name="theme-color" content="#4563a3">
1516

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">
1645
<meta
1746
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"
1948
/>
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+
2650
<!--
2751
Notice the use of %PUBLIC_URL% in the tags above.
2852
It will be replaced with the URL of the `public` folder during the build.
@@ -32,10 +56,9 @@
3256
work correctly both with client-side routing and a non-root public URL.
3357
Learn how to configure a non-root public URL by running `npm run build`.
3458
-->
35-
<title>MVG Departures</title>
3659
</head>
3760
<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>
3962
<div id="root"></div>
4063
<!--
4164
This HTML file is a template.

frontend/public/manifest.json

-25
This file was deleted.

0 commit comments

Comments
 (0)