ChatGPT SEO: which retrieval path you are optimising for

ChatGPT does not have one route to your website. It has several, they behave differently, and the advice that works for one does nothing for another.

Scan a URL freeNo account, no card. You get the score and the fix list.

Your business

Products, services and policies

What is missing

Details a customer needs

A clearer answer

Information you can publish

Conversion lift, AI-referred visitors vs search
~38%
Cyber Week 2025 retail data
Content negotiation vs llms.txt, accurate retrieval
~4.2x
300k-domain study, mid-2026

The paths, and what each one responds to

Treating "ChatGPT SEO" as one problem produces advice that is right a third of the time. The three cases below need different work, and the difference between them is observable rather than theoretical.

PathWhat the answer is built fromWhat you can change
Training knowledgeA corpus frozen in the pastNothing, on any useful timeline
Live fetch of your URLWhat your server returns right nowAll of it, today
Search results it then readsYour classic search presence, then a fetchBoth halves

The fetch is the part you own

Two of the three paths end with an HTTP request to your site, which is why the serving layer is the highest-leverage work available. That request runs no JavaScript, carries a token budget, and is answered by whatever your infrastructure decides to return.

  1. Check you are not blocking it. Assistant user agents are frequently caught by anti-scraping rules written years earlier for a different threat.
  2. Serve the facts without a browser. Anything rendered client-side is missing from the response entirely.
  3. Answer Accept: text/markdown. Same substance, a fraction of the bytes, and canonical HTML still goes to search crawlers.
  4. Read the miss log. The URLs assistants asked for and did not get is the most direct signal of demand you will ever have.

The third path also depends on your classic search presence, which means ordinary SEO keeps mattering here. The two disciplines feed the same pipe rather than competing for it.

What to expect, honestly

You can make yourself readable, current and cheap to retrieve. You cannot make an assistant mention you, and the same prompt can produce different answers minutes apart for reasons that have nothing to do with your site. Anyone quoting you a guaranteed placement is describing something the system does not offer.

What you can hold yourself to is the measurable layer: whether the fetch is answered, how large the response is, where the facts sit, and how the answer rate moves once you have fixed those.

What this does not do

Frequently asked questions

What is ChatGPT SEO?

Making your site usable when ChatGPT answers a question about your topic. In practice it means making the fetch succeed, the response readable without JavaScript, and the facts cheap to reach, plus keeping the classic search presence that one of its retrieval paths depends on.

How do I know if ChatGPT can read my site?

Request one of your pages the way an agent does and look at what comes back. Then check your bot rules and CDN filters for anything blocking assistant user agents, which is the most common silent failure.

Why does ChatGPT give outdated information about us?

Usually because it answered from training knowledge instead of fetching you. Ask the same question with browsing enabled: if the answer improves, the fix is making your pages easy to fetch and read so retrieval wins more often.

Can I pay to appear in ChatGPT answers?

Not through us, and nobody can sell you a guaranteed organic mention. What is purchasable is your own readiness: being readable, current and cheap to retrieve when a fetch happens.