Skip to content

Commit 0f2c986

Browse files
authored
Merge pull request #21 from coderdojo-japan/misc/add-noindex
一時的に検索インデックスから除外する
2 parents 8b09265 + fc45e26 commit 0f2c986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<meta name="description" content="{{ site.description | strip_html | escape }}" />
4646
{% endif %}
4747

48+
<!-- リリースまで検索エンジンのインデックスから除外する -->
49+
<meta name="robots" content="noindex">
50+
4851
<!-- Google Analytics -------------------------- -->
4952
{% if jekyll.environment == 'production' %}
5053
{% include google-analytics.html %}

0 commit comments

Comments
 (0)