Skip to content

Commit f96154b

Browse files
authored
Merge pull request #475 from SpineEventEngine/exclude-dart-docs-from-crawling
2 parents 1e8cc4a + c6fd512 commit f96154b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

robots.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ layout: null
33
---
44

55
User-agent: *
6+
Disallow: /dart/
67
{% for node in site.pages %}{% if node.noindex %}{% assign isset = true %}Disallow: {{ node.url }}
7-
{% endif %}{% endfor %}{% if isset != true %}Disallow:
8-
{% endif %}
8+
{% endif %}{% endfor %}
9+
910
Sitemap: {{site.url}}{{ site.baseurl }}/sitemap.xml

0 commit comments

Comments
 (0)