Skip to content

Commit fda37d5

Browse files
committed
feat(seo): add Google site verification meta tag
1 parent 89d009c commit fda37d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ export default function RootLayout({
6464
}) {
6565
return (
6666
<html lang="en" suppressHydrationWarning>
67+
<head>
68+
<meta name="google-site-verification" content="ydHSzattedGcB-5-HAZYQTflySCqIgWSVqZD8wgedEo" />
69+
</head>
6770
<body className={inter.className}>
6871
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
6972
{children}

0 commit comments

Comments
 (0)