diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte
index 93ba496..9c1d17c 100644
--- a/frontend/src/routes/+layout.svelte
+++ b/frontend/src/routes/+layout.svelte
@@ -24,6 +24,7 @@
+
diff --git a/frontend/static/robots.txt b/frontend/static/robots.txt
index 09241a6..4f3e9de 100644
--- a/frontend/static/robots.txt
+++ b/frontend/static/robots.txt
@@ -3,3 +3,9 @@ Allow: /
User-agent: *
Disallow: /dashboard
+
+User-agent: *
+Disallow: /signup
+
+User-agent: *
+Disallow: /login
\ No newline at end of file