We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0da207a + d1710fc commit aa753d5Copy full SHA for aa753d5
docs/_config.yml
@@ -32,6 +32,11 @@ defaults:
32
path: ""
33
values:
34
layout: default
35
+ # exclude all the files from `/releases/` in the sitemap
36
+ - scope:
37
+ path: releases/**
38
+ values:
39
+ sitemap: false
40
41
exclude:
42
- 'ADDING_RELEASE_DOCS.md'
docs/robots.txt
@@ -0,0 +1,7 @@
1
+# This robots.txt file controls crawling of URLs under https://bnd.bndtools.org.
2
+# All crawlers are disallowed to crawl files in the "releases" directory,
3
+# because they dilute search results, because they are outdated.
4
+User-agent: *
5
+Disallow: /releases/
6
+
7
+Sitemap: https://bnd.bndtools.org/sitemap.xml
0 commit comments