From 7b44346f6859501f2e6d9917388ecb60fe5dac38 Mon Sep 17 00:00:00 2001 From: romysaputrasihananda Date: Thu, 11 Jun 2026 16:45:40 +0700 Subject: [PATCH] chore(web): add Google Search Console verification meta tag Co-Authored-By: Claude Sonnet 4.6 --- web/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 96062b0..0c73ce1 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -41,6 +41,9 @@ export const metadata: Metadata = { icon: "/favicon.svg", shortcut: "/favicon.svg", }, + verification: { + google: "DRtj7whxZ3kX0-C9qswORTfHptZPTX9mrqBqwvcN7j8", + }, }; export default function RootLayout({ children }: { children: React.ReactNode }) {