# Robots.txt for BananaPrompts # https://banana-prompts.com # Allow all bots User-agent: * Allow: / # Disallow specific paths Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /my-library/ Disallow: /my-credits/ Disallow: /my-orders/ Disallow: /my-invites/ Disallow: /api-keys/ Disallow: /my-prompts/ Disallow: /*?*q= Disallow: /creations Disallow: /feature-requests Disallow: /pricing # Allow multilingual paths (en, es, ja, tw, ar) Allow: / Allow: /es/ Allow: /ja/ Allow: /tw/ Allow: /ar/ # Allow specific paths for search engines (all languages) Allow: /discover Allow: /es/discover Allow: /ja/discover Allow: /tw/discover Allow: /ar/discover Allow: /collections Allow: /es/collections Allow: /ja/collections Allow: /tw/collections Allow: /ar/collections # 🚫 Prompts: 禁止索引所有提示词页面 # 原因:竞品分析显示头部产品均未收录提示词页面 # 策略:禁止爬取所有提示词相关页面,集中SEO权重到核心页面和博客 Disallow: /prompts/ Disallow: /es/prompts/ Disallow: /ja/prompts/ Disallow: /tw/prompts/ Disallow: /ar/prompts/ Allow: /studio Allow: /es/studio Allow: /ja/studio Allow: /tw/studio Allow: /ar/studio Allow: /blog Allow: /blog/* Allow: /es/blog Allow: /es/blog/* Allow: /ja/blog Allow: /ja/blog/* Allow: /tw/blog Allow: /tw/blog/* Allow: /ar/blog Allow: /ar/blog/* Allow: /faq Allow: /es/faq Allow: /ja/faq Allow: /tw/faq Allow: /ar/faq Allow: /privacy-policy Allow: /es/privacy-policy Allow: /ja/privacy-policy Allow: /tw/privacy-policy Allow: /ar/privacy-policy Allow: /terms-of-service Allow: /es/terms-of-service Allow: /ja/terms-of-service Allow: /tw/terms-of-service Allow: /ar/terms-of-service Allow: /learn/ultimate-guide Allow: /es/learn/ultimate-guide Allow: /ja/learn/ultimate-guide Allow: /tw/learn/ultimate-guide Allow: /ar/learn/ultimate-guide # Crawl delay (optional, in seconds) Crawl-delay: 1 # Sitemap location Sitemap: https://banana-prompts.com/sitemap.xml