From 1c4c99f0c19f19424e3aee04e868c38333164dd9 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 08:13:33 +0000 Subject: Generate sitemap.xml, robots.txt --- public/robots.txt | 3 +++ public/sitemap.xml | 18 ++++++++++++++++++ public/sitemap/index.html | 0 3 files changed, 21 insertions(+) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml create mode 100644 public/sitemap/index.html (limited to 'public') diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e41b9fd --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://submelon.dev/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..933afca --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,18 @@ + + + + + https://submelon.dev/404/ + 2023-12-24 + monthly + 0.8 + + + + https://submelon.dev/ + 2023-12-24 + monthly + 0.8 + + + \ No newline at end of file diff --git a/public/sitemap/index.html b/public/sitemap/index.html new file mode 100644 index 0000000..e69de29 -- cgit