Generate a robots.txt with explicit policy for AI crawlers — GPTBot, ClaudeBot, PerplexityBot, Google-Extended and 15+ others. Choose your stance once.
The robots.txt file is your site's public contract with crawlers — both traditional search engines and the new wave of AI crawlers.
For most sites: yes. AI assistants cite their sources, which drives discovery, brand awareness, and direct traffic. Blocking them removes you from that channel — and you can't add it back retroactively.
Block them only if: you sell paid content, have legal/contractual restrictions, or your business model directly competes with AI-mediated answers.
npm install @mystoq/seo-toolkit import { generateRobotsTxt } from '@mystoq/seo-toolkit'; generateRobotsTxt({ aiCrawlers: 'allow', sitemap: 'https://acme.com/sitemap.xml' });