diff --git a/space/app/layout.tsx b/space/app/layout.tsx
index 60a7287eb..96a192273 100644
--- a/space/app/layout.tsx
+++ b/space/app/layout.tsx
@@ -30,6 +30,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
+
diff --git a/space/public/robots.txt b/space/public/robots.txt
new file mode 100644
index 000000000..77470cb39
--- /dev/null
+++ b/space/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
\ No newline at end of file