Skip to content

Commit 699f4e6

Browse files
feat: add Google site verification meta tag for improved SEO
1 parent 32838ab commit 699f4e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/site/src/app/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ export default function RootLayout({
116116
}>): React.ReactNode {
117117
return (
118118
<html lang="en">
119+
<head>
120+
<meta
121+
name="google-site-verification"
122+
content="PKZVftl2pGhpEjUq8Ma4kYOqpUgfsFq3UmDcGuzJDGU"
123+
/>
124+
</head>
119125
<body
120126
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
121127
>

0 commit comments

Comments
 (0)