Skip to content

Commit c6fd512

Browse files
committed
Move Disallow: /dart/ right under the user-agent.
1 parent b6d0c9b commit c6fd512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robots.txt

Lines changed: 2 additions & 1 deletion
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 }}
78
{% endif %}{% endfor %}
8-
Disallow: /dart/
9+
910
Sitemap: {{site.url}}{{ site.baseurl }}/sitemap.xml

0 commit comments

Comments
 (0)