Skip to content

Commit

Permalink
add script tags for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
GovindKurapati committed Feb 6, 2025
1 parent 24a0cca commit d5ae7cb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,33 @@
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://www.scarlethacks.com/" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "ScarletHacks2025 Hackathon by Illinois Tech",
"startDate": "2025-04-05T09:00:00",
"endDate": "2025-04-06T18:00:00",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "Illinois Institute of Technology",
"address": {
"@type": "PostalAddress",
"streetAddress": "10 W 35th St",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60616",
"addressCountry": "US"
}
},
"image": "https://scarlethack.com/og-image.png",
"description": "Scarlet Hacks, Illinois Tech's biggest hackathon, empowers students to create tech solutions for sustainability and social equity, driving innovation and meaningful impact.",
"url": "https://www.scarlethacks.com/"
}
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit d5ae7cb

Please sign in to comment.