// GOOGLEBOT / APACHE
Googlebot · Apache
Apache httpd Require ip directives for Googlebot. 315 CIDRs, refreshed daily.
// apache_googlebot_allow.conf
# Googlebot IP Ranges # Updated: 2026-06-25 03:20:13 # 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 02: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 34.22.85.0/27 Require ip 34.64.82.64/28 Require ip 34.65.242.112/28 Require ip 34.80.50.80/28 Require ip 34.88.194.0/28 Require ip 34.89.10.80/28 Require ip 34.89.198.80/28 Require ip 34.96.162.48/28 Require ip 34.100.182.96/28 Require ip 34.101.50.144/28 Require ip 34.118.66.0/28 Require ip 34.118.254.0/28 Require ip 34.126.178.96/28 Require ip 34.146.150.144/28 Require ip 34.147.110.144/28 … (50 more lines)
// apache_googlebot_deny.conf
# Googlebot IP Ranges # Updated: 2026-06-25 03:20:13 # 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 02: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 34.22.85.0/27 Deny from 34.64.82.64/28 Deny from 34.65.242.112/28 Deny from 34.80.50.80/28 Deny from 34.88.194.0/28 Deny from 34.89.10.80/28 Deny from 34.89.198.80/28 Deny from 34.96.162.48/28 Deny from 34.100.182.96/28 Deny from 34.101.50.144/28 Deny from 34.118.66.0/28 Deny from 34.118.254.0/28 Deny from 34.126.178.96/28 Deny from 34.146.150.144/28 Deny from 34.147.110.144/28 … (51 more lines)