diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..1f53798
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 3114b75..cea654d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -20,6 +20,8 @@ const imageList = Object.entries(images).map(([path, module]) => {
+
+