Skip to content
GO

googlebot

GoodBotCommunity-sourced

The primary web crawler used by Google to discover, index, and render web pages for inclusion in Google Search results. Operated by Google.

GoodBot
Assessment
Verified Bot
Category
Bot
Kind
1
Data sources
AI-generated summary, drawn from Cloudflare, operator docs, and community data

What is googlebot?

Googlebot is the foundational crawler operated by Google that traverses the internet to build the index for Google Search. It operates as two distinct types: a desktop crawler and a mobile-first crawler, both of which render JavaScript to ensure modern, dynamic web applications are indexed accurately. By adhering to robots.txt directives and crawl budget management, it balances the need for fresh content with the performance requirements of the websites it visits.

Helpful — It is the essential mechanism for making website content discoverable and searchable for users globally.

Identification

Bot name
googlebot
Operator
Google
Category
Verified Bot
Verification
Community-sourced
Main use cases
Web indexingSearch result rankingContent discovery

Why it crawls your site

Googlebot crawls the web to populate Google's search index, allowing the search engine to provide relevant results to user queries. It processes HTML, CSS, and JavaScript to understand the structure and content of pages, which informs ranking algorithms. Site owners can verify the authenticity of this bot by performing a reverse DNS lookup on the requesting IP address to ensure it resolves to a googlebot.com domain, or by using the official Google Search Console tools.

IP ranges

Requests from googlebot originate from these published ranges. For strict verification, match the source IP against this list in addition to checking the user-agent and reverse-DNS.

Showing 24 of 311 ranges

Block or allow googlebot

Block it

Add a Disallow rule for googlebot in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.

# Block googlebot from crawling your entire site
User-agent: googlebot
Disallow: /

# Allow googlebot full access
User-agent: googlebot
Allow: /
Allow & verify

Ensure your robots.txt allows googlebot. Verify requests by checking the user-agent string.

Traffic & trends

Cloudflare Radar traffic

No Cloudflare traffic data available.

Google Trends interest

Loading trend data…

Data sources

This profile is compiled from the following sources.

GithubWhitelist
Last updated July 21, 2026