From b39a9d2533caf73ffc9571b326bb574ede10e790 Mon Sep 17 00:00:00 2001 From: Septs Date: Fri, 9 Dec 2022 11:41:10 +0800 Subject: [PATCH] disallow cf pages noindex --- static/_headers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/_headers b/static/_headers index c482b61..93f80b6 100644 --- a/static/_headers +++ b/static/_headers @@ -3,3 +3,5 @@ Cache-Control: max-age=600 X-Content-Type-Options: nosniff X-Frame-Options: DENY +https://:project.pages.dev/* + X-Robots-Tag: noindex, nofollow