From df6758d112f76e32a1400444456f94abf1dfe21c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Nov 2025 20:37:19 +0100 Subject: [PATCH] [FEAT] Add robots.txt and sitemap --- public/robots.txt | 3 +++ public/sitemap.xml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..da1e276 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://spritesheetgenerator.online/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..f91da1a --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,16 @@ + + + + + + + https://spritesheetgenerator.online/ + 2025-11-25T17:52:14+00:00 + + + + \ No newline at end of file