Skip to content

Commit

Permalink
feat(client): add open graph metadata for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Sep 16, 2024
1 parent 0aa5194 commit a645d14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions client/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down
Binary file added client/public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a645d14

Please sign in to comment.