# Prava Payments - robots.txt # Payment infrastructure for AI agents # https://www.prava.space # ============================================================================= # DEFAULT: Allow all well-behaved crawlers # ============================================================================= User-agent: * Allow: / Allow: /faq Allow: /blog Allow: /blog/* Allow: /merchant Allow: /security Allow: /privacypolicy Allow: /terms-conditions Allow: /join Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /internal/ # ============================================================================= # AI / LLM CRAWLERS - Full access encouraged # ============================================================================= # OpenAI User-agent: GPTBot Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* Allow: /merchant Allow: /security # OpenAI search features User-agent: ChatGPT-User Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* # Anthropic Claude User-agent: ClaudeBot Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* Allow: /merchant Allow: /security # Anthropic web features User-agent: Claude-SearchBot Allow: / Allow: /llms.txt # Google AI (Gemini) User-agent: Google-Extended Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* # Perplexity User-agent: PerplexityBot Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* # Microsoft Copilot / Bing AI User-agent: Bingbot Allow: / Allow: /llms.txt # Cohere User-agent: cohere-ai Allow: / Allow: /llms.txt # Meta AI User-agent: FacebookBot Allow: / Allow: /llms.txt # Apple Intelligence / Siri User-agent: Applebot Allow: / Allow: /llms.txt Allow: /faq # Amazon Alexa User-agent: Amazonbot Allow: / Allow: /llms.txt # You.com User-agent: YouBot Allow: / Allow: /llms.txt # Common Crawl (used by many AI training pipelines) User-agent: CCBot Allow: / Allow: /llms.txt Allow: /faq Allow: /blog Allow: /blog/* # Bytespider (ByteDance / TikTok AI) User-agent: Bytespider Allow: / Allow: /llms.txt # AI Search Crawlers User-agent: AI2Bot Allow: / Allow: /llms.txt User-agent: Diffbot Allow: / Allow: /llms.txt User-agent: Timpibot Allow: / Allow: /llms.txt # ============================================================================= # TRADITIONAL SEARCH ENGINE CRAWLERS # ============================================================================= User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: DuckDuckBot Allow: / User-agent: YandexBot Allow: / Crawl-delay: 2 User-agent: Slurp Allow: / # ============================================================================= # SITEMAP & LLM FILES # ============================================================================= Sitemap: https://www.prava.space/sitemap.xml # LLM-optimized content index # llms.txt: https://www.prava.space/llms.txt # agents.json: https://www.prava.space/.well-known/agents.json