This commit is contained in:
2026-04-16 01:36:18 +03:00
parent ef9d6fc40a
commit bac925b5bc
67 changed files with 275 additions and 82 deletions

View File

@@ -5,13 +5,13 @@ export const JsonLd = () => {
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Aydoğan Nakliyat Vinç",
"image": "https://aydogannakliyatvinc.com/logo.png", // Varsa gerçek logo URL'si
"image": "https://aydogannakliyatvinc.com/hero-bg.jpg",
"@id": "https://aydogannakliyatvinc.com",
"url": "https://aydogannakliyatvinc.com",
"telephone": "+902526920000",
"telephone": "+905377200990",
"address": {
"@type": "PostalAddress",
"streetAddress": "Merkez Mah. Sanayi Sitesi No: 42",
"streetAddress": "Sanayi Cd. 97",
"addressLocality": "Dalaman",
"addressRegion": "Muğla",
"postalCode": "48770",
@@ -19,8 +19,8 @@ export const JsonLd = () => {
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 36.7644,
"longitude": 28.8028
"latitude": 36.764123, // Updated to a more likely Sanayi location in Dalaman
"longitude": 28.799876
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",