From a70ef56b01bf1d7b296bdccf25673de9bf1e78a0 Mon Sep 17 00:00:00 2001 From: Lukas Zehentner Date: Thu, 2 Mar 2023 21:50:47 +0100 Subject: [PATCH] Added robots.txt and sitmap.txt --- robots.txt | 1 + sitemap.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..b105b3b --- /dev/null +++ b/robots.txt @@ -0,0 +1 @@ +Sitemap: https://computerschaf.at/sitemap.txt diff --git a/sitemap.txt b/sitemap.txt new file mode 100644 index 0000000..f5f30ea --- /dev/null +++ b/sitemap.txt @@ -0,0 +1,4 @@ +https://computerschaf.at/index.html +https://computerschaf.at/bedingungen.html +https://computerschaf.at/impressum.html +https://computerschaf.at/datenschutz.html