b
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user