From 875720162376b7937553f6297d1edfd6c7d6451e Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 4 May 2026 00:05:39 -0400 Subject: [PATCH] SEO: drop empty verification key (was emitting nothing useful) --- src/app/layout.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fed76a0..ffa313c 100755 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,6 +17,14 @@ const jetbrainsMono = JetBrains_Mono({ const SITE_URL = "https://wilddragon.net"; +// When you set up Search Console / Bing Webmaster Tools, paste the +// verification tokens here and add the `verification` block to `metadata`. +// Example: +// verification: { +// google: "abcd1234...", +// other: { "msvalidate.01": "..." }, +// } + export const metadata: Metadata = { title: { default: @@ -80,11 +88,6 @@ export const metadata: Metadata = { "max-video-preview": -1, }, }, - verification: { - // Add when you set these up in Search Console / Bing Webmaster Tools - // google: "...", - // other: { "msvalidate.01": "..." }, - }, }; const structuredData = {