From d4d524cb7f655b846c8f4c9ade381f1f52665904 Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 22 Feb 2026 14:27:28 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20robots.txt=20und=20sitemap.xml=20hi?= =?UTF-8?q?nzu,=20aktualisiere=20die=20Viewport-Meta-Tag=20und=20schlie?= =?UTF-8?q?=C3=9Fe=20zus=C3=A4tzliche=20Dateien=20vom=20Upload=20aus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 ++++- index.html | 4 ++-- robots.txt | 4 ++++ sitemap.xml | 8 ++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d001b1c..96f9fb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,8 +45,11 @@ jobs: --exclude uploads/ \ --exclude .claude/ \ --exclude .gitignore \ - --exclude .package.json \ + --exclude package.json \ + --exclude package-lock.json \ --exclude .env \ + --exclude node_modules/ \ + --exclude scripts/ \ --exclude impressum.html \ --exclude datenschutz.html \ --exclude-glob *.csv \ diff --git a/index.html b/index.html index c7bc5ae..639d3d5 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,13 @@ - + Finger Chooser – Wer fängt an? Zufällig einen Finger auswählen - + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..3300ab1 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://choose.leuschner.dev/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..07916d2 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://choose.leuschner.dev/ + monthly + 1.0 + +