# Robots.txt for dentdz - Multi-language Dental Management Software # https://dentdz.com User-agent: * # Allow public pages in all languages Allow: /en$ Allow: /en/$ Allow: /fr$ Allow: /fr/$ Allow: /ar$ Allow: /ar/$ Allow: /en/guide Allow: /fr/guide Allow: /ar/guide # Block dashboard and authenticated routes Disallow: /en/overview Disallow: /fr/overview Disallow: /ar/overview Disallow: /en/patients-list Disallow: /fr/patients-list Disallow: /ar/patients-list Disallow: /en/appointments Disallow: /fr/appointments Disallow: /ar/appointments Disallow: /en/payments Disallow: /fr/payments Disallow: /ar/payments Disallow: /en/inventory Disallow: /fr/inventory Disallow: /ar/inventory Disallow: /en/laboratories Disallow: /fr/laboratories Disallow: /ar/laboratories Disallow: /en/medicines Disallow: /fr/medicines Disallow: /ar/medicines Disallow: /en/calendar Disallow: /fr/calendar Disallow: /ar/calendar Disallow: /en/staff Disallow: /fr/staff Disallow: /ar/staff Disallow: /en/profile Disallow: /fr/profile Disallow: /ar/profile Disallow: /en/clinic-profile Disallow: /fr/clinic-profile Disallow: /ar/clinic-profile Disallow: /en/support Disallow: /fr/support Disallow: /ar/support Disallow: /en/documents Disallow: /fr/documents Disallow: /ar/documents Disallow: /en/audit-log Disallow: /fr/audit-log Disallow: /ar/audit-log Disallow: /en/admin/ Disallow: /fr/admin/ Disallow: /ar/admin/ # Block auth pages Disallow: /en/login Disallow: /fr/login Disallow: /ar/login Disallow: /en/signup Disallow: /fr/signup Disallow: /ar/signup Disallow: /en/unauthorized Disallow: /fr/unauthorized Disallow: /ar/unauthorized Disallow: /en/not-subscribed Disallow: /fr/not-subscribed Disallow: /ar/not-subscribed # Block API and internal routes Disallow: /api/ Disallow: /_next/ # Allow static assets Allow: /_next/static/ Allow: /assets/ Allow: /public/ # Allow manifest files for PWA Allow: /site.en.webmanifest Allow: /site.fr.webmanifest Allow: /site.ar.webmanifest Allow: /site.webmanifest # Sitemap location Sitemap: https://dentdz.com/sitemap.xml Sitemap: https://dentdz.com/sitemap.en.xml Sitemap: https://dentdz.com/sitemap.fr.xml Sitemap: https://dentdz.com/sitemap.ar.xml # Crawl delay (optional - be nice to servers) Crawl-delay: 1