From 739f4ddc43138fb2d93f097f288fa3ed401b3f11 Mon Sep 17 00:00:00 2001 From: MurakawaTakuya Date: Sat, 11 Jan 2025 21:59:35 +0900 Subject: [PATCH] =?UTF-8?q?Google=20Search=20Console=E3=81=A8=E6=A7=8B?= =?UTF-8?q?=E9=80=A0=E5=8C=96=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E7=99=BB?= =?UTF-8?q?=E9=8C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d14e505..1cd4be3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,6 +25,13 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode; }>) { + const structuredData = { + "@context": "https://schema.org", + "@type": "WebSite", + name: "TODO REAL", + url: "https://todo-real-c28fa.web.app/", + }; + return ( @@ -54,6 +61,16 @@ export default function RootLayout({ href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet" > + + {/* Google Searcgh Console */} + +