Skip to content

Commit 2af4011

Browse files
committed
chore: disallow crawlers by default
1 parent 8d9fa5c commit 2af4011

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

public/robots.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
User-agent: *
2-
Allow: /
1+
Allow: /$
2+
Allow: /about$
3+
Allow: /accessibility$
4+
Allow: /blog
5+
Allow: /brand$
6+
Allow: /pds$
7+
Allow: /privacy$
8+
Allow: /translation-status$
9+
Allow: /recharging$
10+
Allow: /__og-image__/*
11+
Allow: /opensearch.xml$
12+
13+
Disallow: /
14+
15+
# User-agent: *
16+
# Allow: /
317

418
# Search pages: infinite query-param combinations
519
Disallow: /search

0 commit comments

Comments
 (0)