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:
20
contact.html
20
contact.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 İletişim - Adres, telefon, e-posta ve harita bilgileri. Ehliyet kursu kaydı için hemen bize ulaşın.">
|
||||
<meta name="keywords" content="muğla sürücü kursu iletişim, muğla ehliyet kursu telefon, sürücü kursu adres muğla, ehliyet kayıt">
|
||||
<meta name="author" content="Muğla Sürücü Kursu">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://muglasurucukursu.com/contact.html">
|
||||
<meta property="og:title" content="İletişim | Muğla Sürücü Kursu">
|
||||
<meta property="og:description" content="Muğla Sürücü Kursu'na ulaşmak için adres, telefon ve e-posta bilgileri.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://muglasurucukursu.com/contact.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>İletişim | 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-->
|
||||
@@ -80,7 +88,7 @@
|
||||
|
||||
<!-- Header Booking Button Start -->
|
||||
<div class="header-booking-btn">
|
||||
<a href="book-appointment.html" class="btn-default">İletişim</a>
|
||||
<a href="contact.html" class="btn-default">İletişim</a>
|
||||
</div>
|
||||
<!-- Header Booking Button End -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user