From afb1622563b2afeb38696fd0c0c186619b9346a6 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Tue, 28 Jul 2026 08:15:42 +0200 Subject: [PATCH] feat: add sitemap.xml and robots.txt for search engines --- public/robots.txt | 4 ++++ public/sitemap.xml | 21 +++++++++++++++++++++ 2 files changed, 25 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..6e0f2bb --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://andre-kempf.com/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..de358c1 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,21 @@ + + + + https://andre-kempf.com/ + 2026-07-28 + monthly + 1.0 + + + https://andre-kempf.com/imprint + 2026-07-28 + yearly + 0.3 + + + https://andre-kempf.com/privacy + 2026-07-28 + yearly + 0.3 + + \ No newline at end of file