Skip to content

Commit 993cc04

Browse files
SlyPredatormagneticstrayitsnothim-deepan666Mummanajagadeesh
authored
feat: SEO (#4) (#15)
* Enhance SEO with title and meta tags Updated title and added meta tags for SEO and social sharing. * Change photo format from JPEG to WEBP * Update team member photos to webp format * Replace PNG images with WEBP format in stack.json * Update image formats in exhib.json * Update image paths to use .webp format * Update image formats for workshop entries * Change competition photos to WebP format Updated image file formats for competition achievements. * Add 'webp' extension to image loading * new achievement (#3) * new competition * Update competitions.json * Fix JSON formatting in competition * Remove empty link from navbar * Change image format from JPG to WEBP * Change favicon and image format to webp * Change image formats to only 'webp' Updated the image formats to only include 'webp'. * added some webp pics * missing webp file * Enhance SEO with updated title and meta tags Updated the title and added meta tags for better SEO and social sharing. * Enhance SEO and structured data for ORIGO'25 page Updated the title and added meta tags for SEO and social sharing. Enhanced structured data for better event representation. * Enhance SEO and social media meta tags in index.html Updated the title and added meta tags for better SEO and social media sharing. Enhanced structured data for improved search engine visibility. * Enhance SEO and accessibility in index.html Updated HTML structure and added SEO meta tags for better search engine visibility. Improved accessibility and performance with deferred scripts and preconnect links. * Delete assets/images/team/b13/SOURABH-MOITRA.webp --------- Co-authored-by: magneticstray <k.a.harish2019@gmail.com> Co-authored-by: Deepankuran M <100672638+itsnothim-deepan666@users.noreply.github.com> Co-authored-by: M_Jagadeesh97 <mummanajagadeesh97@gmail.com>
1 parent 59b04ff commit 993cc04

11 files changed

Lines changed: 303 additions & 106 deletions

File tree

assets/images/gallery/1.webp

88 KB
Loading

assets/images/gallery/2.webp

102 KB
Loading

assets/images/gallery/3.webp

68.2 KB
Loading

assets/images/gallery/4.webp

666 KB
Loading

assets/images/gallery/5.webp

638 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
rel="stylesheet"
4747
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
4848
/>
49-
<link rel="icon" type="image/png" href="assets/images/logog.webp" />
49+
<link rel="icon" type="image/webp" href="assets/images/logog.webp" />
5050

5151
<link rel="stylesheet" href="/src/styles/navbar.css" />
5252
<link rel="stylesheet" href="/src/styles/footer.css" />
@@ -73,7 +73,7 @@
7373
"
7474
>
7575
<img
76-
src="assets/images/main/labxxlhb.png"
76+
src="assets/images/main/labxxlhb.webp"
7777
alt="lab background"
7878
class="lab-bg"
7979
style="
@@ -181,7 +181,7 @@ <h1 class="projects-header">Featured Projects</h1>
181181
class="default-img"
182182
/>
183183
<img
184-
src="assets/images/projects/riggu-real.jpg"
184+
src="assets/images/projects/riggu-real.webp"
185185
alt="Riggu Robot Hover"
186186
class="hover-img"
187187
/>

src/pages/achievements/index.html

Lines changed: 47 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,29 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
6-
<title>RIGNITC | Achievements</title>
6+
<title>RIGNITC Achievements | Competitions, Startups & Research</title>
7+
<meta name="description" content="Explore RIGNITC's achievements in competitions, innovative startups, and groundbreaking research. Discover our journey of innovation and excellence in technology." />
8+
<meta name="keywords" content="RIGNITC achievements, student competitions, tech startups, research publications, innovation, technology achievements" />
9+
<meta name="robots" content="index, follow" />
10+
<meta name="author" content="RIGNITC" />
11+
12+
<!-- Open Graph / Facebook -->
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="https://rignitc.com/achievements" />
15+
<meta property="og:title" content="RIGNITC Achievements | Competitions, Startups & Research" />
16+
<meta property="og:description" content="Explore RIGNITC's achievements in competitions, innovative startups, and groundbreaking research." />
17+
<meta property="og:image" content="/assets/images/logog.webp" />
18+
19+
<!-- Twitter -->
20+
<meta property="twitter:card" content="summary_large_image" />
21+
<meta property="twitter:url" content="https://rignitc.com/achievements" />
22+
<meta property="twitter:title" content="RIGNITC Achievements | Competitions, Startups & Research" />
23+
<meta property="twitter:description" content="Explore RIGNITC's achievements in competitions, innovative startups, and groundbreaking research." />
24+
<meta property="twitter:image" content="/assets/images/logog.webp" />
25+
26+
<!-- Canonical URL -->
27+
<link rel="canonical" href="https://rignitc.com/achievements" />
28+
729
<link rel="stylesheet" href="/src/styles/navbar.css" />
830
<link rel="stylesheet" href="/src/styles/footer.css" />
931
<link rel="icon" type="image/png" href="/assets/images/logog.webp" />
@@ -18,21 +40,32 @@
1840
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap"
1941
rel="stylesheet"
2042
/>
43+
44+
<!-- Structured Data -->
45+
<script type="application/ld+json">
46+
{
47+
"@context": "https://schema.org",
48+
"@type": "Organization",
49+
"name": "RIGNITC",
50+
"url": "https://rignitc.com",
51+
"logo": "https://rignitc.com/assets/images/logog.webp",
52+
"description": "RIGNITC achievements in competitions, startups, and research",
53+
"sameAs": []
54+
}
55+
</script>
2156
</head>
22-
2357
<body>
2458
<div id="navbar-placeholder"></div>
2559
<main>
2660
<!-- Competitions -->
2761
<section class="hero" aria-labelledby="ach-head">
2862
<div class="left">
2963
<h1 id="ach-head">Competitions</h1>
30-
<div class="tagline">
64+
<p class="tagline">
3165
We don't always take first place, but we never give up
32-
</div>
66+
</p>
3367
</div>
3468
</section>
35-
3669
<div class="achievements" id="achievements" aria-live="polite">
3770
<div class="empty" id="empty-placeholder" style="display: none">
3871
No achievements found.
@@ -43,41 +76,37 @@ <h1 id="ach-head">Competitions</h1>
4376
id="view-more-achievements"
4477
class="view-more-btn"
4578
style="display: none"
79+
aria-label="View more competition achievements"
4680
>
4781
View More
4882
</button>
4983
</div>
50-
5184
<br /><br /><br /><br />
52-
5385
<!-- Startups -->
5486
<section class="hero" aria-labelledby="startup-head">
5587
<div class="left">
56-
<h1 id="startup-head">Startups</h1>
57-
<div class="tagline">
88+
<h2 id="startup-head">Startups</h2>
89+
<p class="tagline">
5890
Innovations that grew into real-world ventures
59-
</div>
91+
</p>
6092
</div>
6193
</section>
62-
6394
<div class="startups-list" id="startups" aria-live="polite">
6495
<div class="empty" id="startups-empty" style="display: none">
6596
No startups found.
6697
</div>
6798
</div>
68-
6999
<br /><br /><br /><br />
70-
71100
<!-- Research -->
72101
<section class="hero" aria-labelledby="res-head">
73102
<div class="left">
74-
<h1 id="res-head">Research</h1>
75-
<div class="tagline">
103+
<h2 id="res-head">Research</h2>
104+
<p class="tagline">
76105
Exploring, innovating, and publishing our findings
77-
</div>
106+
</p>
78107
</div>
108+
</div>
79109
</section>
80-
81110
<div class="achievements" id="research" aria-live="polite">
82111
<div class="empty" id="research-empty" style="display: none">
83112
No research found.
@@ -88,6 +117,7 @@ <h1 id="res-head">Research</h1>
88117
id="view-more-research"
89118
class="view-more-btn"
90119
style="display: none"
120+
aria-label="View more research publications"
91121
>
92122
View More
93123
</button>
@@ -98,7 +128,6 @@ <h1 id="res-head">Research</h1>
98128
<script src="/src/scripts/cursor.js"></script>
99129
<script src="/src/scripts/mobile-navbar.js"></script>
100130
<script src="/src/scripts/componentLoader.js"></script>
101-
102131
<script>
103132
loadComponent("navbar-placeholder", "/src/components/navbar.html");
104133
loadComponent("footer-placeholder", "/src/components/footer.html");

src/pages/activities/index.html

Lines changed: 51 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,29 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
6-
<title>RIGNITC | Activities</title>
6+
<title>RIGNITC Activities | Workshops & Exhibitions</title>
7+
<meta name="description" content="Explore RIGNITC's workshops and exhibitions. Join hands-on robotics workshops, technical sessions, and see our innovative projects showcased at exhibitions across India." />
8+
<meta name="keywords" content="RIGNITC activities, robotics workshops, technical exhibitions, NIT Calicut, engineering workshops, robotics demonstrations, tech exhibitions, student activities" />
9+
<meta name="robots" content="index, follow" />
10+
<meta name="author" content="RIGNITC" />
11+
12+
<!-- Open Graph / Facebook -->
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="https://rignitc.com/activities" />
15+
<meta property="og:title" content="RIGNITC Activities | Workshops & Exhibitions" />
16+
<meta property="og:description" content="Explore RIGNITC's workshops and exhibitions. Join hands-on robotics workshops and see our innovative projects showcased." />
17+
<meta property="og:image" content="/assets/images/logog.webp" />
18+
19+
<!-- Twitter -->
20+
<meta property="twitter:card" content="summary_large_image" />
21+
<meta property="twitter:url" content="https://rignitc.com/activities" />
22+
<meta property="twitter:title" content="RIGNITC Activities | Workshops & Exhibitions" />
23+
<meta property="twitter:description" content="Explore RIGNITC's workshops and exhibitions. Join hands-on robotics workshops and see our innovative projects showcased." />
24+
<meta property="twitter:image" content="/assets/images/logog.webp" />
25+
26+
<!-- Canonical URL -->
27+
<link rel="canonical" href="https://rignitc.com/activities" />
28+
729
<link rel="stylesheet" href="/src/styles/navbar.css" />
830
<link rel="stylesheet" href="/src/styles/footer.css" />
931
<link rel="icon" type="image/png" href="/assets/images/logog.webp" />
@@ -22,6 +44,29 @@
2244
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap"
2345
rel="stylesheet"
2446
/>
47+
48+
<!-- Structured Data -->
49+
<script type="application/ld+json">
50+
{
51+
"@context": "https://schema.org",
52+
"@type": "EducationalOrganization",
53+
"name": "Robotics Interest Group (RIG), NIT Calicut",
54+
"alternateName": "RIGNITC",
55+
"url": "https://rignitc.com",
56+
"logo": "https://rignitc.com/assets/images/logog.webp",
57+
"description": "RIGNITC conducts workshops and exhibitions in robotics, AI, and engineering",
58+
"address": {
59+
"@type": "PostalAddress",
60+
"addressLocality": "Calicut",
61+
"addressRegion": "Kerala",
62+
"addressCountry": "IN"
63+
},
64+
"sameAs": [
65+
"https://instagram.com/rig_nitc",
66+
"https://linkedin.com/company/rig-nitc"
67+
]
68+
}
69+
</script>
2570
</head>
2671
<body>
2772
<div id="navbar-placeholder"></div>
@@ -30,25 +75,22 @@
3075
<section class="hero" aria-labelledby="workshop-head">
3176
<div class="left">
3277
<h1 id="workshop-head">Workshops</h1>
33-
<div class="tagline">We learn, we share, we grow together</div>
78+
<p class="tagline">We learn, we share, we grow together</p>
3479
</div>
3580
</section>
36-
37-
<div id="workshops">
81+
<div id="workshops" aria-live="polite">
3882
<div class="empty" id="workshops-empty" style="display: none">
3983
No workshops found.
4084
</div>
4185
</div>
42-
4386
<!-- Exhibitions -->
4487
<section class="hero" aria-labelledby="exhib-head">
4588
<div class="left">
46-
<h1 id="exhib-head">Exhibitions</h1>
47-
<div class="tagline">Showcasing our innovations to the world</div>
89+
<h2 id="exhib-head">Exhibitions</h2>
90+
<p class="tagline">Showcasing our innovations to the world</p>
4891
</div>
4992
</section>
50-
51-
<div id="exhibitions">
93+
<div id="exhibitions" aria-live="polite">
5294
<div class="empty" id="exhibitions-empty" style="display: none">
5395
No exhibitions found.
5496
</div>
@@ -59,7 +101,6 @@ <h1 id="exhib-head">Exhibitions</h1>
59101
<script src="/src/scripts/cursor.js"></script>
60102
<script src="/src/scripts/mobile-navbar.js"></script>
61103
<script src="/src/scripts/componentLoader.js"></script>
62-
63104
<script>
64105
loadComponent("navbar-placeholder", "/src/components/navbar.html");
65106
loadComponent("footer-placeholder", "/src/components/footer.html");

0 commit comments

Comments
 (0)