# ========================================= # robots.txt — Luxora AI (luxorai.io) # Last updated: 2026-01-01 # ========================================= # Allow all well-behaved crawlers User-agent: * Allow: / # Block account dashboard (requires login, no SEO value) Disallow: /account Disallow: /account/ # Block internal API routes Disallow: /api/ Disallow: /cdn-cgi/ # Block raw asset / config paths Disallow: /*.json$ # Crawl-delay for polite bots (seconds) Crawl-delay: 5 # ========================================= # Major search engine overrides # ========================================= # Google — no crawl delay needed, honor Googlebot's own rate-limiting User-agent: Googlebot Allow: / Disallow: /account/ Disallow: /api/ Disallow: /cdn-cgi/ # Bing / Microsoft User-agent: Bingbot Allow: / Disallow: /account/ Disallow: /api/ Crawl-delay: 5 # ========================================= # Sitemap location # ========================================= Sitemap: https://luxorai.io/sitemap.xml