diff --git a/apps/api/public/robots.txt b/apps/api/public/robots.txt new file mode 100644 index 000000000..e9e57dc4d --- /dev/null +++ b/apps/api/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/apps/web/public/robots.txt b/apps/web/public/robots.txt new file mode 100644 index 000000000..e72170214 --- /dev/null +++ b/apps/web/public/robots.txt @@ -0,0 +1,7 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: + +User-agent: * +Allow: /auth/signin +Allow: /auth/signup diff --git a/libs/embed/public/robots.txt b/libs/embed/public/robots.txt new file mode 100644 index 000000000..e9e57dc4d --- /dev/null +++ b/libs/embed/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: