Commit 205a9cd 1 parent f12c082 commit 205a9cd Copy full SHA for 205a9cd
File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
+ <!--
5
+ Basic Web Browser Tags
6
+ -->
4
7
< meta charset ="utf-8 " />
5
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
9
< title > MVG Departures</ title >
10
+ < meta name ="description " content ="Track nearby public transport departures from the comfort of your home in Munich, Germany "/>
7
11
8
- <!-- Favicons -->
12
+ <!--
13
+ Favicons
14
+ -->
9
15
< link rel ="apple-touch-icon " sizes ="180x180 " href ="%PUBLIC_URL%/apple-touch-icon.png ">
10
16
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="%PUBLIC_URL%/favicon-32x32.png ">
11
17
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="%PUBLIC_URL%/favicon-16x16.png ">
42
48
< meta name ="google " content ="nositelinkssearchbox ">
43
49
< meta name ="google " content ="nopagereadaloud ">
44
50
< 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 ">
49
54
50
55
<!--
51
56
Notice the use of %PUBLIC_URL% in the tags above.
70
75
To begin the development, run `npm start` or `yarn start`.
71
76
To create a production bundle, use `npm run build` or `yarn build`.
72
77
-->
73
- <!-- Google tag (gtag.js) -->
78
+ <!--
79
+ Google Tag (gtag.js)
80
+ -->
74
81
< script async src ="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035 "> </ script >
75
82
< script >
76
83
window . dataLayer = window . dataLayer || [ ] ;
You can’t perform that action at this time.
0 commit comments