# robots.txt for www.zynous.com User-agent: * Allow: / # Static assets Allow: /_next/static/ Allow: /_next/ Allow: /favicon.ico Allow: /images/ Allow: /llm.txt # Sitemaps Sitemap: https://www.zynous.com/sitemap.xml # Directories that should not be crawled Disallow: /api/ Disallow: /admin/ Disallow: /private/ Disallow: /tmp/ Disallow: /*/tags/ # Block problematic query parameters Disallow: /*?sort= Disallow: /*?filter= Disallow: /*?search= Disallow: /*?debug= Disallow: /*?test= # Image crawler allowance User-agent: Googlebot-Image Allow: /images/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.webp$ Allow: /*.svg$