From 6d724258fc160fa1e75bf0cb0c5e93f3166de641 Mon Sep 17 00:00:00 2001 From: Patrick Plate Date: Mon, 22 Jun 2026 17:28:22 +0200 Subject: [PATCH] feat(site): add robots.txt and sitemap.xml --- site/robots.txt | 4 ++++ site/sitemap.xml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 site/robots.txt create mode 100644 site/sitemap.xml diff --git a/site/robots.txt b/site/robots.txt new file mode 100644 index 0000000..0e7bdee --- /dev/null +++ b/site/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://plate-software.de/sitemap.xml diff --git a/site/sitemap.xml b/site/sitemap.xml new file mode 100644 index 0000000..6f1bbb5 --- /dev/null +++ b/site/sitemap.xml @@ -0,0 +1,6 @@ + + + https://plate-software.de/ + https://plate-software.de/apps/ + https://plate-software.de/homelab/ +