Question

How to get cited by ChatGPT

ChatGPT cites pages that its search stack can crawl, read cheaply, and quote directly. Because ChatGPT search relies on the Bing index, the fastest path is: allow OAI-SearchBot, publish a clean quotable answer, and push the URL to Bing via IndexNow.

Step 1 — Let the right bots in

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

Step 2 — Make one quotable answer per page

Step 3 — Be machine-readable

Step 4 — Reach Bing fast

ChatGPT search is grounded heavily in Bing, so getting indexed in Bing quickly matters more than waiting on Google. Submit new and updated URLs through IndexNow.

Step 5 — Verify access

grep -Ei 'OAI-SearchBot|ChatGPT-User' /var/log/your-access.log | awk '{print $7}' | sort | uniq -c | sort -nr | head

Related pages: should I allow OAI-SearchBot, check OAI-SearchBot visits, what is GEO.

Use the GEO checklist