Skip to content

Commit a402680

Browse files
authored
Disallow all crawlers and dashboard indexing (netbirdio#131)
1 parent e57e5b7 commit a402680

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8+
<meta name="robots" content="noindex">
89
<meta
910
name="description"
1011
content="NetBird Management Dashboard"

public/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://www.robotstxt.org/robotstxt.html
22
User-agent: *
3-
Disallow:
3+
Disallow: /

0 commit comments

Comments
 (0)