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.
2 parents 94e16ed + b9c44db commit 7f96ceaCopy full SHA for 7f96cea
robots.txt
@@ -6,12 +6,9 @@ permalink: robots.txt
6
{% assign noindexPages = site.pages | where: 'noindex', true %}
7
# filter pages and documents for the noindex key
8
User-agent: *
9
-{% if noindexPages %}
10
- {% for node in noindexPages %}
11
- Disallow: {{ node.url }}
12
- {% endfor %}
13
-{% endif %}
14
-Disallow: /assets/msword/styles.docx
+
+Disallow: /
15
Disallow: /assets/msword/gruntwork-terms.docx
16
Sitemap: {{ site.url }}/sitemap.xml
17
0 commit comments