-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
610 lines (576 loc) · 28.2 KB
/
index.html
File metadata and controls
610 lines (576 loc) · 28.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en-IN">
<head>
<!-- ============================== -->
<!-- 🚀 Google Tag Manager -->
<!-- ============================== -->
<!--
GA4 is configured INSIDE GTM (not via gtag.js) with Measurement ID: G-DN204S2BBC
Container ID: GTM-5GCSP6H7
-->
<script>
// Initialize dataLayer before GTM loads
window.dataLayer = window.dataLayer || [];
// Defer GTM bootstrap until idle/interaction to protect initial paint and LCP.
(function (w, d, s, l, i) {
var loaded = false;
function removeInteractionListeners() {
w.removeEventListener('pointerdown', onFirstInteraction, false);
w.removeEventListener('scroll', onFirstInteraction, false);
w.removeEventListener('keydown', onFirstInteraction, false);
}
function loadGtm() {
if (loaded) return;
loaded = true;
removeInteractionListeners();
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0];
var j = d.createElement(s);
var dl = l !== 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
}
var onFirstInteraction = function () {
loadGtm();
removeInteractionListeners();
};
w.addEventListener('pointerdown', onFirstInteraction, { passive: true, once: true });
w.addEventListener('scroll', onFirstInteraction, { passive: true, once: true });
w.addEventListener('keydown', onFirstInteraction, { passive: true, once: true });
if ('requestIdleCallback' in w) {
w.requestIdleCallback(loadGtm, { timeout: 3500 });
} else {
w.setTimeout(loadGtm, 3500);
}
})(window, document, 'script', 'dataLayer', 'GTM-5GCSP6H7');
</script>
<!-- End Google Tag Manager -->
<!-- ============================== -->
<!-- ✅ Basic Page Configuration -->
<!-- ============================== -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#000000" />
<meta name="format-detection" content="telephone=no" />
<meta name="generator" content="Custom HTML" />
<title>Ghatak Sports Academy India™ | Top Martial Arts Training in India</title>
<!-- ============================== -->
<!-- 🔍 Google Search Console -->
<!-- ============================== -->
<!-- ✅ Verified via DNS - No HTML meta tag needed -->
<!-- ============================== -->
<!-- 📱 PWA & Mobile Web App -->
<!-- ============================== -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Ghatak Sports Academy™" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="application-name" content="Ghatak Sports Academy™" />
<meta name="msapplication-TileColor" content="#000000" />
<link rel="manifest" href="/manifest.webmanifest" />
<!-- ============================== -->
<!-- 🌐 SEO & Metadata -->
<!-- ============================== -->
<meta name="description"
content="Join Ghatak Sports Academy India™ — the nation's top martial arts and self-defense institute. Train in karate, taekwondo, fitness, and more." />
<meta name="keywords"
content="martial arts India, karate, taekwondo, self-defense, Ghatak Sports Academy, Ghatak Sports Academy India, GSAI, fitness Lucknow, martial arts academy India, karate classes Lucknow, taekwondo classes Lucknow, MMA training Lucknow, boxing classes Lucknow, kickboxing classes Lucknow, self defense classes Lucknow" />
<meta name="author" content="GSAI Team" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 day" />
<!-- ============================== -->
<!-- 🌎 General Metadata -->
<!-- ============================== -->
<meta name="rating" content="general" />
<meta name="distribution" content="global" />
<meta name="language" content="en-IN" />
<meta name="coverage" content="Worldwide" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta name="copyright" content="© 2025 Ghatak Sports Academy™" />
<meta name="abstract" content="Martial arts and self-defense training in India" />
<meta name="subject" content="Martial Arts, Self-Defense, Sports Training" />
<meta name="classification" content="Sports, Fitness, Education" />
<!-- ============================== -->
<!-- 📍 Location Metadata -->
<!-- ============================== -->
<meta name="geo.region" content="IN-UP" />
<meta name="geo.placename" content="Lucknow" />
<meta name="geo.position" content="26.8467;80.9462" />
<meta name="ICBM" content="26.8467,80.9462" />
<!-- ============================== -->
<!-- 🔗 Alternate & License Links -->
<!-- ============================== -->
<link rel="canonical" href="https://ghataksportsacademy.com/" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://ghataksportsacademy.com/sitemap.xml" />
<link rel="alternate" hreflang="x-default" href="https://ghataksportsacademy.com/" />
<link rel="alternate" hreflang="en" href="https://ghataksportsacademy.com/" />
<link rel="alternate" hreflang="en-IN" href="https://ghataksportsacademy.com/" />
<link rel="alternate" hreflang="hi-IN" href="https://ghataksportsacademy.com/" />
<link rel="license" href="/license.txt" type="text/plain" />
<!-- ============================== -->
<!-- ☎️ Contact Metadata -->
<!-- ============================== -->
<meta name="email" content="%VITE_ACADEMY_CONTACT_EMAIL%" />
<meta name="phone" content="+91 6394135988" />
<meta name="address" content="W27G+2R Lucknow, Uttar Pradesh, India" />
<!-- ============================== -->
<!-- 🔗 Favicons & Icons -->
<!-- ============================== -->
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icons/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<!-- ============================== -->
<!-- 🔍 Open Graph / Social -->
<!-- ============================== -->
<meta property="og:title" content="Ghatak Sports Academy India™ | Top Martial Arts Training" />
<meta property="og:description"
content="India’s #1 martial arts school. Train in karate, taekwondo, and more with expert coaches." />
<meta property="og:image" content="https://ghataksportsacademy.com/assets/images/social-preview.png" />
<meta property="og:url" content="https://ghataksportsacademy.com" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Ghatak Sports Academy India™" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- ============================== -->
<!-- 🐦 Twitter Cards -->
<!-- ============================== -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ghatak Sports Academy India™ | Top Martial Arts Training" />
<meta name="twitter:description"
content="Train with India’s best martial arts coaches. Expert training in karate, self-defense & more." />
<meta name="twitter:image" content="https://ghataksportsacademy.com/assets/images/social-preview.png" />
<meta name="twitter:site" content="@ghataksportsacademy" />
<meta name="twitter:creator" content="@ghataksportsacademy" />
<!-- ============================== -->
<!-- 📌 Pinterest -->
<!-- ============================== -->
<meta name="pinterest-rich-pin" content="true" />
<!-- ============================== -->
<!-- ⚡ Performance -->
<!-- ============================== -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://www.clarity.ms" />
<link rel="preconnect" href="https://scripts.clarity.ms" />
<link rel="preconnect" href="https://jddeuhrocglnisujixdt.supabase.co" crossorigin />
<link rel="dns-prefetch" href="https://ghataksportsacademy.com" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<link rel="dns-prefetch" href="https://www.clarity.ms" />
<link rel="dns-prefetch" href="https://scripts.clarity.ms" />
<link rel="dns-prefetch" href="https://jddeuhrocglnisujixdt.supabase.co" />
<!-- ============================== -->
<!-- 📊 Structured Data: Organization -->
<!-- ============================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Ghatak Sports Academy India™",
"url": "https://ghataksportsacademy.com",
"logo": "https://ghataksportsacademy.com/icons/android-chrome-192x192.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91 6394135988",
"contactType": "Customer Service",
"email": "%VITE_ACADEMY_CONTACT_EMAIL%"
},
"sameAs": [
"https://www.facebook.com/ghataksportsacademy",
"https://www.instagram.com/ghataksportsacademy",
"https://x.com/ghataksportsacademy",
"https://www.linkedin.com/company/ghataksportsacademy"
]
}
</script>
<!-- 📊 Structured Data: Website Search -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://ghataksportsacademy.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://ghataksportsacademy.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- 📊 Structured Data: Breadcrumbs -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://ghataksportsacademy.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Martial Arts",
"item": "https://ghataksportsacademy.com/#programs"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SportsActivityLocation",
"name": "Ghatak Sports Academy India",
"image": "https://ghataksportsacademy.com/assets/images/social-preview.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Badshah Kheda, Takrohi Rd",
"addressLocality": "Lucknow",
"addressRegion": "Uttar Pradesh",
"postalCode": "226028",
"addressCountry": "IN"
},
"telephone": "+91 6394135988",
"url": "https://ghataksportsacademy.com"
}
</script>
<!-- 📊 Structured Data: Course Catalog -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Course",
"name": "Karate Classes",
"description": "Structured karate training focused on fundamentals, discipline, kata, and sparring.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Children, Teens, Adults"
},
"offers": {
"@type": "Offer",
"category": "Martial Arts Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
},
{
"@type": "Course",
"name": "Taekwondo Training",
"description": "Dynamic taekwondo coaching with kicking drills, forms, and competition-oriented practice.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Children, Teens, Adults"
},
"offers": {
"@type": "Offer",
"category": "Martial Arts Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
},
{
"@type": "Course",
"name": "MMA Training",
"description": "Mixed martial arts program combining striking and grappling for practical combat development.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Teens, Adults"
},
"offers": {
"@type": "Offer",
"category": "Martial Arts Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
},
{
"@type": "Course",
"name": "Boxing Classes",
"description": "Boxing instruction focused on technique, fitness, timing, and ring conditioning.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Teens, Adults"
},
"offers": {
"@type": "Offer",
"category": "Combat Sports Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
},
{
"@type": "Course",
"name": "Kickboxing Classes",
"description": "High-energy kickboxing training for cardio conditioning, technique, and self-defense.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Teens, Adults"
},
"offers": {
"@type": "Offer",
"category": "Combat Fitness Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
},
{
"@type": "Course",
"name": "Self-Defense Classes",
"description": "Practical self-defense sessions for real-world awareness, escape skills, and confidence.",
"inLanguage": ["en-IN", "hi-IN"],
"provider": {
"@type": "Organization",
"name": "Ghatak Sports Academy India",
"sameAs": "https://ghataksportsacademy.com"
},
"audience": {
"@type": "Audience",
"audienceType": "Women, Men, Children"
},
"offers": {
"@type": "Offer",
"category": "Self-Defense Training",
"availability": "https://schema.org/InStock",
"url": "https://ghataksportsacademy.com/#programs"
}
}
]
}
</script>
</head>
<body>
<!-- ============================== -->
<!-- 🚀 Google Tag Manager (noscript) -->
<!-- ============================== -->
<!-- Fallback for users with JavaScript disabled -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GCSP6H7" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>
<div
style="max-width:1200px;margin:0 auto;padding:40px 20px;font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;">
<header style="text-align:center;margin-bottom:40px;">
<h1 style="font-size:2.5rem;margin-bottom:10px;color:#000;">Ghatak Sports Academy India™</h1>
<p style="font-size:1.2rem;color:#666;">Premier Martial Arts & Fitness Training in Lucknow</p>
<nav style="margin-top:20px;">
<a href="/" style="margin:0 10px;color:#ea580c;">Home</a>
<a href="/#about" style="margin:0 10px;color:#ea580c;">About</a>
<a href="/#programs" style="margin:0 10px;color:#ea580c;">Programs</a>
<a href="/#contact" style="margin:0 10px;color:#ea580c;">Contact</a>
<a href="/events" style="margin:0 10px;color:#ea580c;">Events</a>
<a href="/blogs" style="margin:0 10px;color:#ea580c;">Blogs</a>
</nav>
</header>
<main>
<section style="margin-bottom:40px;">
<h2 style="font-size:2rem;margin-bottom:20px;color:#000;">About Ghatak Sports Academy India</h2>
<p style="margin-bottom:15px;">Ghatak Sports Academy India (GSAI) is Lucknow's premier martial arts and
fitness training center, offering world-class programs in karate, taekwondo, MMA, boxing, kickboxing,
grappling, kalaripayattu, self-defense, and fitness training. Located in Indira Nagar, Takrohi, we serve
students across Lucknow, Uttar Pradesh, and India with expert coaching and structured programs for all ages
and skill levels.</p>
<p style="margin-bottom:15px;">Our academy combines traditional martial arts wisdom with modern training
methods to develop confident, disciplined, and skilled individuals. Whether you're a beginner exploring
martial arts for the first time or an advanced practitioner seeking to master your craft, our certified
coaches provide personalized guidance to help you achieve your goals.</p>
<p style="margin-bottom:15px;">We believe in holistic development—building not just physical strength and
technique, but also mental resilience, respect, confidence, and personal excellence. Our programs are
designed to transform lives both inside and outside the dojo, creating champions in every aspect of life.
</p>
</section>
<section style="margin-bottom:40px;">
<h2 style="font-size:2rem;margin-bottom:20px;color:#000;">Our Training Programs</h2>
<p style="margin-bottom:15px;">At GSAI, we offer comprehensive martial arts and fitness programs tailored to
meet the needs of every student:</p>
<ul style="list-style:disc;margin-left:30px;margin-bottom:15px;">
<li style="margin-bottom:10px;"><strong>Karate Classes in Lucknow:</strong> Traditional karate training
focusing on strikes, forms (kata), and self-discipline. Perfect for beginners to advanced practitioners.
</li>
<li style="margin-bottom:10px;"><strong>Taekwondo Training:</strong> Olympic sport featuring dynamic kicks,
sparring techniques, and competitive training for all levels.</li>
<li style="margin-bottom:10px;"><strong>MMA Training in Lucknow:</strong> Mixed martial arts combining
striking and grappling for comprehensive combat skills development.</li>
<li style="margin-bottom:10px;"><strong>Boxing Classes:</strong> Professional boxing training to build
stamina, precision, speed, and fighting technique.</li>
<li style="margin-bottom:10px;"><strong>Kickboxing Classes in Lucknow:</strong> High-energy cardio meets
combat training for fitness and self-defense.</li>
<li style="margin-bottom:10px;"><strong>Grappling & Ground Fighting:</strong> Ground control tactics,
submissions, and wrestling techniques for intermediate and advanced students.</li>
<li style="margin-bottom:10px;"><strong>Kalaripayattu:</strong> India's ancient warrior art focusing on
flexibility, weaponry, and traditional combat techniques.</li>
<li style="margin-bottom:10px;"><strong>Self-Defense Classes in Lucknow:</strong> Practical safety training
for women, men, and children to handle real-world threats.</li>
<li style="margin-bottom:10px;"><strong>Fitness & Fat Loss Programs:</strong> Structured fitness training
combining martial arts conditioning with fat loss and strength building.</li>
</ul>
<p style="margin-bottom:15px;">Each program is led by certified professional coaches with years of experience
in their respective disciplines. We maintain small class sizes to ensure personalized attention and proper
technique development.</p>
</section>
<section style="margin-bottom:40px;">
<h2 style="font-size:2rem;margin-bottom:20px;color:#000;">Why Choose Ghatak Sports Academy India?</h2>
<ul style="list-style:disc;margin-left:30px;margin-bottom:15px;">
<li style="margin-bottom:10px;"><strong>Expert Coaches:</strong> Learn from certified martial arts
instructors with proven track records in competition and teaching.</li>
<li style="margin-bottom:10px;"><strong>World-Class Facilities:</strong> Train in a modern facility with
proper equipment, safety gear, and spacious training areas.</li>
<li style="margin-bottom:10px;"><strong>Structured Programs:</strong> Clear progression paths with belt
systems and regular assessments to track your growth.</li>
<li style="margin-bottom:10px;"><strong>Community Focus:</strong> Join a supportive community of like-minded
individuals dedicated to personal excellence.</li>
<li style="margin-bottom:10px;"><strong>Flexible Schedules:</strong> Evening and weekend classes to
accommodate working professionals, students, and families.</li>
<li style="margin-bottom:10px;"><strong>Corporate Training:</strong> Specialized programs for businesses,
MNCs, and organizations focusing on team building, self-defense, and workplace wellness.</li>
</ul>
</section>
<section style="margin-bottom:40px;">
<h2 style="font-size:2rem;margin-bottom:20px;color:#000;">Contact Information</h2>
<p style="margin-bottom:10px;"><strong>Address:</strong> Badshah kheda, Takrohi Rd, nearby Balaji Chauraha,
Indira Nagar, Lucknow, Uttar Pradesh 226028, India</p>
<p style="margin-bottom:10px;"><strong>Phone:</strong> <a href="tel:+916394135988" style="color:#ea580c;">+91
63941 35988</a></p>
<p style="margin-bottom:10px;"><strong>Email:</strong> <a href="mailto:%VITE_ACADEMY_CONTACT_EMAIL%"
style="color:#ea580c;">%VITE_ACADEMY_CONTACT_EMAIL%</a></p>
<p style="margin-bottom:10px;"><strong>Hours:</strong> Monday-Saturday: 4:00 PM - 8:00 PM | Sunday: 7:00 AM -
11:00 AM</p>
<p style="margin-bottom:10px;"><strong>Follow Us:</strong> <a
href="https://www.instagram.com/ghataksportsacademy" style="color:#ea580c;" target="_blank"
rel="noopener">Instagram</a> | <a href="https://www.facebook.com/ghataksportsacademy"
style="color:#ea580c;" target="_blank" rel="noopener">Facebook</a> | <a
href="https://x.com/ghataksportsacademy" style="color:#ea580c;" target="_blank" rel="noopener">X
(Twitter)</a></p>
</section>
<section>
<h2 style="font-size:2rem;margin-bottom:20px;color:#000;">Serving Lucknow & Beyond</h2>
<p style="margin-bottom:15px;">While our main academy is located in Lucknow's Indira Nagar area, we proudly
serve students from across Uttar Pradesh and India. Our reputation for excellence in martial arts training
has attracted students from Gorakhpur, Kanpur, Varanasi, and other cities seeking world-class coaching and
structured programs.</p>
<p style="margin-bottom:15px;">Whether you're looking for martial arts classes in Lucknow, self-defense
training, fitness programs, or corporate training solutions, Ghatak Sports Academy India is your trusted
partner in personal development and athletic excellence.</p>
<p style="margin-bottom:15px;"><strong>Visit us today and start your martial arts journey!</strong> <a
href="/#contact" style="color:#ea580c;">Contact us</a> to schedule a trial class or learn more about our
programs.</p>
</section>
</main>
<footer style="margin-top:60px;padding-top:40px;border-top:1px solid #ddd;text-align:center;color:#666;">
<p style="margin-bottom:10px;">© 2026 Ghatak Sports Academy India™. All rights reserved.</p>
<nav>
<a href="/privacy" style="margin:0 10px;color:#ea580c;">Privacy Policy</a>
<a href="/terms" style="margin:0 10px;color:#ea580c;">Terms of Service</a>
<a href="/locations/lucknow" style="margin:0 10px;color:#ea580c;">Lucknow Location</a>
</nav>
</footer>
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Auto-mark external links: adds rel="noopener noreferrer" and target="_blank" for external anchors -->
<script>
let markScheduled = false;
function markExternalLinks() {
try {
const origin = location.origin;
const anchors = Array.from(document.getElementsByTagName('a'));
anchors.forEach((a) => {
try {
const href = a.getAttribute('href');
if (!href) return;
// ignore anchors, mailto, tel, javascript and same-origin links
if (href.startsWith('#') || href.startsWith('mailto:') || href.startsWith('tel:') || href.startsWith('javascript:')) return;
// Resolve relative URLs
const url = new URL(href, origin);
if (url.origin !== origin) {
// add safe attributes for external links
const rel = (a.getAttribute('rel') || '').split(/\s+/).filter(Boolean);
['noopener', 'noreferrer'].forEach((r) => {
if (!rel.includes(r)) rel.push(r);
});
a.setAttribute('rel', rel.join(' '));
if (!a.getAttribute('target')) a.setAttribute('target', '_blank');
}
} catch (e) {
// ignore malformed href
}
});
} catch (e) {
// silent
}
}
function scheduleMarkExternalLinks() {
if (markScheduled) return;
markScheduled = true;
requestAnimationFrame(() => {
markScheduled = false;
markExternalLinks();
});
}
// Run on initial parse and after full load.
window.addEventListener('DOMContentLoaded', markExternalLinks);
window.addEventListener('load', markExternalLinks);
// Keep external-link attributes correct for React SPA updates after load.
window.addEventListener('DOMContentLoaded', () => {
if (!document.body) return;
const observer = new MutationObserver((mutations) => {
for (const mutation of mutations) {
for (const node of mutation.addedNodes) {
if (node.nodeType !== Node.ELEMENT_NODE) continue;
const element = node;
if (element.tagName === 'A' || element.querySelector?.('a')) {
scheduleMarkExternalLinks();
return;
}
}
}
});
observer.observe(document.body, { childList: true, subtree: true });
});
</script>
</body>
</html>