Skip to content

Commit

Permalink
Fix meta tags for SEO description
Browse files Browse the repository at this point in the history
  • Loading branch information
SherRao committed Apr 23, 2024
1 parent 42032eb commit 3502ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HawkHacks</title>
<meta property="description" content="One of the largest hackathons in Canada and the official student-run hackathon of Wilfrid Laurier University." />

<meta property="og:title" content="HawkHacks 2024" />
<meta property="og:site_name" content="HawkHacks 2024" />
<meta property="og:description" content="The official student-run hackathon of Wilfrid Laurier University." />
<meta property="og:description" content="One of the largest hackathons in Canada and the official student-run hackathon of Wilfrid Laurier University." />
<meta property="og:url" content="https://hawkhacks.ca/" />
<meta property="og:image" content="https://hawkhacks.ca/icon.png" />
<meta property="og:locale" content="en_CA" />
Expand Down

0 comments on commit 3502ed8

Please sign in to comment.