We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4f644 commit d330176Copy full SHA for d330176
static/robots.txt
@@ -6,7 +6,22 @@
6
# www.robotstxt.org/
7
8
User-agent: *
9
-Disallow: *.jsonc$
10
-Disallow: *.json$
11
-Disallow: *.mjs$
12
-Disallow: *.js$
+
+# Disallow dev and CI/CD artifacts
+Disallow: /tests/
+Disallow: /scripts/
13
+Disallow: /playwright-report/
14
+Disallow: /reports/
15
+Disallow: /coverage/
16
+Disallow: /build/
17
+Disallow: /.lighthouseci/
18
19
+# Disallow stub routes that redirect externally
20
+Disallow: /contact
21
+Disallow: /privacy-rights
22
23
+# Allow everything else
24
+Allow: /
25
26
+# Inform bots where to find the sitemap
27
+Sitemap: https://netwk.pro/sitemap.xml
0 commit comments