From 0e8c47a48e3befb4862df1987a5dffe864e8d710 Mon Sep 17 00:00:00 2001 From: Ai-chan-0411 Date: Tue, 14 Apr 2026 18:26:17 +0900 Subject: [PATCH] feat: add robots.txt to public directory Add robots.txt to allow all user agents to crawl the site. Without this file, search engine crawlers had no instructions on what to index, potentially accessing internal paths. Closes #21 --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: /