From 7af8e34db14421214e161ba1c6bbe89a968088b0 Mon Sep 17 00:00:00 2001 From: thwlckd Date: Fri, 5 Apr 2024 20:37:39 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20robots=20meta=20data=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7b5665..cd33186 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,7 +33,7 @@ export const metadata: Metadata = { type: 'website', }, robots: { - index: false, + index: true, follow: true, nocache: true, googleBot: {