Skip to content

Commit

Permalink
style: add meta tags in head
Browse files Browse the repository at this point in the history
  • Loading branch information
rithask committed Apr 26, 2024
1 parent a0ef410 commit be39d55
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Meta Tags -->
<title>KTU Results Aggregator</title>
<meta name="title" content="KTU Results Aggregator" />
<meta name="description" content="Find all your semester results in one plan with beautiful graph representation to track your performance" />
<meta name="author" content="Rithas Muhammed K" />
<meta name="keywords" content="KTU, Results, Aggregator, APJ Abdul Kalam Technological University, APJAKTU, KTU Kerala, rithask, Rithas" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ktu.rithask.me/" />
<meta property="og:title" content="KTU resutls aggregator">
<meta property="og:description" content="Find all your semester results in one plan with beautiful graph representation to track your performance">
<!-- <meta propety="og:image" content=""> -->

<!-- Twitter -->
<!-- <meta property="twitter:card" content="" /> -->
<meta property="twitter:url" content="https://ktu.rithask.me/" />
<meta property="twitter:title" content="KTU Results Aggregator" />
<meta property="twitter:description" content="Find all your semester results in one plan with beautiful graph representation to track your performance" />
<!-- <meta property="twitter:image" content="" /> -->

</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit be39d55

Please sign in to comment.