# Tassile Tech Store - Robots.txt # https://www.robotstxt.org/ User-agent: * Allow: / Disallow: /dashboard/ Disallow: /admin/ Disallow: /checkout/ Disallow: /login/ Disallow: /register/ Disallow: /api/ Disallow: /*.json$ Disallow: /*.pdf$ # Allow specific crawlers User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / # Crawl delay Crawl-delay: 1 # Request rate Request-rate: 1/1s # Sitemap locations Sitemap: https://tassile.qotra.dev/sitemap.xml Sitemap: https://tassile.qotra.dev/en/sitemap.xml Sitemap: https://tassile.qotra.dev/fr/sitemap.xml Sitemap: https://tassile.qotra.dev/ar/sitemap.xml