Skip to content

Commit 7fde8f7

Browse files
committed
Adding the robots.txt to stop search engines from indexing these pages.
1 parent d6b7680 commit 7fde8f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

eform-client/angular-cli.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"assets": [
1010
"assets",
1111
"favicon.ico",
12-
"assets/svg/icons.svg"
12+
"assets/svg/icons.svg",
13+
"robots.txt"
1314
],
1415
"index": "index.html",
1516
"main": "main.ts",

eform-client/src/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)