Skip to content

Commit c316cee

Browse files
authored
Merge pull request #153 from amandeeep02/feat-cwc-route
feat: improve cwc seo
2 parents cfe7ae3 + f47ed49 commit c316cee

File tree

2 files changed

+75
-3
lines changed

2 files changed

+75
-3
lines changed

cwc/index.html

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,47 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Redirecting to Coffee with CodeCell...</title>
7-
<meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" />
6+
7+
<title>Coffee with CodeCell | Aug 26</title>
8+
9+
<meta
10+
name="description"
11+
content="Join Coffee with CodeCell on Tue, Aug 26th! A free, friendly event for tech beginners to connect, learn, and kick-start their coding journey. Get real advice and find your place in tech."
12+
/>
13+
14+
<meta
15+
name="keywords"
16+
content="CodeCell, coffee chat, tech event, student developers, beginner coding, programming, networking, A-Building Auditorium"
17+
/>
18+
819
<link rel="canonical" href="https://lu.ma/zpwy06qh" />
20+
21+
<meta property="og:title" content="Coffee with CodeCell" />
22+
<meta
23+
property="og:description"
24+
content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech."
25+
/>
26+
<meta property="og:type" content="website" />
27+
<meta property="og:url" content="https://lu.ma/zpwy06qh" />
28+
<meta
29+
property="og:image"
30+
content="https://kjssecodecell.com/static/images/cwc.png"
31+
/>
32+
<meta property="og:site_name" content="KJSSE CodeCell" />
33+
34+
<meta name="twitter:card" content="summary_large_image" />
35+
<meta name="twitter:title" content="Coffee with CodeCell" />
36+
<meta
37+
name="twitter:description"
38+
content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech."
39+
/>
40+
<meta
41+
name="twitter:image"
42+
content="https://kjssecodecell.com/static/images/cwc.png"
43+
/>
44+
45+
<meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" />
46+
947
<style>
1048
body {
1149
font-family: Arial, sans-serif;
@@ -48,8 +86,42 @@
4886
text-decoration: underline;
4987
}
5088
</style>
89+
90+
<script type="application/ld+json">
91+
{
92+
"@context": "https://schema.org",
93+
"@type": "Event",
94+
"name": "Coffee with CodeCell",
95+
"startDate": "2025-08-26T16:30:00+05:30",
96+
"endDate": "2025-08-26T18:30:00+05:30",
97+
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
98+
"eventStatus": "https://schema.org/EventScheduled",
99+
"location": {
100+
"@type": "Place",
101+
"name": "A-Building Auditorium",
102+
"address": {
103+
"@type": "PostalAddress",
104+
"streetAddress": "A-Building Auditorium",
105+
"addressLocality": "Mumbai",
106+
"postalCode": "400086",
107+
"addressRegion": "MH",
108+
"addressCountry": "IN"
109+
}
110+
},
111+
"image": [
112+
"https://kjssecodecell.com/static/images/cwc.png"
113+
],
114+
"description": "Just getting started in tech? Come for the free coffee, stay for the friendly faces and real talk about how to kick off your coding journey. This evening is all about connecting, learning, and finding your place in tech.",
115+
"url": "https://lu.ma/zpwy06qh",
116+
"organizer": {
117+
"@type": "Organization",
118+
"name": "CodeCell",
119+
"url": "https://kjssecodecell.com"
120+
}
121+
}
122+
</script>
123+
51124
<script>
52-
// JavaScript redirect as backup
53125
window.location.replace("https://lu.ma/zpwy06qh");
54126
</script>
55127
</head>

static/images/cwc.png

543 KB
Loading

0 commit comments

Comments
 (0)