From fece9025fe5d35705632a18769fd346e6b54a546 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 18 Jan 2024 21:31:52 +0100 Subject: [PATCH] Add robots.txt and fix sitemap --- config.yaml | 5 ++++- static/robots.txt | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/robots.txt diff --git a/config.yaml b/config.yaml index ad27c51..8a0bc62 100644 --- a/config.yaml +++ b/config.yaml @@ -1,9 +1,12 @@ -baseURL: http://example.org/ +baseURL: https://tanzsportclub.vfl-sindelfingen.de/ languageCode: de title: TSC im VfL Sindelfingen e.V. theme: tsc_vfl relativeUrls: true +sitemap: + changeFreq: daily + build: writeStats: true diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..311dfbf --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-Agent: * +Allow: / + +Sitemap: /sitemap.xml