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 1e8cc4a + c6fd512 commit f96154bCopy full SHA for f96154b
robots.txt
@@ -3,7 +3,8 @@ layout: null
3
---
4
5
User-agent: *
6
+Disallow: /dart/
7
{% for node in site.pages %}{% if node.noindex %}{% assign isset = true %}Disallow: {{ node.url }}
-{% endif %}{% endfor %}{% if isset != true %}Disallow:
8
-{% endif %}
+{% endif %}{% endfor %}
9
+
10
Sitemap: {{site.url}}{{ site.baseurl }}/sitemap.xml
0 commit comments