Skip to main content
SEO InsightsTechnical SEO

ChatGPT Almost Never Opens Your Page. Here Is What It Reads Instead

Summarize with ChatGPT
JK
John Kyprianou
August 18, 2026
9 min read
Diagram of ChatGPT's three retrieval layers, its own index, a shared read cache and rare live page opens, by SEO Turtle

Most advice about getting cited in ChatGPT assumes the model reads your page. New log research says that is the rarest thing it does.

In a sample of 61,332 URLs that ChatGPT retrieved, only 759 were actually opened and read (Search Engine Land). Everything else was judged on a title and roughly 200 characters of text.

Diagram of ChatGPT's three retrieval layers, its own index, a shared read cache and rare live page opens, by SEO Turtle

The three layers, and why the distinction matters

The research, published on 17 August 2026 by Olivier de Segonzac and based on log analysis by the Resoneo team, splits ChatGPT's retrieval into three separate systems that most people treat as one thing (Resoneo).

The index. OpenAI's own search index, which the researchers found internally referred to as "labrador". It holds a URL, the full page title, and a snippet of roughly 200 characters anchored on your H1.

The read cache. A shared store of full pages converted to Markdown. When ChatGPT needs the body of your page, this is usually what it gets, not your live server.

The live open. The model sends a fetch to your actual URL. This is rare, and it is the layer that decides citations.

Those are different systems with different crawlers, different refresh behaviour and different content. Treating them as one pipeline is why so much GEO advice misfires.

Layer one: ChatGPT's index is not Bing's index

This is the finding that should retire a tired piece of advice.

The researchers compared the URLs in OpenAI's index against Bing results for the same queries and found that only 1.5 percent of them appeared in Bing's top 20. OpenAI is running its own crawl and its own index, not passing your site through Microsoft.

We flagged the softer version of this recently when we wrote about the second AI answer network running on Microsoft's index. That post still holds: Copilot, DuckDuckGo and Yahoo Scout genuinely do depend on Bing. What it does not buy you is ChatGPT. Fixing Bing Webmaster Tools is worth an afternoon, and it is not a ChatGPT strategy.

The practical detail buried in the crawl data is more useful anyway. OAI-SearchBot, the crawler OpenAI says "is used to surface websites in ChatGPT's search features," discovers pages by following links (OpenAI). URLs that exist only in your XML sitemap were not reliably picked up.

If a page on your site is reachable only from the sitemap, or sits four clicks deep behind a paginated archive, it is not in the conversation. Internal linking is doing the discovery work here, not your sitemap submission.

Layer two: the cache serves an old copy of your page, on purpose

The read cache is where the mechanics get genuinely strange, and where most people's mental model breaks.

A cached copy is treated as fresh for about 30 minutes. Past that, ChatGPT still serves the stale copy to the next user, then refreshes in the background so the following request gets the new version. Retention runs for months rather than days, with the researchers seeing a copy from 11 July still served on 23 July.

Two consequences worth sitting with.

Your fix is not live when you think it is. You rewrite a page, you ask ChatGPT about it, and you get the old text back. That is not the model being wrong. That is you reading a cached copy. Any before-and-after test you run on the same day is close to meaningless.

Blocking directives that work everywhere else do not work here. The cache ignores Cache-Control: no-store, and pages carrying meta robots: noindex were still cached and served. If you have a staging URL, a thin location page or an old pricing page you quietly noindexed rather than removed, assume it is readable. Removing it or gating it properly is the only reliable answer, which is a slightly different job from the one covered in our AI crawlers and robots.txt guide.

There is also a hard ceiling: pages over 4 MB were rejected outright. That is not a theoretical limit for a modern site with hero video posters, uncompressed images and a fat client bundle.

Layer three: opens are rare, and they decide everything

Here is the asymmetry that reframes the whole exercise.

Pages that ChatGPT actually opened were cited 74 percent of the time. Pages that were merely retrieved from the index were cited 7 percent of the time. Opens happened for roughly one page in eighty.

So there are two completely different games. Winning the retrieval game gets you into a pool where nine out of ten candidates get discarded, which lines up with earlier work showing 85 percent of retrieved sources never make the final answer. Winning the open is close to winning the citation.

What triggers an open is mostly outside your control. Free instant responses lean almost entirely on index snippets and open almost nothing. Paid thinking mode does the real fetching. You cannot make a user upgrade their plan.

What you can control is whether the snippet that represents you is worth opening, and whether the page survives being opened.

Our take: this is the least glamorous GEO advice you will ever read

We will state the opinion plainly, because it cuts against a lot of what is being sold.

If the model's view of your page is a full title and about 200 characters after your H1, then the highest-leverage work in generative engine optimisation is writing a good title and a good opening paragraph. That is it. That is the lever.

No schema markup fixes a vague opening sentence. No llms.txt file rewrites your first 200 characters, which is part of why we called that standard mostly SEO theatre. An entity optimisation subscription does not help when the snippet representing your page says "We are passionate about delivering solutions tailored to your needs."

One specific habit worth breaking. SEO has spent a decade truncating title tags at around 60 characters because that is what Google displays. The index stores the full title. A title that reads as a complete, specific statement is now working harder than one trimmed to fit a SERP preview. That does not mean writing 140-character titles for Google. It means the useful words should be in there, not cut for display reasons.

The second habit: stop burying the answer. Plenty of pages open with a paragraph of scene setting before the substance arrives in section three. In classic search Google would find the good passage anyway. Here, the 200 characters after your H1 are the whole audition. This is the same principle behind structuring content so LLMs cite you, applied to a much smaller window than most people realise.

What we would actually check on a site this week

Six things, in rough order of return.

  1. Read your own first 200 characters after each H1. Out loud. If it does not state what the page is and who it is for, rewrite it. Do this on your money pages first.
  2. Write titles that are complete statements. Specific, unhedged, with the thing you do and the place or audience you do it for. Stop trimming useful words purely for display.
  3. Check internal links to your important pages. If a page is only reachable via the sitemap or deep pagination, add real links from pages that already get crawled.
  4. Check page weight. Anything approaching 4 MB is at risk of being dropped entirely. This is usually images and an oversized JavaScript bundle.
  5. View source, not the rendered page. If your service detail, pricing or FAQ answers only appear after a client-side fetch, they are invisible at this layer. The cache stores what it receives, and it is not running your app for you.
  6. Audit anything you noindexed instead of deleting. Assume it is cached and readable. Decide whether you are comfortable with that.

None of that is new technique. It is technical SEO and clear writing, aimed at a narrower window than we are used to.

The caveat we would attach to all of it

This is one research team's log analysis of a sampled crawl, on a system that OpenAI changes without announcement. The 30-minute figure, the 4 MB limit and the codename are observations, not published specification. They will move.

What we would not expect to move is the shape of it. A retrieval system that judges most candidates on a title and an opening snippet, reads a cached copy when it needs more, and rarely opens the live page is a reasonable design for anyone serving answers at that volume. The specific numbers are this month's. The incentive to be legible in a very small window is structural.

It also pairs badly with the other half of the picture. A large share of ChatGPT answers never run a web search at all and come straight from model memory, which we covered in two-thirds of ChatGPT answers never search the web. Between memory on one side and a 200-character snippet on the other, the space where a long, carefully argued page gets read in full is genuinely thin.

That is not an argument for writing worse pages. Depth is still what earns the open, and the open is what earns the citation. It is an argument for making sure the first thing anyone reads, human or model, does its job.

If you want a second pair of eyes on how your pages are structured for this, our AI search optimisation work starts with exactly these checks, and the free SEO review covers the technical side of it.

John Kyprianou

John Kyprianou

Founder & SEO Strategist

John brings over a decade of experience in SEO and digital marketing. With expertise in technical SEO, content strategy, and data analytics, he helps businesses achieve sustainable growth through search.

Related Articles

Illustration of a stack of duplicate web pages marked with a red cross resolving into one clean authoritative page that feeds an AI answer, by SEO Turtle
Technical SEO

Most AI Visibility Wins Are Just Technical Debt You Finally Paid Off

Businesses are buying GEO tools to fix problems a 2019 site migration created. AI search did not add new technical requirements, it just stopped compensating for the old ones. Here is our practitioner take on why the technical SEO backlog is now the AI visibility roadmap, and why that favours smaller sites.

August 17, 2026
Diagram of the Microsoft search index feeding Copilot, DuckDuckGo and Yahoo Scout, the second AI answer network, by SEO Turtle
Technical SEO

There Is a Second AI Search Network and Almost Nobody Audits It

Everyone is optimising for Google AI Overviews and ChatGPT. Meanwhile a second network of answer engines runs on Microsoft's index, and most businesses have never once checked whether they are properly crawled and indexed there. It is the cheapest visibility audit in SEO and hardly anyone does it.

July 28, 2026
Google retires FAQ rich results in 2026, what it means for structured data and schema, guide by SEO Turtle
Technical SEO

Google Killed FAQ Rich Results. What That Actually Tells You About Schema

On May 7, 2026 Google stopped showing FAQ rich results, then told everyone in its new AI search guide that special schema is not needed for AI features either. Both moves point the same way. Here is our practitioner read on what structured data is actually for now, and what to stop wasting time on.

June 18, 2026
Screaming Frog custom JavaScript for deep SEO analysis
Technical SEO

Screaming Frog Custom JavaScript: The Hidden SEO Weapon You're Not Using

If you're still using Screaming Frog just for basic crawling, you're missing out on its most powerful feature. Custom JavaScript can transform your SEO audits from manual drudgery into automated intelligence gathering.

August 01, 2025
JavaScript SEO: The Complete Guide to How Google Processes JS and How to Fix Rendering Issues
Technical SEO

JavaScript SEO: The Complete Guide to How Google Processes JS and How to Fix Rendering Issues

If Google can't render your JavaScript properly, your content won't rank. Here's how Google really processes JavaScript — and the field-tested fixes for every common issue we encounter.

July 24, 2025

Continue Your SEO Journey

Explore more expert insights and take action on your SEO strategy