diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..5eaf9f3 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 0000000..8bef0fa Binary files /dev/null and b/public/og-image.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12523e6..b085599 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,6 +5,28 @@ import { Toaster } from 'sonner'; export const metadata = { title: 'GlobalNomad', description: '글로벌 노마드 체험 플랫폼', + keywords: ['글로벌 노마드', '체험 플랫폼', '여행', '노마드', '다양한 활동'], + authors: [{ name: 'GlobalNomad', url: 'https://globalnomad.site/' }], + openGraph: { + title: 'GlobalNomad', + description: '전 세계 체험을 한 눈에!', + url: 'https://globalnomad.site/', + siteName: 'GlobalNomad', + locale: 'ko_KR', + type: 'website', + images: [ + { + url: 'https://globalnomad.site/og-image.png', + width: 1200, + height: 630, + alt: 'GlobalNomad 메인 배너 이미지', + }, + ], + icons: { + icon: '/favicon.ico', + apple: '/apple-touch-icon.png', + }, + }, }; export default function RootLayout({