# robots.txt for PhonaLab # https://www.phonalab.com User-agent: * Allow: / # Sitemap location Sitemap: https://www.phonalab.com/sitemap.xml # Disallow auth and user-specific pages Disallow: /*/login Disallow: /*/account Disallow: /*/checkout/ Disallow: /api/ # Disallow Next.js internal routes Disallow: /_next/ Disallow: /auth/ # Allow all crawlers to access static assets Allow: /_next/static/ Allow: /*.js$ Allow: /*.css$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.svg$ Allow: /*.ico$