From a3c0c061e027180b72739027f65f3185acb61a16 Mon Sep 17 00:00:00 2001 From: Brandon Saldan <26472557+brandonsaldan@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:10:00 -0500 Subject: [PATCH] feat(seo): add robots.txt --- public/robots.txt | 4 ++++ 1 file 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..616a324 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://usenocturne.com/sitemap.xml \ No newline at end of file