// GOOGLEBOT / APACHE
Googlebot · Apache
Apache httpd Require ip directives for Googlebot. 311 CIDRs, refreshed daily.
// apache_googlebot_allow.conf
# Googlebot IP Ranges # Updated: 2026-05-07 00:40:32 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_googlebot_allow.conf Require ip 2001:4860:4801:10::/64 Require ip 2001:4860:4801:11::/64 Require ip 2001:4860:4801:12::/64 Require ip 2001:4860:4801:13::/64 Require ip 2001:4860:4801:14::/64 Require ip 2001:4860:4801:15::/64 Require ip 2001:4860:4801:16::/64 Require ip 2001:4860:4801:17::/64 Require ip 2001:4860:4801:18::/64 Require ip 2001:4860:4801:19::/64 Require ip 2001:4860:4801:1a::/64 Require ip 2001:4860:4801:1b::/64 Require ip 2001:4860:4801:1c::/64 Require ip 2001:4860:4801:1d::/64 Require ip 2001:4860:4801:1e::/64 … (296 more lines)
// apache_googlebot_deny.conf
# Googlebot IP Ranges # Updated: 2026-05-07 00:40:32 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_googlebot_deny.conf Deny from 2001:4860:4801:10::/64 Deny from 2001:4860:4801:11::/64 Deny from 2001:4860:4801:12::/64 Deny from 2001:4860:4801:13::/64 Deny from 2001:4860:4801:14::/64 Deny from 2001:4860:4801:15::/64 Deny from 2001:4860:4801:16::/64 Deny from 2001:4860:4801:17::/64 Deny from 2001:4860:4801:18::/64 Deny from 2001:4860:4801:19::/64 Deny from 2001:4860:4801:1a::/64 Deny from 2001:4860:4801:1b::/64 Deny from 2001:4860:4801:1c::/64 Deny from 2001:4860:4801:1d::/64 Deny from 2001:4860:4801:1e::/64 … (297 more lines)