Skip to content

Commit b6d0c9b

Browse files
committed
Remove the default Disallow: <empty> entry to avoid any confusion, as we now have an explicit Disallow: /dart/.
1 parent 80dec99 commit b6d0c9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

robots.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ layout: null
44

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

0 commit comments

Comments
 (0)