Question

Should I block Bytespider?

Bytespider is ByteDance's crawler, associated with data collection for its AI and TikTok ecosystem. Many sites block it because it can crawl aggressively and offers little Western search-visibility upside. Block it if it strains your origin or you do not want ByteDance training use; keep it allowed if you target ByteDance/TikTok-driven discovery.

Reasons teams block it

Reasons to keep it

Block it in robots.txt

User-agent: Bytespider
Disallow: /

If it ignores robots.txt

Some operators report user-agents that do not fully honor robots.txt. If logs show continued hits after a Disallow, enforce at the edge (firewall or WAF rule) by user-agent and verified IP rather than relying on robots.txt alone.

Related pages: what is CCBot, verify AI crawler authenticity, AI crawler user agents.

Check your crawler logs