How to rank in ChatGPT
You cannot rank in ChatGPT the way you rank in Google, because ChatGPT does not return a list. It composes one answer and cites a handful of sources. Getting picked comes down to three things: being retrievable when it searches the web, being unambiguous about who you are, and writing sentences that are easy to lift verbatim.
What ChatGPT actually does when it answers
When a question needs current information, ChatGPT runs a web search, retrieves a small set of pages, reads chunks of them, and writes an answer citing the ones it used. The retrieval step is closer to a search engine than most people expect — pages that are already indexed and already rank reasonably well are the ones that enter the candidate pool.
The selection step is different. Out of the retrieved candidates, the model favours pages that state a checkable claim in a self-contained sentence, because those are the safest to quote. A page that ranks third on Google but hedges every sentence will lose to a page that ranks eighth and says something concrete.
The five things that decide whether you get cited
In practice, five levers move the needle, in roughly this order of impact:
- Crawlability for AI agents. GPTBot and OAI-SearchBot must be allowed in robots.txt, and your pages must return real HTML without requiring JavaScript. A JavaScript-only single-page app is invisible to most of them.
- Entity clarity. The model needs to know what your brand is, in one sentence, in the same words, everywhere. Organization schema, a plain about page, and consistent naming across your site, LinkedIn and any directory listing.
- Answer-first structure. A question as the H2, then a 40-80 word direct answer directly beneath it. That block is the unit the model lifts.
- Checkable facts. Numbers, dates, named sources, specific product behaviour. 'Setup takes about 12 minutes' is citable. 'Setup is fast' is not.
- Topical depth. One thorough page on a question beats five thin ones. Retrieval rewards the page that covers the whole question, including the objections.
How to measure it without guessing
The mistake most people make is checking once, in their own ChatGPT window, and drawing a conclusion. Answers vary between runs, between accounts, and between the search-enabled and non-search modes. A single check tells you almost nothing.
What works is a fixed probe set: 20 to 40 questions a real buyer would ask in your category, run against the same models on a schedule, recording whether you were mentioned, whether you were cited with a link, and which competitor took the slot when you were not. Over four to six weeks that produces a trend you can act on.
ThoughtForge runs exactly that loop across ChatGPT, Claude, Perplexity and Gemini, and links each gap to the specific page that caused it.
The order to fix things in
Fix entity clarity before you publish anything new. If the model is unsure what your company is, more content just adds noise. Get the one-sentence description consistent, add Organization and Person schema, and make sure your about page states plainly what you sell and to whom.
Then take the three questions where you were omitted most often and write one genuinely thorough page per question, answer-first. Re-probe two weeks later. If the page is retrieved but not cited, the problem is quotability; if it is not retrieved at all, the problem is indexing or authority.
Frequently asked questions
Can you pay to appear in ChatGPT answers?
No. As of 2026 there is no paid placement inside ChatGPT's cited sources. Appearing is a function of being retrievable, relevant and quotable.
How long does it take to start appearing?
If the page is already indexed by Google and Bing, changes to structure and quotability can show up in probes within two to four weeks. New pages take longer because they must be indexed first.
Does ChatGPT use Google's index?
ChatGPT's search uses its own crawling plus third-party search infrastructure. In practice, pages that Google and Bing have indexed and rank are far more likely to be retrieved.
Do I need to block or allow GPTBot?
Allow it if you want to be cited. Blocking GPTBot removes your pages from the candidate pool entirely.
Related guides
- AI search visibility — AI search visibility is how often answer engines mention and cite your brand. How to measure it properly, what moves it, and what to ignore.
- AEO vs SEO vs GEO — SEO wins rankings, AEO wins the answer, GEO wins the citation. What each term actually means, how they overlap, and how to measure all three.
- What is llms.txt? — llms.txt is a plain-markdown file that tells AI assistants what your site is and where to read more. What it does, what it doesn't, and how to write one.