-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
681 lines (611 loc) · 31 KB
/
Copy pathindex.html
File metadata and controls
681 lines (611 loc) · 31 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
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SEO Agentur Schweiz - Professionelle Suchmaschinenoptimierung für Google & GPT. Nachweisbare Top-Rankings zu fairen Preisen. Workshops, Beratung und Full-Service für KMUs.">
<meta name="keywords" content="SEO Agentur, SEO Schweiz, SEO Agentur Schweiz, Google SEO, GPT SEO, Suchmaschinenoptimierung, SEO Beratung, SEO Kosten, SEO Workshop">
<title>SEO Agentur Schweiz | Google & GPT SEO</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="favicon.ico">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tryotrix.github.io/">
<meta property="og:title" content="SEO Agentur Schweiz | Google & GPT SEO">
<meta property="og:description" content="Professionelle Suchmaschinenoptimierung für Google & GPT. Nachweisbare Top-Rankings zu fairen Preisen. Workshops, Beratung und Full-Service für KMUs.">
<meta property="og:image" content="https://tryotrix.github.io/og-image.jpg">
<meta property="og:locale" content="de_CH">
<meta property="og:site_name" content="SEO Agentur Schweiz">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://tryotrix.github.io/">
<meta name="twitter:title" content="SEO Agentur Schweiz | Google & GPT SEO">
<meta name="twitter:description" content="Professionelle Suchmaschinenoptimierung für Google & GPT. Nachweisbare Top-Rankings zu fairen Preisen.">
<meta name="twitter:image" content="https://tryotrix.github.io/og-image.jpg">
<!-- Fonts (local) -->
<style>
@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: optional;
}
@font-face {
font-family: 'Lato';
src: url('fonts/Lato-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: optional;
}
/* Critical CSS */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Lato',system-ui,-apple-system,sans-serif;background:#f4f3f2;color:#333;line-height:1.7;min-height:100vh;overflow-x:hidden}
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative}
.glass-panel{background:rgba(255,255,255,0.35);border:1px solid rgba(255,255,255,0.5);border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.4);position:relative}
.hero-content{text-align:center;padding:clamp(40px,8vw,80px);max-width:800px;position:relative;z-index:1}
h1,h2,h3,h4{font-family:'Montserrat',system-ui,sans-serif;font-weight:900;color:#333;line-height:1.2}
.hero-title{font-size:clamp(2.2rem,6vw,4.2rem);margin-bottom:0.4em;background:linear-gradient(90deg,#0075BE 0%,#ff00aa 30%,#0075BE 60%,#00c8d4 100%);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
</style>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Floating Circles Background -->
<div class="floating-circles">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<!-- Hero Section -->
<section class="hero">
<div class="glass-panel hero-content">
<h1 class="hero-title">SEO Agentur Schweiz</h1>
<p class="hero-subtitle">Google SEO & GPT SEO</p>
<p class="hero-tagline">
Deine Website auf Seite 1. Nachweisbar.<br>
Ich bin <a href="https://ch.linkedin.com/in/daniel-g%C3%A4chter-2b3411158" target="_blank" rel="noopener nofollow">Daniel Gächter</a> – SEO-Experte mit nachweisbaren Top-Rankings.
</p>
<a href="#contact" class="cta-button">Gratis SEO-Check →</a>
</div>
<!-- Scroll Indicator -->
<a href="#projects" class="scroll-indicator">
<span class="scroll-text">Projekte</span>
<div class="scroll-chevron">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</div>
</a>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="section-header scroll-reveal">
<h2>Echte Ergebnisse</h2>
<p class="section-subtitle">Hart umkämpfte Keywords, nachweisbare Top-Rankings</p>
</div>
<div class="project-grid">
<!-- Featured Projects: Eigene Projekte -->
<div class="featured-project-wrapper">
<a href="https://freizeit-vergleich-schweiz.ch" target="_blank" rel="noopener" class="project-card featured-project">
<div class="project-card-inner">
<div class="featured-badge">NEU</div>
<div class="project-icon new-project-icon">
<img src="happy.webp" alt="Freizeit-Vergleich-Schweiz" width="40" height="40" loading="lazy">
</div>
<h3>Freizeit-Vergleich-Schweiz.ch</h3>
<p class="project-keyword">"Aktivitäten Schweiz"</p>
<span class="ranking-badge in-progress">
<span class="badge-pulse"></span>
SEO in Arbeit
</span>
<p class="project-meta">
<span class="meta-icon">✦</span> Selbst erstellt am 03.02.2026
</p>
</div>
</a>
</div>
<!-- SEO-Agent.ch -->
<a href="https://seo-agent.ch" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="favicon.ico" alt="SEO-Agent.ch" width="32" height="32" loading="lazy">
</div>
<h3>SEO-Agent.ch</h3>
<p class="project-keyword">"SEO Agentur Schweiz"</p>
<span class="ranking-badge in-progress">
<span class="badge-pulse"></span>
SEO in Arbeit
</span>
<p class="project-meta">
<span class="meta-icon">✦</span> Selbst erstellt am 20.02.2026
</p>
</div>
</a>
<!-- ========== LOTUS ACADEMY ========== -->
<!-- Lotus 1: Beste Nachhilfe Schweiz - Rang #1 -->
<a href="https://www.nachhilfe-lotusacademy.ch/die-besten-online-nachhilfeagenturen-in-der-schweiz" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Beste Nachhilfe - Lotus Academy</h3>
<p class="project-keyword">"Beste Nachhilfe Schweiz"</p>
<span class="ranking-badge rank-1">Rang #1</span>
</div>
</a>
<!-- Lotus 2: Nachhilfe Münchwilen - Rang #1 -->
<a href="https://www.nachhilfe-lotusacademy.ch/nachhilfe/standorte/muenchwilen" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe Münchwilen - Lotus</h3>
<p class="project-keyword">"Nachhilfe Münchwilen"</p>
<span class="ranking-badge rank-1">Rang #1</span>
</div>
</a>
<!-- Lotus 3: Nachhilfe Preise - Rang #1 -->
<a href="https://www.nachhilfe-lotusacademy.ch/preise" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe Preise - Lotus</h3>
<p class="project-keyword">"Nachhilfe Preise"</p>
<p class="project-keyword">"Nachhilfe Kosten"</p>
<span class="ranking-badge rank-1">Rang #1</span>
</div>
</a>
<!-- Lotus 4: Nachhilfe Wil - Top 3 -->
<a href="https://www.nachhilfe-lotusacademy.ch/nachhilfe/standorte/wil" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe Wil - Lotus Academy</h3>
<p class="project-keyword">"Nachhilfe Wil"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
</div>
</a>
<!-- Lotus 5: Nachhilfe Winterthur - Top 3 -->
<a href="https://www.nachhilfe-lotusacademy.ch/nachhilfe/standorte/winterthur" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe Winterthur - Lotus</h3>
<p class="project-keyword">"Nachhilfe Winterthur"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
</div>
</a>
<!-- Lotus 6: Nachhilfe St. Gallen - Top 3 -->
<a href="https://www.nachhilfe-lotusacademy.ch/nachhilfe/standorte/stgallen" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe St. Gallen - Lotus</h3>
<p class="project-keyword">"Nachhilfe St. Gallen"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
</div>
</a>
<!-- Lotus 7: Nachhilfe Frauenfeld - Top 3 -->
<a href="https://www.nachhilfe-lotusacademy.ch/nachhilfe/standorte/frauenfeld" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Nachhilfe Frauenfeld - Lotus</h3>
<p class="project-keyword">"Nachhilfe Frauenfeld"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
</div>
</a>
<!-- Lotus 8: Vocal Range Test - Top 3 -->
<a href="https://www.nachhilfe-lotusacademy.ch/vocal-range-test" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://www.nachhilfe-lotusacademy.ch/favicon.ico" alt="Lotus Academy" width="32" height="32" loading="lazy">
</div>
<h3>Vocal Range Test - Lotus</h3>
<p class="project-keyword">"Vocal Range Test"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
</div>
</a>
<!-- ========== ANDERE PROJEKTE ========== -->
<!-- Ayana-Med - Rang #1 -->
<a href="https://ayana-med.ch/med/tattoo/" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://ayana-med.ch/favicon.ico" alt="Ayana-Med" width="32" height="32" loading="lazy">
</div>
<h3>Ayana-Med Tattoo</h3>
<p class="project-keyword">"Areola Tätowierung"</p>
<p class="project-keyword">"Brustwarzen Tätowierung"</p>
<span class="ranking-badge rank-1">Rang #1</span>
</div>
</a>
<!-- Polygon Software - Top 3 -->
<a href="https://polygon-software.ch/" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://polygon-software.ch/images/icon.svg" alt="Polygon Software" width="32" height="32" loading="lazy">
</div>
<h3>Polygon Software</h3>
<p class="project-keyword">"Softwareentwicklung"</p>
<span class="ranking-badge top-3">Top 3, Seite 1</span>
<p class="project-note">2023 · Betrieb eingestellt</p>
<p class="project-highlight">Bis dahin direkt durch SEO Akquise >400'000 CHF Umsatz</p>
</div>
</a>
<!-- Nagelstudio St. Gallen - Seite 1 -->
<a href="https://nagelstudio-sg.ch/" target="_blank" rel="noopener" class="project-card">
<div class="project-card-inner">
<div class="project-icon">
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=48,h=48,fit=crop,f=png/dJo6gRyj5zTznGq9/nagelstudio-sg-m5KwRV2rjBswPPKr.png" alt="Nagelstudio St. Gallen" width="32" height="32" loading="lazy">
</div>
<h3>Nagelstudio St. Gallen</h3>
<p class="project-keyword">"Nagelstudio St. Gallen"</p>
<span class="ranking-badge page-1">Seite 1</span>
<p class="project-note">2024</p>
</div>
</a>
</div>
</section>
<!-- CTA Banner -->
<section class="cta-banner">
<div class="glass-panel cta-banner-content">
<h2 class="cta-banner-title">Bereit für Seite 1?</h2>
<p class="cta-banner-text">Finde heraus, wo deine Website steht – kostenlos und unverbindlich.</p>
<a href="#contact" class="cta-button">Gratis SEO-Check anfordern</a>
</div>
</section>
<!-- Pricing Section -->
<section class="pricing" id="pricing">
<div class="section-header scroll-reveal">
<h2>SEO Pakete</h2>
<p class="section-subtitle">Transparent, fair, ergebnisorientiert</p>
</div>
<div class="pricing-grid">
<!-- Launch-Angebot -->
<div class="pricing-card card-launch">
<span class="pricing-badge badge-launch">LIMITIERT – 4 PLÄTZE</span>
<div class="pricing-name">Launch-Angebot</div>
<div class="pricing-price">
<span class="currency">CHF </span>4'500
</div>
<div class="pricing-price-note">einmalig + CHF 390/Monat</div>
<div class="pricing-value">Marktwert: <span class="strikethrough">CHF 21'600</span></div>
<ul class="pricing-features">
<li>Neue Website / Redesign</li>
<li>On-Page SEO Setup</li>
<li>Keyword-Strategie</li>
<li>Technische Optimierung</li>
<li>1 Experten-Artikel/Monat</li>
<li>Monatliches Reporting</li>
<li>Persönlicher Ansprechpartner</li>
</ul>
<a href="#contact" class="pricing-cta cta-gold">Platz sichern</a>
</div>
<!-- Starter -->
<div class="pricing-card card-starter">
<div class="pricing-name">Starter</div>
<div class="pricing-price">
<span class="currency">CHF </span>500<span class="period">/Monat</span>
</div>
<div class="pricing-price-note"> </div>
<div class="pricing-value">Marktwert: <span class="strikethrough">CHF 3'600</span>/Monat</div>
<ul class="pricing-features">
<li>Keyword-Strategie</li>
<li>Technische Fehler beheben</li>
<li>1 Artikel/Monat</li>
<li>Ganze Seite optimiert</li>
<li>Ranking-Reports</li>
<li>Persönlicher Support</li>
</ul>
<a href="#contact" class="pricing-cta cta-outline">Starten</a>
</div>
<!-- Growth (Featured) -->
<div class="pricing-card card-growth featured">
<span class="pricing-badge badge-popular">BELIEBTESTE WAHL</span>
<div class="pricing-name">Growth</div>
<div class="pricing-price">
<span class="currency">CHF </span>2'500<span class="period">/Monat</span>
</div>
<div class="pricing-price-note"> </div>
<div class="pricing-value">Marktwert: <span class="strikethrough">CHF 14'000</span>/Monat</div>
<ul class="pricing-features">
<li>Alles aus Starter</li>
<li>Keyword-Dominanz-Strategie</li>
<li>Technische Perfektion</li>
<li>4 Artikel/Monat</li>
<li>Backlink-Aufbau</li>
<li>AI-Plattform-Optimierung (GPT/Perplexity)</li>
<li>2-wöchentliche Strategie-Calls</li>
<li>Erweiterte Tools</li>
</ul>
<a href="#contact" class="pricing-cta cta-filled">Wachstum starten</a>
</div>
<!-- Dominance -->
<div class="pricing-card card-dominance">
<span class="pricing-badge badge-enterprise">ENTERPRISE</span>
<div class="pricing-name">Dominance</div>
<div class="pricing-price">
<span class="currency">CHF </span>25'000<span class="period">/Monat</span>
</div>
<div class="pricing-price-note"> </div>
<div class="pricing-value">Dediziertes Team, volle Kontrolle</div>
<ul class="pricing-features">
<li>3+ Spezialisten-Team</li>
<li>20+ Content-Stücke/Monat</li>
<li>Automatisierte Seitenerstellung</li>
<li>CHF 5'000 Linkbuilding-Budget</li>
<li>Conversion-Optimierung</li>
<li>Digital PR</li>
<li>Mehrsprachig (DE/FR/EN)</li>
<li>Wöchentliche Reports</li>
<li>Performance-Garantie</li>
</ul>
<a href="#contact" class="pricing-cta cta-dark">Kontakt aufnehmen</a>
</div>
</div>
<div class="pricing-guarantee">
<p><strong>Garantie:</strong> Mindestens 3 Keywords mit messbarer Ranking-Verbesserung in 90 Tagen, oder wir arbeiten kostenlos weiter.</p>
</div>
</section>
<!-- Process Section -->
<section class="process" id="process">
<div class="section-header scroll-reveal">
<h2>So läuft's ab</h2>
<p class="section-subtitle">In 3 Schritten zu besseren Rankings</p>
</div>
<div class="process-steps">
<div class="glass-panel process-step">
<div class="process-number">01</div>
<h3>Gratis SEO-Check</h3>
<p>Ich analysiere deine Website und zeige dir konkret, wo du Potenzial verschenkst.</p>
</div>
<div class="glass-panel process-step">
<div class="process-number">02</div>
<h3>Strategie & Angebot</h3>
<p>Du erhältst einen klaren Plan mit Massnahmen, Zeitrahmen und transparenten Kosten.</p>
</div>
<div class="glass-panel process-step">
<div class="process-number">03</div>
<h3>Umsetzung & Rankings</h3>
<p>Ich optimiere deine Website und du siehst die Ergebnisse in den Suchergebnissen.</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="section-header scroll-reveal">
<h2>Gratis SEO-Check</h2>
<p class="section-subtitle">Unverbindlich anfragen</p>
</div>
<div class="glass-panel contact-content">
<p class="contact-intro">
Schick mir deine Website – ich zeige dir kostenlos, wo du Rankings verschenkst.
</p>
<form class="contact-form" id="contactForm" novalidate>
<!-- Honeypot -->
<div class="form-field-hp" aria-hidden="true">
<input type="text" name="website_url" tabindex="-1" autocomplete="off">
</div>
<div class="form-group">
<label for="formName">Name</label>
<input type="text" id="formName" name="name" required placeholder="Dein Name">
</div>
<div class="form-group">
<label for="formUrl">Website-URL</label>
<input type="url" id="formUrl" name="url" required placeholder="https://deine-website.ch">
</div>
<div class="form-group">
<label for="formMessage">Nachricht <span class="optional">(optional)</span></label>
<textarea id="formMessage" name="message" rows="3" placeholder="Was möchtest du erreichen?"></textarea>
</div>
<button type="submit" class="cta-button form-submit">
Gratis SEO-Check anfordern
</button>
<p class="form-hint">Antwort innerhalb von 24h via WhatsApp oder Telefon.</p>
</form>
<div class="contact-divider">
<span>oder direkt</span>
</div>
<div class="contact-methods">
<a href="#" class="contact-method contact-wa" target="_blank" rel="noopener">
<span class="contact-method-icon">💬</span>
<div class="contact-method-text">
<span class="contact-method-label">WhatsApp</span>
<span class="contact-method-value phone-display">Laden...</span>
</div>
</a>
<a href="#" class="contact-method contact-tel">
<span class="contact-method-icon">📞</span>
<div class="contact-method-text">
<span class="contact-method-label">Telefon</span>
<span class="contact-method-value phone-display">Laden...</span>
</div>
</a>
</div>
<div class="social-links">
<a href="https://ch.linkedin.com/in/daniel-g%C3%A4chter-2b3411158" class="social-link" target="_blank" rel="noopener">
<span>in</span> LinkedIn
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="footer-content">
<p class="footer-text">
© 2026 <a href="https://ch.linkedin.com/in/daniel-g%C3%A4chter-2b3411158" target="_blank" rel="noopener nofollow">Daniel Gächter</a> | SEO Agentur Schweiz
</p>
<div class="footer-links">
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutz</a>
</div>
</div>
</footer>
<!-- Structured Data -->
<script type="application/ld+json" id="structured-data">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "SEO Agentur Schweiz | Google SEO & GPT SEO",
"image": "/favicon.ico",
"url": "https://tryotrix.github.io",
"address": {
"@type": "PostalAddress",
"addressLocality": "Zürich",
"addressRegion": "ZH",
"addressCountry": "CH"
},
"priceRange": "$$",
"description": "SEO Agentur Schweiz - Professionelle Suchmaschinenoptimierung für Google & GPT. Nachweisbare Top-Rankings zu fairen Preisen.",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "08:00",
"closes": "18:00"
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": "47.3769",
"longitude": "8.5417"
},
"serviceArea": {
"@type": "AdministrativeArea",
"name": "Schweiz"
}
}
</script>
<!-- Scripts -->
<script>
// Scroll Reveal Animation
const observerOptions = {
root: null,
rootMargin: '0px',
threshold: 0.1
};
const revealOnScroll = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('revealed');
}
});
}, observerOptions);
document.querySelectorAll('.scroll-reveal, .project-card').forEach(el => {
revealOnScroll.observe(el);
});
// Hero parallax on scroll + hide scroll indicator
const heroContent = document.querySelector('.hero-content');
const scrollIndicator = document.querySelector('.scroll-indicator');
let ticking = false;
window.addEventListener('scroll', () => {
if (!ticking) {
window.requestAnimationFrame(() => {
const scrolled = window.scrollY;
if (heroContent && scrolled < window.innerHeight) {
heroContent.style.transform = `translateY(${scrolled * 0.15}px)`;
heroContent.style.opacity = 1 - (scrolled / window.innerHeight) * 0.4;
}
if (scrollIndicator) {
if (scrolled > 20) {
scrollIndicator.classList.add('hidden');
} else {
scrollIndicator.classList.remove('hidden');
}
}
ticking = false;
});
ticking = true;
}
});
// Contact Form Handler
(function() {
const form = document.getElementById('contactForm');
const formLoadTime = Date.now();
// Rate limiting (localStorage)
const RATE_KEY = 'seo_form_sub';
const RATE_MAX = 3;
const RATE_WINDOW = 3600000; // 1 hour
function checkRateLimit() {
var subs = JSON.parse(localStorage.getItem(RATE_KEY) || '[]');
var now = Date.now();
subs = subs.filter(function(t) { return now - t < RATE_WINDOW; });
localStorage.setItem(RATE_KEY, JSON.stringify(subs));
return subs.length < RATE_MAX;
}
function recordSubmission() {
var subs = JSON.parse(localStorage.getItem(RATE_KEY) || '[]');
subs.push(Date.now());
localStorage.setItem(RATE_KEY, JSON.stringify(subs));
}
form.addEventListener('submit', function(e) {
e.preventDefault();
// Honeypot
var hp = form.querySelector('input[name="website_url"]');
if (hp && hp.value) return;
// Time check (min 5 seconds)
if (Date.now() - formLoadTime < 5000) {
alert('Bitte nimm dir einen Moment Zeit.');
return;
}
// Rate limit
if (!checkRateLimit()) {
alert('Zu viele Anfragen. Bitte versuche es später erneut.');
return;
}
// Values
var name = document.getElementById('formName').value.trim();
var url = document.getElementById('formUrl').value.trim();
var message = document.getElementById('formMessage').value.trim();
if (!name || !url) {
alert('Bitte fülle Name und Website-URL aus.');
return;
}
// Build WhatsApp message
var waMsg = 'Hallo! Ich möchte einen Gratis SEO-Check.\n\n';
waMsg += 'Name: ' + name + '\n';
waMsg += 'Website: ' + url;
if (message) waMsg += '\n\nNachricht: ' + message;
// Phone (obfuscated)
var c = ['\x34','\x31','\x37','\x36','\x32','\x38','\x31','\x38','\x35','\x38','\x32'];
var pc = c.join('');
recordSubmission();
window.open('https://wa.me/' + pc + '?text=' + encodeURIComponent(waMsg), '_blank');
});
})();
// Phone number protection (obfuscation)
(function() {
const p = ['\x30','\x37','\x36','\x20','\x32','\x38','\x31','\x20','\x38','\x35','\x20','\x38','\x32'];
const c = ['\x34','\x31','\x37','\x36','\x32','\x38','\x31','\x38','\x35','\x38','\x32'];
const d = function(a) { return a.join(''); };
const phoneDisplay = d(p);
const phoneClean = d(c);
// Set display values
document.querySelectorAll('.phone-display').forEach(function(el) {
el.textContent = phoneDisplay;
});
// Set WhatsApp link
const waLink = document.querySelector('.contact-wa');
if (waLink) {
waLink.href = 'https://' + 'wa' + '.me/' + phoneClean;
}
// Set Tel link
const telLink = document.querySelector('.contact-tel');
if (telLink) {
telLink.href = 'te' + 'l:+' + phoneClean;
}
})();
</script>
</body>
</html>