feat: SEO optimization, footer redesign, broken links fix
- Added full SEO meta tags to all 6 pages (title, description, keywords, OG, canonical) - Changed lang from 'zxx' to 'tr' on all pages - Redesigned footer: 4-column layout with dark theme and gold accents - Fixed 59 broken links (service-single, team-single, course-single, book-appointment) - Migrated hero video to Cloudinary CDN with q_auto optimization
This commit is contained in:
36
courses.html
36
courses.html
@@ -1,15 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
<html lang="tr">
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Awaiken">
|
||||
<meta name="description" content="Muğla Sürücü Kursu Kursları - A sınıfı motosiklet, B sınıfı otomobil ve C sınıfı tır ehliyet kursları. Uygun fiyatlarla ehliyet alın.">
|
||||
<meta name="keywords" content="ehliyet kursları muğla, A sınıfı ehliyet, B sınıfı ehliyet, C sınıfı ehliyet, motosiklet ehliyeti, otomobil ehliyeti, tır ehliyeti muğla">
|
||||
<meta name="author" content="Muğla Sürücü Kursu">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://muglasurucukursu.com/courses.html">
|
||||
<meta property="og:title" content="Kurslarımız | Muğla Sürücü Kursu">
|
||||
<meta property="og:description" content="A, B, C sınıfı ehliyet kursları. Motosiklet, otomobil ve tır ehliyeti için hemen başvurun.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://muglasurucukursu.com/courses.html">
|
||||
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
|
||||
<meta property="og:locale" content="tr_TR">
|
||||
<!-- Page Title -->
|
||||
<title>Muğla Sürücü Kursu</title>
|
||||
<title>Kurslarımız | Muğla Sürücü Kursu</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
|
||||
<!-- Google Fonts Css-->
|
||||
@@ -157,7 +165,7 @@
|
||||
<div class="course-item wow fadeInUp">
|
||||
<!-- Course Image Start -->
|
||||
<div class="course-image">
|
||||
<a href="course-single.html" data-cursor-text="View">
|
||||
<a href="contact.html" data-cursor-text="View">
|
||||
<figure class="image-anime">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917604/muglasurucukursu/arabadikey1.jpg" alt="">
|
||||
</figure>
|
||||
@@ -169,13 +177,13 @@
|
||||
<div class="course-body">
|
||||
<!-- Course Content Start -->
|
||||
<div class="course-item-content">
|
||||
<h3><a href="course-single.html">A Sınıfı Ehliyeti Kursu</a></h3>
|
||||
<h3><a href="contact.html">A Sınıfı Ehliyeti Kursu</a></h3>
|
||||
</div>
|
||||
<!-- Course Content End -->
|
||||
|
||||
<!-- Course Social List Start -->
|
||||
<div class="course-readmore-btn">
|
||||
<a href="course-single.html" class="readmore-btn">İletişim</a>
|
||||
<a href="contact.html" class="readmore-btn">İletişim</a>
|
||||
</div>
|
||||
<!-- Course Social List End -->
|
||||
</div>
|
||||
@@ -189,7 +197,7 @@
|
||||
<div class="course-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<!-- Course Image Start -->
|
||||
<div class="course-image">
|
||||
<a href="course-single.html" data-cursor-text="View">
|
||||
<a href="contact.html" data-cursor-text="View">
|
||||
<figure class="image-anime">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917627/muglasurucukursu/motor.jpg" alt="">
|
||||
</figure>
|
||||
@@ -201,13 +209,13 @@
|
||||
<div class="course-body">
|
||||
<!-- Course Content Start -->
|
||||
<div class="course-item-content">
|
||||
<h3><a href="course-single.html">B Sınıfı Ehliyeti Kursu</a></h3>
|
||||
<h3><a href="contact.html">B Sınıfı Ehliyeti Kursu</a></h3>
|
||||
</div>
|
||||
<!-- Course Content End -->
|
||||
|
||||
<!-- Course Social List Start -->
|
||||
<div class="course-readmore-btn">
|
||||
<a href="course-single.html" class="readmore-btn">İletişim</a>
|
||||
<a href="contact.html" class="readmore-btn">İletişim</a>
|
||||
</div>
|
||||
<!-- Course Social List End -->
|
||||
</div>
|
||||
@@ -221,7 +229,7 @@
|
||||
<div class="course-item wow fadeInUp" data-wow-delay="0.4s">
|
||||
<!-- Course Image Start -->
|
||||
<div class="course-image">
|
||||
<a href="course-single.html" data-cursor-text="View">
|
||||
<a href="contact.html" data-cursor-text="View">
|
||||
<figure class="image-anime">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917651/muglasurucukursu/tirdikey.jpg" alt="">
|
||||
</figure>
|
||||
@@ -233,13 +241,13 @@
|
||||
<div class="course-body">
|
||||
<!-- Course Content Start -->
|
||||
<div class="course-item-content">
|
||||
<h3><a href="course-single.html">C Sınıfı Ehliyeti Kursu</a></h3>
|
||||
<h3><a href="contact.html">C Sınıfı Ehliyeti Kursu</a></h3>
|
||||
</div>
|
||||
<!-- Course Content End -->
|
||||
|
||||
<!-- Course Social List Start -->
|
||||
<div class="course-readmore-btn">
|
||||
<a href="course-single.html" class="readmore-btn">İletişim</a>
|
||||
<a href="contact.html" class="readmore-btn">İletişim</a>
|
||||
</div>
|
||||
<!-- Course Social List End -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user