Why doesn't ChatGPT mention my business? 7 fixable reasons
ChatGPT doesn't mention your business because it can't read your site, can't verify who you are, or can't find a sentence worth quoting. All three are fixable. Here are the seven reasons we see most often, in the order you should check them.
1. Your content isn't in the HTML
This is the most common reason, and the most invisible. If your site is built as a JavaScript app, the page a crawler receives may be an empty shell, with the real content painted in later by scripts. Many AI crawlers read raw HTML and never run your JavaScript. To them, your site says nothing.
How to check: open your homepage, use "View Page Source" (not "Inspect"), and search for a sentence you know is on the page. If it's not in the source, engines that skip JavaScript can't see it either.
How to fix: server-render or pre-render your key pages, or ship the important content as static HTML. We had this exact problem ourselves: our homepage scored 40 on our own audit until we fixed it. The full story is in our 40 to 98 case study.
2. You're blocking the AI crawlers
Engines can only cite what they're allowed to fetch. Three common blockers: a robots.txt rule that disallows bots like GPTBot, a CDN or firewall that challenges unfamiliar user agents, and aggressive bot protection that serves crawlers an error page.
How to check: read your robots.txt for rules affecting GPTBot and OAI-SearchBot, PerplexityBot, ClaudeBot and Google-Extended. Then check your CDN's bot settings.
How to fix: explicitly allow the AI crawlers you want citing you, and exempt them from bot challenges. Blocking them is a legitimate choice for some businesses, but if you want AI visibility, the door has to be open.
3. Nothing on your site answers a question
ChatGPT quotes content that answers the user's question directly. Most business sites are written as brochures: "Innovative solutions for modern teams." No one asks a question whose answer is a slogan. If your pages never say plainly what you do, for whom, at what price, and why you're the right choice, there's nothing to lift into an answer.
How to fix: phrase headings as the questions customers actually ask, then answer each one in the first one to three sentences below it, in plain language. That paragraph shape, a question followed by a compact factual answer, is what engines quote. Test any page with our free AEO checker.
4. Engines can't verify who you are
Before citing you, an engine wants to know you're a real organization: name, what you do, where you operate, how you're reached. That's what structured data is for. Without Organization schema, machine-readable dates, and author attribution, your site is a stranger asking to be trusted.
How to fix: add Organization and FAQPage JSON-LD, name your authors, and date your content. Our free E-E-A-T checker tests these trust signals in about a minute.
5. You haven't told AI systems where to look
An llms.txt file is a plain-text map that points AI systems at your most important pages and describes your business in your own words, following the llms.txt specification. It's a small signal, but it's one you fully control, and it pairs with a clean sitemap and a single canonical host so your signals aren't split across www and non-www versions.
How to fix: generate one in a few minutes with our free llms.txt generator, publish it at your site root, and make sure your sitemap and canonical tags agree on one host.
6. No one else corroborates you
Engines weigh third-party evidence: reviews, directory listings, press mentions, industry profiles. If your business exists only on your own domain, a cautious engine has one uncorroborated source. Your competitor with fifty reviews and a dozen mentions is a safer citation.
How to fix: claim and complete the profiles that matter in your category, ask real customers for reviews, and pursue the mentions you'd want a journalist to find. This is slower than the technical fixes, which is exactly why you should start it now.
7. Your competitor is simply more quotable
Sometimes nothing is broken. You're just being outwritten. If a competitor publishes comparison tables, priced packages, direct FAQ answers and step-by-step guides, they've done the engine's work for it. The citation goes to whoever makes the answer easiest to assemble.
How to fix: find the questions in your category where AI answers cite someone else, study what that page gives the engine, and publish something more complete and more current. Our $79 AI Visibility Report maps exactly which competitors are cited on your keywords, so you know where to aim first.
Where do you actually stand?
Every reason above is checkable, and most are fixable in days, not months. The order matters: readability first (reasons 1 and 2), then quotability (3 to 5), then authority (6 and 7). Skipping ahead wastes effort, because trust signals don't help a page the engine can't read.
Find out which of the 7 apply to you
Run the free iCited audit: 29 deterministic checks across readability, quotability and trust, with a prioritized fix list, in about two minutes.
Run your free audit →Frequently asked questions
How do I get my business mentioned in ChatGPT?
Make your site readable without JavaScript, allow AI crawlers in robots.txt, publish direct answers to the questions your customers ask, add Organization and FAQ structured data, and build corroborating mentions on sites the engines already trust. Then measure it: run an audit and fix what fails.
Does ChatGPT use live web data?
Often, yes. When browsing or search is active, ChatGPT retrieves current pages and cites sources. That's when your site can be quoted, and it's where fixes show up fastest. Answers can also come from training data, which changes much more slowly.
How long until my changes show up in AI answers?
Retrieval-based answers can reflect changes within days to weeks of a recrawl. Track progress monthly rather than daily: the goal is consistent citations on your key questions, not a single lucky appearance. That's what monthly monitoring measures.