# Panama Bay Jewelers - Robots.txt # https://panamabayjewelers.com # Allow all crawlers to index public pages User-agent: * Allow: / Allow: /products Allow: /products/* Allow: /customizer Allow: /contact Allow: /designers # Disallow admin, API, and checkout pages Disallow: /admin Disallow: /admin/* Disallow: /api/ Disallow: /api/* Disallow: /checkout Disallow: /checkout/* Disallow: /cart Disallow: /orders Disallow: /orders/* Disallow: /auth/* # Block access to authentication and sensitive endpoints Disallow: /*?token=* Disallow: /*?session=* Disallow: /*?key=* # Sitemap location Sitemap: https://panamabayjewelers.com/sitemap.xml # Crawl delay (optional - helps prevent server overload) Crawl-delay: 1 # Google-specific bot (no crawl delay needed) User-agent: Googlebot Allow: / Disallow: /admin Disallow: /admin/* Disallow: /api/ Disallow: /checkout Disallow: /checkout/* Disallow: /cart Disallow: /orders Disallow: /auth/*