SEO · 10 min read

Appearing in ChatGPT Search: the 2026 practical guide

ChatGPT Search passes 400M weekly users and runs on the Bing index. 6 concrete levers to be cited in AI answers. All deployable in 7 days.

Appearing in ChatGPT Search: the 2026 practical guide

Why ChatGPT Search can no longer be ignored

ChatGPT Search has become a full traffic channel in 2026. It is no longer a curiosity used by early adopters. It is a mature search engine that captures high-value commercial queries.

Three numbers to frame the stakes:

400M

weekly active users on ChatGPT, now defaulting to web search

OpenAI, Feb. 2026

40%

of Google searches trigger an AI Overview box at the top of the page

Wellows, 2026

+36%

more AI citations for sites with a full JSON-LD schema stack

Stackmatix, 2026

Sources: OpenAI, February 2026 · Wellows, 2026.

The concrete outcome: on a commercial query like "best web agency in Bordeaux" or "which CRM for B2B SMBs", the user sees the AI answer before the blue links. If your site is not cited in that answer, you no longer capture the click.

⚠️

What this means: the traffic you lose on Google does not always go to a well-ranked competitor. It goes to the AI answer, and then to the 2 or 3 sources the AI cites. Each query becomes a 2-to-3-winner contest instead of 10.

ChatGPT Search uses Bing, not Google

ChatGPT Search does not read the Google index. It queries Bing to retrieve the web results before generating its answer. This is officially confirmed in the OpenAI documentation. Microsoft Copilot and much of the broader AI ecosystem run on the same foundation.

The direct consequences:

  1. If your site is not in Bing Webmaster Tools, ChatGPT Search will most likely not see you, even if you rank first on Google.
  2. Bing weighs signals differently: content freshness, backlink quality, and semantic structure.
  3. Microsoft and OpenAI AI bots (bingbot, OAI-SearchBot, ChatGPT-User) must crawl your site without friction in robots.txt.

After the NYT vs OpenAI case in late 2023, AI crawlers shifted to explicit-permission mode. If an AI user-agent is not named explicitly, some crawlers refuse to crawl out of legal caution.

Here is the full architecture to deploy, in order. Each lever is detailed right after with the concrete actions.

01Pilier 1

Bing Webmaster Tools

Register your site, submit the sitemap, verify actual indexing in the Microsoft index.
02Pilier 2

Clean robots.txt

Allow OAI-SearchBot, ChatGPT-User, bingbot and GPTBot as explicit user-agents.
03Pilier 3

Extractable content

Self-contained 130-167-word chunks, headings written as questions, FAQ at the end.
04Pilier 4

JSON-LD schema

Article + Person + FAQPage + BreadcrumbList + Organization on every editorial page.
05Pilier 5

Root llms.txt

Emerging standard that guides AI crawlers toward your canonical pages.
06Pilier 6

Dated sourced stats

3 to 5 verifiable numbers per article, each linked to a primary source under 24 months old.

How to activate each lever in practice

Each lever takes minutes or hours, not months. Here is exactly what to do, in order.

Register on Bing Webmaster Tools

Create an account on Bing Webmaster Tools. Two registration options:

  • Import from Google Search Console (5 minutes, your properties are copied automatically)
  • Add the domain manually and verify via meta tag or DNS record

Once registered, submit your sitemap.xml. Bing indexing takes 1 to 4 weeks depending on site size.

💡

Hidden bonus: the "AI Performance" tab in Bing Webmaster Tools (launched in October 2024) shows how often your site is cited in Copilot and ChatGPT Search, broken down by URL and query. It is currently the only free tool that gives this metric on the Microsoft side.

Explicitly allow AI bots in robots.txt

AI crawlers look for their exact user-agent. Add these blocks to the end of your robots.txt:

User-Agent: OAI-SearchBot
Allow: /

User-Agent: ChatGPT-User
Allow: /

User-Agent: GPTBot
Allow: /

User-Agent: bingbot
Allow: /

OAI-SearchBot is the crawler that feeds ChatGPT Search. ChatGPT-User represents real-time visits when a user asks a question with web search enabled. GPTBot trains the models. bingbot indexes for Bing, and by extension for ChatGPT Search.

Structure your content for LLM extraction

Generative engines extract self-contained 130-167-word chunks under each heading. Three simple rules:

  1. Start each section with the direct answer to the question in the heading (BLUF).
  2. Remove ambiguous pronouns ("it", "this") that refer back to earlier paragraphs.
  3. Add an explicit FAQ at the end with 4 to 8 Q/A of 40 to 80 words each.

This format matches the conversational intent of ChatGPT Search precisely. Answers prioritize content with that structure, because it is directly reusable as-is.

Add the Article + Person JSON-LD schema

JSON-LD has become a major ranking factor for AI engines. To deploy on every article:

  • Article with author, datePublished, dateModified
  • Person for the author, with sameAs pointing to LinkedIn (required)
  • FAQPage for the Q/A section
  • BreadcrumbList for navigation

See our author page as an example: it declares the full Person schema that each article then references through its author field. Validate your own via Rich Results Test.

Create a root llms.txt file

Emerging standard adopted by Anthropic, OpenAI and Mistral in 2025. Place a file at https://your-domain.com/llms.txt with:

# My company

> Short description of what you do.

## Main pages
- [Home](https://example.com/)
- [Services](https://example.com/services)
- [Blog](https://example.com/blog)

## Authors
- [First Last — Role](https://example.com/authors/slug)

Read by all modern AI crawlers. See the official spec for advanced formats.

Publish dated, sourced numbers

ChatGPT Search favors content with verifiable numbers linked to a dated primary source. Winning format:

According to [a Similarweb 2026 study](url), Perplexity traffic tripled in 12 months.

Descriptive anchor, source name, date, institution. LLMs cross-check numbers and downgrade sources that invent them. Aim for 3 to 5 sourced stats per article.

No single tool gives a full view of your positioning. You have to triangulate.

  1. Bing Webmaster Tools, AI Performance tab: the only official tracker for Copilot and ChatGPT Search citations, with breakdown by URL and query.
  2. Weekly manual tests: ask your 10 to 15 target questions in ChatGPT (with web search on), note whether your site appears in the cited sources.
  3. Google Search Console, AI Overviews filter: a useful indirect signal, since a site cited by Google AI Overviews is usually cited by other AI engines too.

Five pitfalls come up in most audits we run. To avoid from day one.

Ce qui ne sert plus

  • Optimizing for Google only: you become invisible to Bing, and therefore to ChatGPT Search, even with excellent Google SEO.
  • Leaving robots.txt as "User-Agent: *" without naming AI bots: some crawlers refuse to crawl without explicit permission.
  • Publishing articles without JSON-LD schema: you lose up to 36% of your chance to be cited per 2026 studies.
  • Signing with "The team" or a generic byline: LLMs downgrade anonymous sources by default.
  • Bumping dateModified without real changes: Bing and Google detect fake freshness and penalize the whole domain.

À faire à la place

  • Register the site on Bing Webmaster Tools in addition to Google Search Console, from day 1.
  • Explicitly name OAI-SearchBot, ChatGPT-User, GPTBot, bingbot, ClaudeBot, PerplexityBot in robots.txt.
  • Full JSON-LD stack on every editorial page: Article + Person + FAQPage + BreadcrumbList.
  • Sign every article with an identified human, full Person schema and sameAs LinkedIn.
  • Update strategic articles every 7 to 14 days with real substantial edits.

The 7-day roadmap

If you start today, here is the sequence to get ChatGPT Search-ready within a week. The goal is not to do everything perfectly. It is to chain the critical steps without skipping any.

  1. 1

    Bing Webmaster Tools sign-up

    30 min
    Create the account, import from GSC, submit the sitemap. No excuse to skip this step.
  2. 2

    Robots.txt update

    15 min
    Add the 6 key AI user-agents (OAI-SearchBot, ChatGPT-User, GPTBot, bingbot, ClaudeBot, PerplexityBot) with Allow: /.
  3. 3

    Full JSON-LD stack

    1 day
    Ship Article + Person + FAQPage + BreadcrumbList + Organization on editorial pages. Validate via Rich Results Test.
  4. 4

    llms.txt file

    1 day
    Create the file at the root with your canonical pages and authors. 50 lines max, plain markdown.
  5. 5

    Restructure your 10 top-traffic pages

    2-3 days
    Add TL;DR, question-shaped subheadings, FAQ at the end. Self-contained chunks without ambiguous pronouns.
  6. 6

    Weekly measurement

    ongoing
    Notion scorecard with 10 to 15 target prompts, bi-monthly scoring on ChatGPT, Perplexity, Gemini, Claude.

To go further, read our deep dive on GEO in 2026 covering the full 7 pillars, or our SEO & GEO service if you prefer to delegate. This foundation is also baked into our showcase websites by default.

Questions fréquentes

Does ChatGPT Search use Google or Bing?

ChatGPT Search uses the Microsoft Bing index to retrieve web results. This is officially confirmed by OpenAI in its documentation. Direct consequence: a site ranking well on Google but absent from Bing likely won't be cited in ChatGPT Search. Registering on Bing Webmaster Tools is the prerequisite for any ChatGPT Search strategy.

How long to appear in ChatGPT Search?

Expect 1 to 4 weeks for Bing to index a new site after registration. Then 1 to 3 months to start being cited in ChatGPT Search on niche queries with low coverage. Competitive queries take 6 to 12 months. On average faster than classic Google SEO on under-covered technical topics, since editorial competition is still low there.

Which user-agents to allow in robots.txt for ChatGPT?

Three official OpenAI user-agents: OAI-SearchBot (the crawler feeding ChatGPT Search), ChatGPT-User (real-time visits when a user asks a question with web search enabled), GPTBot (model training). Also add bingbot for Microsoft. Allow each user-agent via "User-Agent: [name]" + "Allow: /" in your robots.txt file.

Should I abandon Google SEO for ChatGPT GEO?

No. GEO doesn't replace Google SEO, it extends it. A site well optimized for Google has better odds of being cited by AI engines, because quality signals heavily overlap. But GEO adds specific levers (JSON-LD schema, llms.txt, AI user-agents, sourced citations) that you must activate in addition to classic SEO.

Is Bing Webmaster Tools AI Performance free?

Yes, fully free. The AI Performance tab has been available since October 2024 in Bing Webmaster Tools. It shows how often your site is cited in Copilot and ChatGPT Search, with detail per URL and per query. The only official free tool giving this metric on the Microsoft and OpenAI side. A must-have for any serious GEO strategy.

Can my WordPress site appear in ChatGPT Search?

Yes. The base technology (WordPress, Next.js, Webflow, Shopify) barely matters. What matters: a clean robots.txt allowing AI bots, a valid sitemap.xml, a full JSON-LD stack (Rank Math or Yoast plugin for WordPress), structured content with self-contained chunks and FAQ. A well-configured WordPress site can compete with a Next.js site on ChatGPT Search.

ShareLinkedInX
#GEO#ChatGPT#AI Search#Bing

Published on

Shall we discuss your project?

30 minutes to scope your needs and tell you exactly what we would do in your position.

Start a project