Blocked due to access forbidden (403): Fix checklist for Googlebot
0.765 min read/
/
A practical guide to "Blocked due to access forbidden (403)": typical causes (WAF, geo blocks, auth), how to verify what Googlebot sees, and safe fixes.
Start with the main guide
GSC Indexing Statuses Explained: What They Mean and How to Fix Them (2026)
A practical map of Google Search Console indexing statuses (Coverage): what each status means, the most common root causes (canonicals, duplicates, robots, redirects, soft 404s), and the fastest way to validate fixes.
Key takeaways
- A practical guide to "Blocked due to access forbidden (403)": typical causes (WAF, geo blocks, auth), how to verify what Googlebot sees, and safe fixes
Contents
Start with the map:
Related (cluster):
- Crawled - currently not indexed: what actually fixes it
- Discovered - currently not indexed: why it happens
- GSC redirect error: fastest fix checklist
What this status means
Googlebot received a 403.
This is usually not a content issue. It's access control: WAF, geo blocks, auth, or rate limiting.
Common causes
- Cloudflare / WAF rules blocking bots
- geo/IP restrictions
- auth-required pages leaking into sitemaps
- aggressive rate limiting
Fix checklist
- Confirm the exact response Googlebot gets (URL Inspection + server logs).
- If the page should be indexable: return 200 to Googlebot.
- If the page should not be indexed: remove it from sitemap and return 401/403 consistently (or 404/410 if gone).
Validation
- URL Inspection should show successful fetch.
- Server logs should show Googlebot getting 200 for indexable URLs.
Tags
More reading
GSC indexing statuses
View cluster- GSC Indexing Statuses Explained: What They Mean and How to Fix Them (2026)
- Redirect loop: How to find it and fix it (SEO + GSC)
- GSC redirect error: The fastest fix checklist (chains, loops, and canonical URLs)
- robots.txt unreachable: Why it happens and how to fix it
- Crawl anomaly in Google Search Console: What it means and how to debug
- Soft 404 in Google Search Console: What it means and how to fix it