From 10210e5c808b8b35482e49685056eb7bade68c8e Mon Sep 17 00:00:00 2001 From: MBO-Tech-IT Date: Wed, 6 May 2026 14:27:51 +0200 Subject: [PATCH] feat: add Google Search Console verification - Create public/google73af89007ffca7c2.html for HTML file verification - Add verification.google meta tag in layout.tsx as redundant fallback Co-Authored-By: Claude Sonnet 4.6 --- app/layout.tsx | 3 +++ public/google73af89007ffca7c2.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 public/google73af89007ffca7c2.html diff --git a/app/layout.tsx b/app/layout.tsx index 6ddb285..cc39f77 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -57,6 +57,9 @@ export const metadata: Metadata = { alternates: { canonical: baseUrl, }, + verification: { + google: "73af89007ffca7c2", + }, }; const structuredData = { diff --git a/public/google73af89007ffca7c2.html b/public/google73af89007ffca7c2.html new file mode 100644 index 0000000..6015b3e --- /dev/null +++ b/public/google73af89007ffca7c2.html @@ -0,0 +1 @@ +google-site-verification: google73af89007ffca7c2.html \ No newline at end of file