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.
1 parent 5b87647 commit 96bee0cCopy full SHA for 96bee0c
docs/app/assets/robots.txt
@@ -1,9 +1,14 @@
1
User-agent: *
2
3
Disallow: /examples/
4
-Disallow: /img/
5
Disallow: /partials/
6
Disallow: /ptore2e/
7
-Disallow: /*.js$ # The js files in the root are used by the embedded examples, not by the app itself
8
-Disallow: /*.map$ # The map files in the root are used by the embedded examples, not by the app itself
9
Disallow: /Error404.html
+
+# The js / map files in the root are used by the embedded examples, not by the app itself
+Disallow: /*.js$
10
+Disallow: /*.map$
11
12
+# (Javascript) crawlers need to access JS files
13
+Allow: /components/*.js
14
+Allow: /js/*.js
0 commit comments