Skip to content

Commit 91e4191

Browse files
committed
prevent search engine indexing
1 parent 0d4efb7 commit 91e4191

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/headertop.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
{% endif %}
99
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
1010

11+
<meta name="robots" content="noindex, nofollow, noarchive"/>
12+
1113
<link rel="icon" type="image/png" href="{{ site.baseurl }}/resources/favicon.ico">
1214
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/resources/favicon.ico">
1315

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)