Skip to content

Commit 39097ce

Browse files
committed
fix: add more OG tags for default page
1 parent 48f8659 commit 39097ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ const lato = Lato({
1919
export const metadata: Metadata = {
2020
title: { template: '%s | Note Block World', default: '' },
2121
description: 'Discover, share and listen to note block music',
22+
applicationName: 'Note Block World',
23+
keywords: ['note block', 'music', 'minecraft', 'nbs', 'note block studio'],
2224
openGraph: {
2325
type: 'website',
26+
images: `${process.env.NEXT_PUBLIC_URL}/nbw-color.png`,
2427
locale: 'en_US',
2528
url: process.env.NEXT_PUBLIC_URL,
2629
siteName: 'Note Block World',

0 commit comments

Comments
 (0)