# Robots.txt for Lummy # https://lummy.fr User-agent: * Allow: / # Disallow admin and private paths Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ # Allow crawlers to access static assets Allow: /*.js$ Allow: /*.css$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.webp$ Allow: /*.svg$ # Allow blog Allow: /blog/ # Sitemaps Sitemap: https://lummy.fr/sitemap.xml # Crawl-delay for politeness Crawl-delay: 1