From 43a5bdb75de88910d64ef871a5428cf40aebd68c Mon Sep 17 00:00:00 2001 From: pej4303 Date: Mon, 26 Aug 2024 16:40:27 +0900 Subject: [PATCH] =?UTF-8?q?Google=20Search=20Console=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seo/index.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/seo/index.jsx b/src/components/seo/index.jsx index addf5c9..20d8253 100644 --- a/src/components/seo/index.jsx +++ b/src/components/seo/index.jsx @@ -48,6 +48,11 @@ const Seo = ({ title, description}) => { property: "og:type", content: "website", }, + // 2024.08.26 : Google Search Console 추가 + { + name: "google-site-verification", + content: "2GoD2RBgaJZeht0kwZqURweK_xBuJ8RjwjWzr2td0zY", + }, ]} /> )