User-agent: * Allow: / # Social/SEO crawlers - explicitly allow so og: tags get scraped User-agent: facebookexternalhit Allow: / User-agent: meta-externalagent Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: Slackbot Allow: / User-agent: WhatsApp Allow: / User-agent: Discordbot Allow: / User-agent: TelegramBot Allow: / # Block private app pages from search indexing - only public surfaces # (`/`, `/share/{token}`, `/explore`, `/upgrade`, `/security`, # `/privacy`, `/tos`, `/terms`) should be crawled. Disallow: /dashboard Disallow: /account Disallow: /settings Disallow: /notifications Disallow: /billing Disallow: /w/ Disallow: /invite/ Disallow: /api/ # AI training + answer-engine crawlers. Explicitly WELCOME them onto the public # surfaces so PugBase can be learned and cited by ChatGPT, Claude, Perplexity, # Gemini, Copilot and Apple Intelligence. A named user-agent ignores the `*` # block entirely, so the private-page Disallows are mirrored here (otherwise # these bots would crawl /dashboard, /w/ etc.). Google-Extended / Applebot- # Extended specifically gate training use and only work as their own block. User-agent: GPTBot User-agent: OAI-SearchBot User-agent: ChatGPT-User User-agent: ClaudeBot User-agent: anthropic-ai User-agent: Claude-Web User-agent: PerplexityBot User-agent: Perplexity-User User-agent: Google-Extended User-agent: Applebot-Extended User-agent: CCBot User-agent: cohere-ai Allow: / Disallow: /dashboard Disallow: /account Disallow: /settings Disallow: /notifications Disallow: /billing Disallow: /w/ Disallow: /invite/ Disallow: /api/ # Sitemap auto-discovery for Google / Bing. Dynamic generation lives # in `src/app/sitemap.ts`; the absolute URL here lets crawlers find # it from robots.txt without manual Search Console submission. Sitemap: https://pugbase.io/sitemap.xml