# robots.txt für maximale SEO in Astro + Preact # Erlaubt allen wichtigen Suchmaschinen den vollen Zugriff User-agent: * Allow: / # Crawling-Budget optimieren: Blockiere irrelevante Pfade Disallow: /api/ Disallow: /_astro/ Disallow: /assets/ Disallow: /static/ Disallow: /404 Disallow: /500 Disallow: /error # Verhindere doppelte Suchindexierung von Query-Parametern # (z. B. Tracking oder Filter) Disallow: /*?* Disallow: /*&* # Sitemap-Integration für SEO Sitemap: https://ensondeprem.com/sitemap-index.xml