# robots.txt — Niki Delivery # Permite que crawlers indexem o site público e bloqueia áreas # privadas (admin, painel do garçom, totem, checkout, autenticação) # que não trazem valor para a busca e podem confundir o índice. User-agent: * Allow: / # Áreas privadas / operacionais — não indexar Disallow: /admin Disallow: /reseller Disallow: /app Disallow: /auth Disallow: /kitchen Disallow: /kitchen-login Disallow: /waiter Disallow: /r/*/garcom Disallow: /r/*/waiter Disallow: /r/*/totem Disallow: /r/*/admin Disallow: /r/*/auth Disallow: /r/*/cart Disallow: /r/*/checkout Disallow: /r/*/my-orders Disallow: /r/*/order-status # Bots específicos — mesmas regras (mantidos por compatibilidade) User-agent: Googlebot Allow: / Disallow: /admin Disallow: /reseller Disallow: /app User-agent: Bingbot Allow: / Disallow: /admin Disallow: /reseller Disallow: /app User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / # Sitemap Sitemap: https://nikinhodelivery.com/sitemap.xml