AI Weekly Malaysia

Back to items Summaries

ChatGPT search now uses the site:operator at scale

ID
16291
Status
summarized
Published
21 Aug 2026, 7:57 AM
Fetched
21 Aug 2026, 11:39 PM
Provider
Simon Willison
Category
developer-ai
Original URL
https://simonwillison.net/2026/Aug/20/chatgpt-search-now-uses-the-siteoperator-at-scale/
Source URL
https://simonwillison.net/atom/everything/

Summary

Score
6.5
Created
21 Aug 2026, 11:39 PM
Tags
Audience
developersai_ml_learnersai_agent_userssaas_founders

What happened

Promptwatch tracking data shows ChatGPT Search fanout queries containing the site: operator jumped from ~0.3-0.5% to 16-17% around August 8, aligned with the GPT-5.6 rollout. Simon Willison notes OpenAI's search tool likely uses a search(query, recency, domains) shape rather than directly encouraging site: usage, and that OpenAI continues to obscure its system prompts.

Why it matters

If you publish content or build tools that depend on being surfaced in ChatGPT Search, this shift means domain-targeted retrieval is now a major factor in what ChatGPT returns — not just open web search. Anyone doing GEO (Generative Engine Optimization) or building AI search tooling should test how their site performs under site:-scoped queries and consider whether their content is structured to be picked up under domain-restricted fanout.

Discussion angle

How does ChatGPT's apparent shift to domain-scoped search change the playbook for content discoverability in AI assistants, and what can builders actually test or measure given OpenAI's opacity?

Top