# Robots.txt - Trottinplomb Service # https://trottin-plomberie.fr User-agent: * Allow: / # Sitemaps Sitemap: https://trottin-plomberie.fr/sitemap.xml # Bloquer les dossiers admin/privés (futurs) Disallow: /admin/ Disallow: /api/ # Autoriser les ressources statiques Next.js (CSS, JS, polices, images) Allow: /_next/static/ # Autoriser les ressources statiques Allow: /public/ Allow: /*.css$ Allow: /*.js$ Allow: /*.webp$ Allow: /*.jpg$ Allow: /*.png$ Allow: /*.svg$ Allow: /*.ico$ Allow: /favicon.ico