Skip to content
GigAI Tools
5 tools
Problem → solution

ChatGPT and other AI tools can't see my website

Work through the three causes in order. Access first, rendering second, content last, because fixing content on a page crawlers can't reach changes nothing.

The quick answer

There are three usual causes, in this order. A robots.txt rule blocks the AI crawler, your CDN blocks AI bots at the firewall (Cloudflare now does this by default on new zones, regardless of robots.txt), or your content only exists after JavaScript runs, which most AI crawlers never do. Check crawler access first, then rendering.

5 tools for this

Each one is free, private and runs in your browser. No sign-up, no watermark.

How to fix it

Follow these steps and you'll have it sorted in a couple of minutes.

  1. 1

    Run a full audit

    Enter your URL in the GEO Audit. It checks crawler access, rendering, content and schema in one pass and orders the findings worst-first.

  2. 2

    Check crawler access

    The AI Crawler Access Checker gives a verdict for each AI crawler token and quotes the exact robots.txt line that decided it.

  3. 3

    Check for CDN blocking

    If you're behind Cloudflare, open Security then Bots in the dashboard. The AI-bots setting blocks crawlers before robots.txt is ever read.

  4. 4

    Check rendering

    The JS Rendering Checker counts how many words survive without JavaScript. If the number is small, your content is invisible to AI crawlers.

  5. 5

    Confirm with your logs

    Drop a server access log into the Log Analyzer. It's the only authoritative record of which crawlers actually arrived.

Common mistakes to avoid
  • Assuming a permissive robots.txt is enough. A CDN or firewall can reject AI crawlers before your file is read, and nothing in robots.txt reveals that.
  • Blocking every OpenAI bot to opt out of training. GPTBot trains models, but OAI-SearchBot and ChatGPT-User are what put you in ChatGPT's answers and send traffic.
  • Trusting analytics to show bot visits. Crawlers don't run JavaScript, so tools like GA4 can't see them. Only server logs can.
  • Rewriting content first. If crawlers can't reach or read the page, better copy changes nothing.

Frequently asked questions

Ready? Start with GigAI GEO Audit

Free, private and instant: everything runs in your browser.