When a potential customer asks ChatGPT "what's the best [your product category]?", does your business come up? If not, you're losing customers to whoever does. This guide explains exactly how ChatGPT decides what to recommend — and how to get your business on that list.
How ChatGPT Actually Chooses What to Cite
ChatGPT doesn't rank pages like Google. It cites sources — businesses, products, and experts it has learned to associate with reliable, authoritative answers. The selection process comes down to three factors:
- Entity clarity: Does ChatGPT "know" your business exists, what it does, and who it serves?
- Content authority: Does your site contain clear, structured, expert content that answers questions in your space?
- Crawlability: Can AI crawlers (GPTBot, OAI-SearchBot) actually access and index your content?
Step 1: Allow AI Crawlers in robots.txt
The first thing to check: are you accidentally blocking ChatGPT's crawlers? Many sites that copy old robots.txt templates block all bots except Googlebot — which means ChatGPT never sees your content.
Check your robots.txt at yourdomain.com/robots.txt. Make sure you do not have rules like Disallow: / that apply to GPTBot or OAI-SearchBot.
Explicitly allow them:
User-agent: GPTBot
Allow: /
User-agent: OAI-SearchBot
Allow: /
Step 2: Add an llms.txt File
The llms.txt standard (similar to robots.txt but designed for LLMs) lets you give AI models a direct, clean summary of what your business does, who you serve, and your key content. Think of it as a business card written specifically for AI.
Create /llms.txt at your domain root with:
- Your business name, description, and URL
- Your primary products/services
- Who you help and what problems you solve
- Links to your most important pages
Step 3: Add Organization JSON-LD Schema
Structured data helps AI models understand your business identity. Add Organization schema to your homepage and Service or Product schema to your key service pages.
At minimum, your Organization schema should include: name, URL, description, and the services you offer.
Step 4: Write "Answer-First" Content
ChatGPT learns from content that directly answers questions. For every major question your customers ask, you should have a page or section that:
- States the answer in the first paragraph
- Uses clear H2/H3 headers that mirror the question
- Includes specific facts, numbers, or frameworks — not vague marketing language
- Links to related questions (topic clustering)
Step 5: Build Your Entity Footprint
ChatGPT's knowledge comes from many sources across the web. The more places your business is mentioned consistently (same name, same description, same URL), the stronger your "entity" becomes in AI training data.
Priority placements: Crunchbase, G2, Product Hunt, industry directories, press mentions, and guest content on authoritative sites.
Step 6: Add a Sitemap and Submit It
A sitemap at /sitemap.xml helps AI crawlers discover all your pages. Make sure it's referenced in your robots.txt and is up to date when you publish new content.
How Long Does It Take?
Most businesses see their first AI citations within 14–21 days of implementing these changes — assuming the technical fixes are clean and content is high quality. The fastest wins come from fixing crawler access (often blocked unknowingly) and adding an llms.txt file.
Check Your Current AI Visibility
Not sure where you stand? Our free mini-audit scans your site for all the signals above and gives you a score, grade, and top issues to fix — in under 60 seconds.