Is your site blocking ChatGPT without you knowing?
Two lines in a file most people never open can keep your business out of every answer ChatGPT gives. Here is how to check, and what to do about it.
Leer másGEO
ChatGPT and Perplexity do not browse your site the way a person does. Here is what they fetch, what they skip, and why a beautiful page can be invisible to all of them.
A marketing site is built for a human with a browser. An AI search engine arrives with none of that patience: it makes a request, takes what comes back, and moves on. That gap is where AI visibility is won or lost.
Most crawlers do not execute JavaScript. They read what your server returns. If your copy is injected after hydration, the crawler sees an empty shell. You can check this yourself, and it takes one command. See our methodology for the full checklist.
curl -sL https://yoursite.com | grep -i "<h1"
# Nothing back? Then your headline is not in the model's input either.| Engine | User agent | Purpose |
|---|---|---|
| ChatGPT search | OAI-SearchBot | Citations in answers |
| OpenAI training | GPTBot | Model training |
| Perplexity | PerplexityBot | Citations in answers |
| Anthropic | ClaudeBot | Citations in answers |
Blocking GPTBot to stay out of training data is reasonable. Blocking OAI-SearchBot at the same time, which many sites do by accident, removes you from ChatGPT results entirely. Two decisions, two lines.
If the extractable answer is buried, a competitor who stated it plainly gets cited instead.
Inline code looks like robots.txt and struck text looks like keyword density.
Two lines in a file most people never open can keep your business out of every answer ChatGPT gives. Here is how to check, and what to do about it.
Leer más