Googlebot and AI Overviews Visibility
Want to know if AI search engines can actually reach and read your site? Check it free. Run the AI visibility check.
Googlebot is the gate
One robots.txt block can keep a useful page out of Google Search and AI Overviews at the same time.
Google AI Overviews ride the normal Google Search index. Googlebot crawls the page, Google indexes it, and Google may use the page in Search features when it is eligible. There is no separate Google AI Overviews crawler to allow or block.
That is the practical answer to "Googlebot AI Overviews visibility." Make the page crawlable by Googlebot, keep it indexable, and put the answer in clear HTML. If you block Googlebot, add noindex, require a login, return thin content, or hide the answer behind fragile scripts, you make the page a poor candidate for Search and AI Overviews.
- Allow Googlebot to fetch the page and the assets needed to understand it.
- Keep the URL indexable unless you want it out of Google Search.
- Use clear headings, dates, names, prices, and steps in the HTML.
- Use Search Console URL inspection when the page depends on JavaScript.
- Use snippet controls with care because they affect normal Search features too.
AI crawlers to allow
Search crawlers and training crawlers are different controls. Mixing them up is the fastest way to block the wrong thing.
The crawlers that decide whether you appear in AI answers are OAI-SearchBot for ChatGPT search, Claude-SearchBot for Claude, PerplexityBot for Perplexity, Googlebot for Google AI Overviews, and Applebot for Apple Intelligence and Apple search surfaces. Disallowing these in robots.txt removes you from that engine's AI answer visibility.
GPTBot, ClaudeBot, CCBot, Google-Extended, and Applebot-Extended are training or opt-out controls. Blocking them does not affect live AI-search visibility. Google-Extended and Applebot-Extended are robots-only control tokens with no separate crawl user-agent.
Robots.txt is a site's stated policy. It is not proof of behavior. Perplexity-User and Bytespider have been reported to ignore robots.txt, so treat access logs, IP checks, and vendor docs as evidence. Only Googlebot documents JavaScript rendering. For other AI crawlers, client-side-only text may be invisible, but that is an undocumented risk, not a proven rule for every bot. A quick AI visibility check can flag blocked search bots, noindex tags, and pages that return empty HTML.
Email trust after the answer
AI search can send a buyer to your site. Your follow-up email still has to reach the inbox.
Gmail and Outlook route mail using authentication, reputation, user complaints, content, and sending infrastructure. SPF is a TXT record that authorizes servers for a domain's mail. Keep one SPF record, stay within the 10 DNS-lookup limit in RFC 7208, and use ~all while testing or -all when every real sender is covered.
DKIM, defined in RFC 6376, signs a message with a private key. The selector in the DKIM-Signature header tells receivers where to find the matching public key in DNS. Turn on DKIM signing for every system that sends as your domain.
DMARC, defined in RFC 7489, checks whether the visible From domain aligns with passing SPF or DKIM. Start with p=none and rua aggregate reports so you can see every real sender. Use a DMARC report reader to find gaps, then move to p=quarantine or p=reject after legitimate mail is aligned.
- Check SPF, DKIM, and DMARC together for the sending domain.
- Make sure the From domain aligns with SPF or DKIM.
- Keep MX records correct so replies and inbound mail work.
- Watch public blocklists, but do not treat them as the whole story.
- Keep complaint rates low and make unsubscribe easy for bulk mail.
What to do now
Treat visibility and delivery as two separate systems. Both need clean setup and ongoing checks.
- For Google AI Overviews, leave Googlebot allowed and keep the page indexable.
- For ChatGPT, Claude, Perplexity, and Apple, allow OAI-SearchBot, Claude-SearchBot, PerplexityBot, and Applebot.
- Block training crawlers only when that is your policy choice.
- Do not expect GPTBot, ClaudeBot, CCBot, Google-Extended, or Applebot-Extended blocks to preserve live AI answer visibility.
- Put the core answer in server-rendered HTML, close to the heading.
- Check SPF, DKIM, DMARC, MX, and blocklist signals with the free domain scorecard before you scale outreach from AI-search traffic.
- Read more deliverability basics in the guide library.
Common questions
Is there a separate Google AI Overviews bot?
No. Google AI Overviews use Google's normal Search systems. Googlebot is the crawler that matters for crawl and index eligibility.
Does blocking Google-Extended remove me from AI Overviews?
No. Google-Extended is a robots.txt control token for training and opt-out policy. It has no separate crawler user-agent and does not remove a page from live Google Search or AI Overviews.
Which bots should I allow for AI answer visibility?
Allow Googlebot, OAI-SearchBot, Claude-SearchBot, PerplexityBot, and Applebot if you want eligibility across Google, ChatGPT search, Claude, Perplexity, and Apple search surfaces.
Can AI crawlers read JavaScript?
Google documents Googlebot rendering. Other AI search crawlers do not publish the same level of rendering detail, so put the main answer in plain HTML.
Do SPF, DKIM, and DMARC help AI Overviews rankings?
No public Google source says email authentication is an AI Overviews ranking factor. It matters because leads from search still depend on trusted mail, replies, demos, receipts, and follow-up.