diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..ab71656 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,7 @@ +# Block all crawlers for /account +User-agent: * +Disallow: /account + +# Allow all crawlers +User-agent: * +Allow: / \ No newline at end of file