# Robots.txt for MR Medical Parapharmacy # https://mrmedicalpara.com/robots.txt User-agent: * Allow: / # Prioritize important pages Allow: /products Allow: /products/* Allow: /?category=* Allow: /contact Allow: /about # Block admin areas Disallow: /admin Disallow: /admin/* # Block private/sensitive areas Disallow: /checkout Disallow: /profile Disallow: /cart # Block API endpoints Disallow: /api/ Disallow: /_next/ Disallow: /auth/ # Allow important files Allow: /sitemap.xml Allow: /favicon.ico Allow: /*.css Allow: /*.js # Sitemap location Sitemap: https://mrmedicalpara.com/sitemap.xml # Crawl delay (optional - be respectful to server resources) Crawl-delay: 1 # Additional directives for major search engines User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 2