From 41a9236ca7b3958c656c42a4fdc461944a4d85e4 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 11:17:08 +0200 Subject: [PATCH] Fix robots.txt: list all sitemaps and use www.moonweb.org URLs - Hub robots.txt now lists all 6 moonweb sitemaps - infra/smarthome/code/retro robots.txt point to correct www.moonweb.org URLs - Timecapsule robots.txt was already correct --- code/robots.txt | 2 +- hub/robots.txt | 7 ++++++- infra/robots.txt | 2 +- retro/robots.txt | 2 +- smarthome/robots.txt | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/code/robots.txt b/code/robots.txt index f0bdb62..4630260 100644 --- a/code/robots.txt +++ b/code/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://code.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/code/sitemap.xml diff --git a/hub/robots.txt b/hub/robots.txt index 778be63..31839f7 100644 --- a/hub/robots.txt +++ b/hub/robots.txt @@ -1,4 +1,9 @@ User-agent: * Allow: / -Sitemap: https://hub.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/infra/sitemap.xml +Sitemap: https://www.moonweb.org/smarthome/sitemap.xml +Sitemap: https://www.moonweb.org/code/sitemap.xml +Sitemap: https://www.moonweb.org/retro/sitemap.xml +Sitemap: https://www.moonweb.org/timecapsule/sitemap.xml diff --git a/infra/robots.txt b/infra/robots.txt index b9acb72..c8516a3 100644 --- a/infra/robots.txt +++ b/infra/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://infra.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/infra/sitemap.xml diff --git a/retro/robots.txt b/retro/robots.txt index b42cb4e..e674188 100644 --- a/retro/robots.txt +++ b/retro/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://retro.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/retro/sitemap.xml diff --git a/smarthome/robots.txt b/smarthome/robots.txt index b74da2a..dbc62eb 100644 --- a/smarthome/robots.txt +++ b/smarthome/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://smarthome.moonweb.org/sitemap.xml +Sitemap: https://www.moonweb.org/smarthome/sitemap.xml