Generate robots.txt groups with crawler rules and sitemap declarations.
User-agent groups, allow/disallow paths, crawl-delay extensions, and sitemap URLs become robots.txt lines separated into groups. The output controls compliant crawler behavior but does not authenticate requests.
Sitemap URL: https://example.com/sitemap.xml Allow all: true Disallow paths: /admin/ /private/ /api/ Allow paths: Crawl delay: 0 Additional bots:
User-agent: * Disallow: /admin/ Disallow: /private/ Disallow: /api/ Sitemap: https://example.com/sitemap.xml
Deployments, staging SEO workflows, and sitemap publishing generate robots files.