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
@@ -1,4 +0,0 @@
User-agent: *
Allow: /
Sitemap: https://www.moonweb.org/retro/sitemap.xml
-6
View File
@@ -1,6 +0,0 @@
---
permalink: /retro/sitemap.xml
sitemapCollection: "retro"
eleventyExcludeFromCollections: true
---
{% include "sitemap.njk" %}