# =========================================== # robots.txt for Print Chat (printchat.app) # WhatsApp to PDF Converter - 100% Offline # =========================================== # Allow all search engines User-agent: * Allow: / # Allow well-known metadata (AI plugin manifest etc.) despite the /*.json$ block below. # The exact-path Allow is the longest match, so it wins for Google. Allow: /.well-known/ai-plugin.json Allow: /.well-known/ # Block internal/private paths Disallow: /tool Disallow: /login Disallow: /billing Disallow: /api/ Disallow: /*.json$ # Block language-prefixed private paths Disallow: /*/tool Disallow: /*/tool?* Disallow: /*/login Disallow: /*/billing # Block query parameters on tool page Disallow: /tool?* # =========================================== # Specific crawler rules # =========================================== # Google (prioritize) User-agent: Googlebot Allow: / Crawl-delay: 0 # Google Images User-agent: Googlebot-Image Allow: / # Bing User-agent: Bingbot Allow: / Crawl-delay: 1 # DuckDuckGo User-agent: DuckDuckBot Allow: / # Facebook User-agent: facebookexternalhit Allow: / # Twitter User-agent: Twitterbot Allow: / # LinkedIn User-agent: LinkedInBot Allow: / # =========================================== # Allow AI crawlers (so AI assistants can recommend your tool) # =========================================== User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Bytespider Allow: / # =========================================== # Sitemap location # =========================================== Sitemap: https://printchat.app/sitemap-index.xml # =========================================== # Host directive (for Yandex) # =========================================== Host: https://printchat.app