From 82e3e92a208fb3f6f4af9da1c7a58cbb99d3306e Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Fri, 18 Apr 2025 21:16:55 +0200 Subject: [PATCH] feat: Add robots.txt file with sitemap URL --- app/public/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/public/robots.txt diff --git a/app/public/robots.txt b/app/public/robots.txt new file mode 100644 index 0000000..41d41be --- /dev/null +++ b/app/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://memento-dev.fr/sitemap.xml \ No newline at end of file