From 7c8abdadfcb2fc865ff0d73ce94e777d7e07f0c9 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sun, 12 Jan 2025 23:03:51 +0900 Subject: [PATCH] cpprefjp/robots.txt: Disallow /site/gen/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/cpprefjp/site/pull/1401 にて自動生成されたプレビュー を検索エンジンのインデックスの対象外とする。 --- cpprefjp/static/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpprefjp/static/robots.txt b/cpprefjp/static/robots.txt index aba2387..b4d507b 100644 --- a/cpprefjp/static/robots.txt +++ b/cpprefjp/static/robots.txt @@ -1,2 +1,3 @@ User-agent: * +Disallow: /site/gen/ Sitemap: http://cpprefjp.github.io/sitemap.xml