feat: update branding, SEO, slugs and social links for Fethiye location
This commit is contained in:
@@ -25,8 +25,32 @@ const oswald = Oswald({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "A.N.T ARCHITECTURE",
|
||||
description: "Ayça Nur Turhan - Mimarlık ve Tasarım",
|
||||
title: {
|
||||
template: '%s | A.N.T Architecture',
|
||||
default: 'A.N.T Architecture | Ayça Nur Turhan - Fethiye Mimarlık ve Tasarım',
|
||||
},
|
||||
description: 'Ayça Nur Turhan tarafından Fethiye\'de kurulan A.N.T Architecture, modern mimari ve yenilikçi tasarım çözümleri sunar. Villa projeleri, iç mekan tasarımı ve uygulama hizmetleri.',
|
||||
keywords: ['Fethiye Mimarlık', 'Ayça Nur Turhan', 'Ant Architecture', 'Modern Mimari', 'Villa Tasarımı', 'İç Mimarlık Fethiye'],
|
||||
authors: [{ name: 'Ayça Nur Turhan' }],
|
||||
creator: 'Ayça Nur Turhan',
|
||||
publisher: 'A.N.T Architecture',
|
||||
formatDetection: {
|
||||
email: false,
|
||||
address: true,
|
||||
telephone: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: 'A.N.T Architecture | Ayça Nur Turhan',
|
||||
description: 'Fethiye merkezli modern mimari ve tasarım ofisi.',
|
||||
url: 'https://aycanurturhan.com', // Change this to actual URL if known
|
||||
siteName: 'A.N.T Architecture',
|
||||
locale: 'tr_TR',
|
||||
type: 'website',
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user