feat(seo): implement SEO audit remediations
- Add dynamic sitemap.ts, robots.ts, and llms.txt route - Add metadataBase and JSON-LD Organization schema to layout - Set canonical alternates for all routes - Migrate raw img tags to next/image for LCP optimization - Add SEO dictionary strings to tr.json and en.json
This commit is contained in:
@@ -181,5 +181,31 @@
|
||||
"desserts": "Desserts",
|
||||
"drinks": "Drinks",
|
||||
"note": "Prices include VAT. The menu is subject to change. If you have any allergies, please inform our service team."
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "Moy Group | Premium Holiday Experience in Akyaka & Datça",
|
||||
"description": "Premium beach, bungalow, and restaurant services in Akyaka, Akçapınar, and Datça. Book now for a luxurious holiday intertwined with nature in the Aegean! ✓"
|
||||
},
|
||||
"corporate": {
|
||||
"title": "About Us | Moy Group - Sustainable Aegean Tourism",
|
||||
"description": "Our nature-respectful and innovative tourism vision in the Aegean region with years of experience. We are here with our restaurant, beach, and accommodation."
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Gallery | Moy Group Beach, Bungalow & Restaurant Photos",
|
||||
"description": "Explore the most special frames from Moy Group venues, from the cool waters of the Aegean to our luxury bungalows and flavor-filled restaurants."
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact Us | Moy Group Akyaka, Datça & Akçapınar",
|
||||
"description": "Contact us for Moy Group venues, reservation requests, kitesurf lessons, and corporate events. The Aegean is waiting for you!"
|
||||
},
|
||||
"menu": {
|
||||
"title": "Digital Menu | Moy Group - Fresh Aegean Flavors",
|
||||
"description": "Explore the Moy Group digital menu prepared with fresh ingredients sourced from regional producers. Unique flavors, signature dishes, and much more."
|
||||
},
|
||||
"faq": {
|
||||
"title": "Frequently Asked Questions | Moy Group & Kitesurf",
|
||||
"description": "Everything you need to know about Akyaka accommodation, check-in times, pet policy, and kitesurf training. Moy Group frequently asked questions."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -181,5 +181,31 @@
|
||||
"desserts": "Tatlılar",
|
||||
"drinks": "İçecekler",
|
||||
"note": "Fiyatlara KDV dahildir. Menü değişiklik gösterebilir. Alerjiniz varsa lütfen servis ekibimizi bilgilendirin."
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "Moy Group | Akyaka & Datça'da Eşsiz Tatil Deneyimi",
|
||||
"description": "Akyaka, Akçapınar ve Datça'da premium beach, bungalov ve restoran hizmetleri. Ege'nin kalbinde doğayla iç içe lüks bir tatil için hemen rezervasyon yapın! ✓"
|
||||
},
|
||||
"corporate": {
|
||||
"title": "Hakkımızda | Moy Group - Sürdürülebilir Ege Turizmi",
|
||||
"description": "Yılların tecrübesiyle Ege bölgesinde doğaya saygılı ve yenilikçi turizm vizyonumuz. Restoran, beach ve konaklama hizmetlerimizle yanınızdayız."
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Galeri | Moy Group Beach, Bungalov ve Restoran Kareleri",
|
||||
"description": "Ege'nin serin sularından, lüks bungalovlarımıza ve lezzet dolu restoranlarımıza kadar Moy Group mekanlarından en özel kareleri şimdi inceleyin."
|
||||
},
|
||||
"contact": {
|
||||
"title": "İletişim | Moy Group Akyaka, Datça & Akçapınar",
|
||||
"description": "Moy Group mekanları, rezervasyon talepleri, kitesurf dersleri ve kurumsal etkinlikler için bizimle iletişime geçin. Ege sizi bekliyor!"
|
||||
},
|
||||
"menu": {
|
||||
"title": "Dijital Menü | Moy Group - Ege'nin Taze Lezzetleri",
|
||||
"description": "Bölgesel üreticilerden temin edilen taze malzemelerle hazırlanan Moy Group dijital menüsünü keşfedin. Eşsiz tatlar, imza yemekler ve daha fazlası."
|
||||
},
|
||||
"faq": {
|
||||
"title": "Sık Sorulan Sorular | Moy Group Konaklama & Kitesurf",
|
||||
"description": "Akyaka konaklama, check-in saatleri, evcil hayvan kabulü ve kitesurf eğitimleri hakkında tüm merak ettikleriniz. Moy Group sık sorulan sorular."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user