Centralize robots.txt and sitemap

- One robots.txt at root referencing two sitemaps
- One central sitemap.xml with all pages (no per-site sitemaps)
- Deleted: 4 per-site sitemap templates, 4 per-site robots.txt files
- Simplified sitemap template (uses collections.all)
This commit is contained in:
2026-09-11 12:36:18 +02:00
parent c77ad91e0e
commit dbb791b1a6
13 changed files with 4 additions and 52 deletions
-4
View File
@@ -2,8 +2,4 @@ User-agent: *
Allow: /
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
-1
View File
@@ -1,6 +1,5 @@
---
permalink: /sitemap.xml
sitemapCollection: "hub"
eleventyExcludeFromCollections: true
---
{% include "sitemap.njk" %}