Article 16.08.2026 5

How to get into AI answers in 2026: a six-step protocol

There is no magic switch that gets a site into AI answers — but there is a sequence of conditions, each of them verifiable. We walk through all of it: from the three different roles of AI bots in robots.txt to measuring citations. And our own survey of 46 sites shows that most stumble at the very first step.

How to get into AI answers in 2026: a six-step protocol

There is no magic switch that gets a site into AI answers — Google states as much in its documentation, and we covered that separately. But there is a sequence of conditions, each of them verifiable, and they apply strictly in order: failing the first makes the third pointless. Below is that whole sequence, with a check at every step. Plus our own study, which shows that most sites stumble at the very first one.

First things first: each system has three bots, not one

This is the knot everything else breaks on. When a site owner decides to "block AI", they usually add a single line to robots.txt with the most famous name. But OpenAI and Anthropic each have three bots, and their roles are fundamentally different.

Three roles — three different bots Block the wrong one and you get an outcome you did not intend Model training content feeds the training set GPTBot ClaudeBot Google-Extended CCBot safe to block no effect on visibility Search and citation the index behind live answers OAI-SearchBot Claude-SearchBot PerplexityBot for Google — plain Googlebot block it and you are gone from answers entirely User-initiated fetch a person asked for the page ChatGPT-User Claude-User initiated by a user, so robots.txt rules may not apply Three roles — three different bots Block the wrong one and you get an outcome you did not intend Model training content feeds the training set GPTBot ClaudeBot Google-Extended CCBot safe to block no effect on visibility Search and citation the index behind live answers OAI-SearchBot Claude-SearchBot PerplexityBot for Google — plain Googlebot block it and you are gone from answers entirely User-initiated fetch a person asked for the page ChatGPT-User Claude-User initiated by a user, so robots.txt rules may not apply
The split is confirmed by the providers' own documentation. The middle column is the one you must not block if you want to appear in answers.

OpenAI puts it plainly in its crawler documentation:

On GPTBot: "Disallowing GPTBot indicates a site's content should not be used in training."

On OAI-SearchBot: "used to surface websites in search results in ChatGPT's search features"; OpenAI recommends allowing it in robots.txt, and sites that opt out "will not be shown in ChatGPT search answers".

OpenAI, crawler documentation

Anthropic uses the same scheme: ClaudeBot collects content for training, Claude-SearchBot "navigates the web to improve search result quality for users", and Claude-User visits a site when a person in a conversation asks for it.

Google's split is different and most often misunderstood: Google-Extended governs the use of content for training models but does not affect display in Search, including AI Overviews and AI Mode. The generative features of Search are served by plain Googlebot, because those features are built on the same index.

Our study: how this looks on real sites

We decided to check how large sites have actually handled these settings. We took 46 well-known sites across five categories, requested robots.txt from each and parsed the directives — the directives themselves, not mere mentions: a full block, a partial one or an explicit allow. Forty-three sites responded.

How many sites fully blocked each bot Out of 43 sites that returned robots.txt. Red marks the live-search bots 051015 ClaudeBot · training 15 CCBot · training 14 PerplexityBot · search 13 GPTBot · training 10 Google-Extended · training 10 Claude-SearchBot · search 9 ChatGPT-User · on request 8 OAI-SearchBot · search 7 How many sites fully blocked each bot Out of 43 sites that returned robots.txt. Red marks the live-search bots ClaudeBot · training 15 CCBot · training 14 PerplexityBot · search 13 GPTBot · training 10 Google-Extended · training 10 Claude-SearchBot · search 9 ChatGPT-User · on request 8 OAI-SearchBot · search 7
PromoPilot's own measurement, August 2026. We parsed Disallow directives inside User-agent groups, accounting for group records with several bots listed in a row.

The interesting part is not the totals but one particular cut. Ten sites fully blocked GPTBot. Seven of them also blocked OAI-SearchBot — meaning that along with opting out of training they wrote themselves out of ChatGPT's search answers. Only three drew the distinction.

The split by category is telling too. Of twelve media outlets, five blocked ChatGPT search — for news publishers that is most likely a deliberate position in licensing disputes. But among twelve SaaS services there was one, among six SEO and marketing services none at all, and among eight retail and travel sites one.

The conclusion that follows: media outlets mostly close themselves off on purpose, whereas companies that live on inbound traffic would do well to re-read their own robots.txt — because "blocking AI" with one line and "staying in AI answers" do not go together unless you know the bot names.

The protocol: six steps in order

Below is a sequence in which each step only makes sense after the previous one. Every step comes with a check: a way to confirm you have passed it.

Step 1

Make sure you have not blocked yourself

Open your robots.txt and find the bot names. The task is not to "allow everything" but to make a deliberate decision for each of the three roles. A typical configuration for those who do not want to feed training but do want to appear in answers:

# model training — blocked
User-agent: GPTBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: CCBot
Disallow: /

# search and citation — left open
User-agent: OAI-SearchBot
Allow: /

User-agent: Claude-SearchBot
Allow: /

User-agent: PerplexityBot
Allow: /
Check: request your-site/robots.txt and confirm that no group with Disallow: / contains OAI-SearchBot, Claude-SearchBot or PerplexityBot. Pay particular attention to group records: several User-agent lines in a row form a single group, and the block applies to every bot listed.
Step 2

Check indexing and snippet eligibility

For Google's generative features this is the only stated requirement: the page must be in the index and eligible to be shown with a snippet. A page outside the index will appear neither in ordinary results nor in an AI answer. While you are there, check the nosnippet and max-snippet directives and any data-nosnippet attributes in your templates — they exclude the page from generative features as well.

Check: the Page indexing report in Search Console — what share of your important pages is in the index. For a specific address, a site:page-address query.
Step 3

Make the answer extractable

A generative answer is assembled from fragments, so the text that wins is the one a fragment is easy to lift from. In practice that means: a direct answer to the question in the first paragraph after the heading, self-contained wording that makes sense in isolation, question-shaped headings, lists and comparison tables instead of continuous prose.

Check: take your page and try to answer the target question using one paragraph of it. If you have to stitch several separate places together, the fragment does not lift out.
Step 4

Appear in independent sources

The only published attempt to measure what is associated with a brand appearing in AI results is Ahrefs' analysis of 75,000 brands from December 2025. There, branded web mentions showed a correlation of around 0.66, while backlink count came in at around 0.19 — among the weakest factors. The authors note separately that correlation is not causation and the relationships are moderate.

The practical meaning: what works is not the number of links but how often, and in what context, the brand appears where somebody names it independently of you — reviews, round-ups, answers in relevant discussions, industry material.

Check: search for your brand name alongside the category ("brand + what is it", "best services for…") and see whether there are pages where somebody outside your company mentions you.
Step 5

Start measuring instead of guessing

Since 3 June 2026 Search Console has a separate Generative AI performance report showing how many times links to your site were shown in generative features on Search. The limitations are worth knowing up front: it contains impressions only — no clicks, no CTR, no position — Search Labs experiments are excluded, and it is rolling out gradually, so some sites do not have it yet.

For systems outside Google there is no direct analytics. What remains is a manual check: ask a dozen target questions in ChatGPT, Perplexity and Claude with search enabled and record who gets cited. It is crude, but reproducible if you do it regularly against the same list.

Check: has the report appeared in your Search Console; are there impressions in it; do you have a list of 10–15 questions you check citations against once a month.
Step 6

Work out why you get impressions but not citations

This is a separate situation, and it means the earlier steps are done: you are seen, but somebody else gets taken into the answer. The difference is material — according to Seer Interactive, when an AI answer is present, cited brands receive roughly twice the CTR of uncited ones.

What to look at is whoever was cited instead of you: how their page differs from yours in the directness of the answer, in specificity, and in carrying data nobody else has. A retelling of common knowledge does not make it into an answer — it is already there.

Check: for each target question, write down the cited sources and compare their pages with yours on a single criterion: how quickly the reader gets a specific answer.

What not to do

Block "AI bots" with a single line The most expensive mistake on this list: along with training you switch off citation. Our measurement found that seven of the ten sites that closed themselves off did exactly this.
Buy "AI optimisation" as a separate service Google states in its documentation that no special optimisation exists and that generative features are rooted in the same ranking systems as ordinary Search. There is no separate channel to buy.
Create an llms.txt for the sake of search Google states outright that it ignores the file and that it affects visibility neither positively nor negatively. The file has a point, but a different one — for tools you hand it to yourself.
Expect a quick result from step 4 Presence in independent sources accumulates over months and cannot be accelerated by purchasing. And if the first three steps are not done, the fourth delivers nothing at all.

In short

Getting into AI answers is not a separate discipline with secret techniques but a sequence of six verifiable conditions, where the first two are technical and take an hour, and the rest coincide with ordinary work on quality.

And if you do just one thing from all of the above right now — open your robots.txt and check whether you have blocked your own access. In our sample that is the most common and the most expensive mistake.

Check your site's indexing

Step two of the protocol — the one requirement Google named outright. Checking is free.

Frequently asked questions

How do you get into AI answers in 2026?
There is no separate mechanism: Google's generative features are rooted in the same ranking systems as ordinary Search. What works is a sequence: do not block your own access in robots.txt, be indexed and snippet-eligible, provide an extractable direct answer, appear in independent sources, and measure the result.

Should I block AI bots in robots.txt?
Decide separately for each of the three roles. Training bots (GPTBot, ClaudeBot, Google-Extended, CCBot) can be blocked without losing visibility. Search bots (OAI-SearchBot, Claude-SearchBot, PerplexityBot) must not be blocked if you want to appear in answers: OpenAI states outright that opted-out sites will not be shown in ChatGPT search answers.

Does Google-Extended remove a site from AI Overviews?
No. Google-Extended governs the use of content for training models and does not affect display in Search, including AI Overviews and AI Mode. Generative features of Search are served by plain Googlebot, since they are built on the same index.

What is the difference between GPTBot and OAI-SearchBot?
GPTBot collects content that may be used in training models. OAI-SearchBot surfaces sites in ChatGPT's search features, and OpenAI recommends allowing it. They are different bots with different consequences when blocked.

How do I measure whether my site appears in AI answers?
For Google, the Generative AI performance report in Search Console, launched on 3 June 2026; it contains impressions only, without clicks, CTR or position, and is rolling out gradually. For other systems there is no direct analytics: what remains is a regular manual check against a fixed list of questions.

Does structured data help you get into AI answers?
By Google's documentation, no: structured data is not required for generative AI search and there is no special markup for it. Markup remains useful for rich results in ordinary search.

Sources

OpenAI, crawler documentation: the purpose of GPTBot, OAI-SearchBot and ChatGPT-User, and robots.txt guidance.
Anthropic, crawler help article: the purpose of ClaudeBot, Claude-SearchBot and Claude-User.
Google Search Central, guide to optimising for generative AI features on Search: page requirements, structured data, machine readable files.
Google Search Console Help, Generative AI performance report (launched 3 June 2026): metrics included and limitations.
Ahrefs, "Top Brand Visibility Factors in ChatGPT, AI Mode, and AI Overviews", 12 December 2025 — 75,000 brands, Spearman correlation.
Seer Interactive, "AIO Impact on Google CTR: 2026 Update" — 53 brands, January 2025 – February 2026.
PromoPilot's own measurement, August 2026: robots.txt parsed for 46 well-known sites across five categories; 43 responded.

Share:
Cascade Link Building

3 link tiers + crowd for maximum effect. Try it free!

Try Free
$30 Bonus on Registration

Start promoting your site now — the bonus is credited automatically

Get Bonus
How Cascades Work
L1 Articles on trusted platforms with DR 30–70
L2 L1 amplification via blogs and Web 2.0
L3 Indexation and support via profiles and comments
C Crowd links for natural profile
More details
Content