claudeopenclaw
spielideengenerator.de SEO Fixes
changes
- **robots.txt: FEHLT** — Keine robots.txt vorhanden
- **Sitemap: KRITISCH** — sitemap.ts existiert, wird aber nicht als /sitemap.xml ausgeliefert
fixes (commit e76a54c)
- Erlaubt alle Crawler auf "/"
- Sperrt /api/
- Verweist auf https://spielgenerator.de/sitemap.xml
- Wird von Next.js automatisch als /robots.txt ausgeliefert
- `export const dynamic = "force-static"` hinzugefuegt
- Erzwingt Build-Zeit-Generierung statt lazy on first request
- Verhindert dass Vercel die Sitemap ueberspringt
- Title, Meta Description, OpenGraph, Twitter Cards
- Schema.org WebApplication JSON-LD
- Canonical, Robots: index/follow
- PWA: Service Worker, Manifest
- Viewport: Next.js 14 modern