Skip to content

Commit 716fa82

Browse files
authored
add google-site-verification meta for SEO google verification (#33)
1 parent 19f1432 commit 716fa82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/layout.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export { metadata };
99
export default function RootLayout({ children }) {
1010
return (
1111
<html lang="en" className="scroll-smooth">
12+
<head>
13+
<meta name="google-site-verification" content="Z4hozcIBBrLFjoeT038NmGotLZIkhtLRTMF8aJIAosQ" />
14+
</head>
1215
<body className="flex flex-col min-h-screen bg-background-light dark:bg-background-dark text-gray-900 dark:text-gray-100">
1316
<ThemeProvider>
1417
<Header themeToggle={<ThemeToggle />} />

0 commit comments

Comments
 (0)