How to Rank in ChatGPT
How ChatGPT discovers, retrieves, and cites content — and the exact steps to make your website visible to GPTBot and appear in ChatGPT answers.
ChatGPT draws on two sources: its pre-trained knowledge base (updated periodically during model training) and real-time web browsing via GPTBot and OAI-SearchBot. Ranking in ChatGPT means appearing in both — training data for evergreen visibility and live browsing for current queries.
How ChatGPT selects content to cite
- •Direct answer in the first 100 words — ChatGPT extracts the most concise, factual answer to the user's question. Preamble and hedging language cause your content to be skipped.
- •FAQPage schema — structured Q&A that mirrors the query is the highest-signal format ChatGPT retrieves for conversational questions.
- •Named entity density — articles mentioning specific tools, companies, and people by name are favored over generic content.
- •Crawl access — GPTBot must not be blocked in robots.txt. If GPTBot cannot access your page, ChatGPT cannot cite it.
- •Domain trust — content on domains with consistent publishing history and inbound links is weighted higher.
Step 1 — Allow GPTBot access
Open your robots.txt and confirm the following entries exist. Without them, ChatGPT training and browsing crawlers cannot access your content.
User-agent: GPTBot
Allow: /
User-agent: OAI-SearchBot
Allow: /Step 2 — Use question-format H2 headings
ChatGPT's Browse feature matches page headings to user queries. Headings phrased as questions — 'What is X?', 'How does Y work?' — are significantly more likely to surface when a user asks that question in ChatGPT.
Step 3 — Add FAQPage schema
Every article targeting conversational queries must include FAQPage JSON-LD in the page head. ChatGPT's retrieval system reads schema directly and uses it to populate answer cards. WriteCited generates this automatically.
Step 4 — Open your answer immediately
The first paragraph must answer the target question in 2–3 sentences before any context or background. ChatGPT extracts the most direct response it finds — if your definition appears on paragraph 4, a competitor's paragraph 1 wins the citation.
What ChatGPT does NOT use
- •Backlinks — ChatGPT does not use PageRank or link authority in citation selection.
- •Meta keywords — these have no effect on ChatGPT visibility.
- •Social signals — shares and engagement data are not factors.
- •Keyword density — semantic relevance matters, stuffing the keyword does not.
Timeline
| Action | When ChatGPT begins citing |
|---|---|
| Allow GPTBot in robots.txt | 2–4 weeks after GPTBot crawls the page |
| Publish AEO-optimized article (score 75+) | 4–8 weeks for low-competition queries |
| Add FAQPage schema | Can accelerate by 1–2 weeks |