From 4d4ecf70b806a75505136b2b3e3d3a710207bd8a Mon Sep 17 00:00:00 2001 From: elpatron Date: Wed, 20 Aug 2025 08:08:19 +0200 Subject: [PATCH] =?UTF-8?q?SEO:=20robots.txt=20und=20sitemap.xml=20f=C3=BC?= =?UTF-8?q?r=20bessere=20Auffindbarkeit=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robots.txt | 8 ++++++++ sitemap.xml | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..5edf161 --- /dev/null +++ b/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / + +# Sitemap +Sitemap: https://yourdomain.com/sitemap.xml + +# Crawl-delay für freundliches Crawling +Crawl-delay: 1 diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..a981e70 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://yourdomain.com/ + 2024-01-01 + weekly + 1.0 + +