-
Home
-
User Agent Directory
- YouBot
YouBot
What is YouBot?
YouBot is the web crawler for You.com, an AI-powered search engine that aims to provide a more personalized and private search experience. The bot crawls web content to power You.com's unique features including AI chat, code search, and social search integration. Unlike traditional search engines, You.com uses AI to synthesize information and provide direct answers while maintaining user privacy. YouBot helps build the index that enables these AI-powered features, making it an important player in the next generation of search technology.
User Agent String
Mozilla/5.0 (compatible; YouBot/1.0; +https://you.com/bot)
How to Control YouBot
Block Completely
To prevent YouBot from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify YouBot
Check You.com's bot information
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect YouBot in your application:
Basic Pattern
/YouBot/i
Strict Pattern
/^Mozilla/5\.0 \(compatible; YouBot/1\.0; \+https\://you\.com/bot\)$/
Flexible Pattern
/YouBot[\s\/]?[\d\.]*?/i
Vendor Match
/.*You\.com.*YouBot/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Allow | Essential for product visibility in search results |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Allow | Improves documentation discoverability for developers |
| Corporate Site | Allow | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
YouBot
Robots.txt Name
YouBot
Category
ai, search
Respects robots.txt
Yes