adding robots.txt file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -48,6 +48,7 @@ public/
|
||||
!public/
|
||||
!public/sitemap.xml
|
||||
!public/wdi-logo.ico
|
||||
!public/robots.txt
|
||||
|
||||
# Storybook
|
||||
storybook-static
|
||||
|
||||
6
public/robots.txt
Normal file
6
public/robots.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
User-agent: *
|
||||
Disallow: /admin/
|
||||
Disallow: /cgi-bin
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://www.wdipl.com/sitemap.xml
|
||||
Reference in New Issue
Block a user