Skip to content

Commit 205a9cd

Browse files
committed
added google search metadata tags
1 parent f12c082 commit 205a9cd

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

frontend/public/index.html

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!--
5+
Basic Web Browser Tags
6+
-->
47
<meta charset="utf-8" />
58
<meta name="viewport" content="width=device-width, initial-scale=1" />
69
<title>MVG Departures</title>
10+
<meta name="description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany"/>
711

8-
<!-- Favicons -->
12+
<!--
13+
Favicons
14+
-->
915
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
1016
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
1117
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
@@ -42,10 +48,9 @@
4248
<meta name="google" content="nositelinkssearchbox">
4349
<meta name="google" content="nopagereadaloud">
4450
<meta name="googlebot" content="notranslate">
45-
<meta
46-
name="description"
47-
content="Track nearby public transport departures from the comfort of your home in Munich, Germany"
48-
/>
51+
<meta itemprop="name" content="MVG Departures">
52+
<meta itemprop="description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany">
53+
<meta itemprop="image" content="%PUBLIC_URL%/banner.jpg">
4954

5055
<!--
5156
Notice the use of %PUBLIC_URL% in the tags above.
@@ -70,7 +75,9 @@
7075
To begin the development, run `npm start` or `yarn start`.
7176
To create a production bundle, use `npm run build` or `yarn build`.
7277
-->
73-
<!-- Google tag (gtag.js) -->
78+
<!--
79+
Google Tag (gtag.js)
80+
-->
7481
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035"></script>
7582
<script>
7683
window.dataLayer = window.dataLayer || [];

0 commit comments

Comments
 (0)