We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4efb7 commit 91e4191Copy full SHA for 91e4191
_includes/headertop.html
@@ -8,6 +8,8 @@
8
{% endif %}
9
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10
11
+ <meta name="robots" content="noindex, nofollow, noarchive"/>
12
+
13
<link rel="icon" type="image/png" href="{{ site.baseurl }}/resources/favicon.ico">
14
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/resources/favicon.ico">
15
robots.txt
@@ -0,0 +1,2 @@
1
+User-agent: *
2
+Disallow: /
0 commit comments