Skip to content

Commit f0aefa6

Browse files
Merge pull request #86 from Siddharth-Nema/metatags
Added common metatags
2 parents bb8dfbd + 49cc4bd commit f0aefa6

1 file changed

Lines changed: 27 additions & 5 deletions

File tree

frontend/public/index.html

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,27 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, shrink-to-fit=no"
8+
/>
69
<meta name="theme-color" content="#000000" />
10+
<meta
11+
name="description"
12+
content="Chillzone provides a list of unoccupied rooms in Nalanda or Vikramshila at your chosen time. No more aimless wandering around. Whether you need a quiet place to focus or a space to unwind between classes, Chillzone has you covered.
13+
"
14+
/>
15+
<meta
16+
name="keywords"
17+
content="chillzone, iitkgp, nalanda, vikramshila, chill, classrooms"
18+
/>
19+
<meta property="og:title" content="Chillzone - IIT Kharagpur" />
20+
<meta
21+
property="og:description"
22+
content="Chillzone provides a list of unoccupied rooms in Nalanda or Vikramshila at your chosen time. No more aimless wandering around. Whether you need a quiet place to focus or a space to unwind between classes, Chillzone has you covered."
23+
/>
24+
<!-- <meta property="og:image" content="imgurl" /> -->
25+
<meta property="og:url" content="https://chill.metakgp.org/" />
726
<!--
827
manifest.json provides metadata used when your web app is added to the
928
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
@@ -28,7 +47,7 @@
2847
work correctly both with client-side routing and a non-root public URL.
2948
Learn how to configure a non-root public URL by running `npm run build`.
3049
-->
31-
<title>ChillZone - IIT Kharagpur</title>
50+
<title>Chillzone - IIT Kharagpur</title>
3251
</head>
3352
<body>
3453
<noscript> You need to enable JavaScript to run this app. </noscript>
@@ -44,15 +63,18 @@
4463
To create a production bundle, use `npm run build` or `yarn build`.
4564
-->
4665
<!-- Global site tag (gtag.js) - Google Analytics -->
47-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40518182-16"></script>
66+
<script
67+
async
68+
src="https://www.googletagmanager.com/gtag/js?id=UA-40518182-16"
69+
></script>
4870
<script>
4971
window.dataLayer = window.dataLayer || [];
5072
function gtag() {
5173
dataLayer.push(arguments);
5274
}
53-
gtag("js", new Date());
75+
gtag('js', new Date());
5476

55-
gtag("config", "UA-40518182-16");
77+
gtag('config', 'UA-40518182-16');
5678
</script>
5779
</body>
5880
</html>

0 commit comments

Comments
 (0)