# ✅ Flaster.ma Robots.txt — Optimized for SEO Sitemap: https://flaster.ma/sitemap.xml User-agent: * # 🚫 Block sensitive backend directories Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /admin/ Disallow: /private/ Disallow: /user-data/ Disallow: /login/ Disallow: /checkout/ # ⚠️ Block query URLs to avoid duplicate indexing Disallow: /*?* Disallow: /*&* # 🚫 Block common non-public file types Disallow: /*.php$ Disallow: /*.cgi$ Disallow: /*.pl$ Disallow: /*.db$ # 🚫 Prevent indexing of pagination or filtered content Disallow: /*page= # ✅ Allow essential folders explicitly Allow: /css/ Allow: /js/ Allow: /assets/ Allow: /fonts/ Allow: /images/ # ✅ Allow essential file types (CSS, JS, Images) Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.svg$ Allow: /*.webp$ # 🕒 Crawl delay if needed (optional) # Crawl-delay: 1