From 8fc81a7d3070c5b4cfc60a46082cd829ae1ba7da Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 17:46:35 +0200 Subject: [PATCH] seo no index --- public/robots.txt | 2 ++ src/pages/index.astro | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 public/robots.txt 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]) => { + +