-
Home
-
User Agent Directory
- Gemini-Deep-Research
Gemini-Deep-Research
What is Gemini-Deep-Research?
Gemini-Deep-Research is the user agent used by Google Gemini's Deep Research feature, which performs extended multi-step web research on behalf of users. When a user initiates a deep research query, this bot systematically fetches and analyzes content from multiple web sources to compile comprehensive research reports. It respects robots.txt directives and operates transparently. Unlike standard search crawlers, it performs targeted, user-initiated research sessions rather than continuous indexing.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Gemini-Deep-Research; +https://gemini.google/overview/deep-research/) Chrome/135.0.0.0 Safari/537.36
How to Control Gemini-Deep-Research
Block Completely
To prevent Gemini-Deep-Research 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 Gemini-Deep-Research
Reverse DNS lookup should resolve to google.com
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 Gemini-Deep-Research in your application:
Basic Pattern
/Gemini\-Deep\-Research/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; Gemini\-Deep\-Research; \+https\://gemini\.google/overview/deep\-research/\) Chrome/135\.0\.0\.0 Safari/537\.36$/
Flexible Pattern
/Gemini\-Deep\-Research[\s\/]?[\d\.]*?/i
Vendor Match
/.*Google.*Gemini\-Deep\-Research/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| 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 | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | 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
Gemini-Deep-Research
Robots.txt Name
Gemini-Deep-Research
Category
ai
Respects robots.txt
Yes