diff --git a/client/app/layout.jsx b/client/app/layout.jsx index 6ec0219..fc9eaf5 100644 --- a/client/app/layout.jsx +++ b/client/app/layout.jsx @@ -10,8 +10,17 @@ export const metadata = { template: 'copl.uk - %s', default: 'copl.uk' }, - description: 'zihin çöplüğün, kafana göre...', - keywords: ['copluk', 'copl.uk', 'çöplük'] + description: 'zihin çöplüğün, kafana göre.', + keywords: ['copluk', 'copl.uk', 'çöplük'], + openGraph: { + type: 'website', + locale: 'tr_TR', + site_name: 'copl.uk', + url: 'https://copl.uk', + title: 'copl.uk', + description: 'zihin çöplüğün, kafana göre.', + image: '/og-image.png' + } }; export default function RootLayout({ children }) { diff --git a/client/public/og-image.png b/client/public/og-image.png new file mode 100644 index 0000000..8854243 Binary files /dev/null and b/client/public/og-image.png differ