In brief A prompt is not a keyword but a text that enters the calculation in full, which is why anyone measuring visibility in AI answers is always also measuring the way they asked.
What prompt means
A prompt is not a keyword. A keyword is matched against an index and returns documents; a prompt is processed as text and drags along everything accompanying it. That difference explains why the measurement logic of classic SEO does not transfer directly to generated answers.
What reaches the model is almost never only what the person writes. In front of it there is usually a system prompt setting role, tone and limits, which the user does not see. Behind it comes the conversation history, and in many products also fragments of documents retrieved at that moment or values returned by tools. All of that occupies the context window and enters the calculation with the same standing as the question.
The prompt should also be kept apart from the product. On an API the prompt is exactly what gets sent. In a consumer assistant, between the typed text and the model sit product layers that rewrite, summarise or expand the input. When someone compares results from the web interface with the same vendor's API, that difference usually explains much of the discrepancy.
How the wording changes the answer
Every token of the prompt enters the calculation of the probability distribution for the next token. There is no prior step that extracts the intent and discards the form: the form is part of the input. That is why changes a person would call irrelevant shift the result.
The magnitude has been measured. A study of meaning-preserving variations such as separators, capitalisation, spacing and the order of examples found differences of up to 76 accuracy points within the same task and the same model. Another piece of work, covering 6.5 million instances across 20 models and 39 tasks, showed that rephrasing the instruction does not only move the absolute scores: it also changes which model comes out ahead.
Order adds to this. What appears earlier conditions everything that follows, so a list of options inside the prompt can favour the first one purely by position. Then there is sampling: with temperature above zero the same prompt admits several continuations and the answer is drawn among them. In AI search there is one more layer, because the system does not execute the sentence as written but breaks it into several parallel queries by subtopic and composes from that set. The typed text is the starting point, not the query running underneath.
Why it matters
Anyone measuring a brand's visibility in AI answers is always measuring their own set of questions as well. The figure on the dashboard does not say “how often the brand is cited”, it says “how often the brand is cited when you ask like this”. Swapping twenty prompts for twenty equally reasonable ones moves the number without anything having changed in the market.
That is why two measurement vendors can deliver different percentages for the same company in the same week and both be right. Their sets of questions differ: one asks by product category, another by user problem, a third names the brand inside the question and thereby all but guarantees it appears in the answer. The discrepancy is not a failure of either one, it is a property of what is being measured.
The decision that follows is concrete. The prompt set is fixed, documented and versioned before the first result is looked at, exactly like a keyword set, and any comparison over time holds only within the same set. If questions are added mid-quarter, the series breaks and next month's rise means nothing. The same applies when hiring an external vendor: without sight of their set of questions, their percentage cannot be interpreted.
Good practice
- Fix the prompt set in writing before the first measurement and store it with a version number and a date.
- Cover several ways of asking about the same thing, by category, by problem, by comparison and by recommendation, and count each group separately instead of averaging everything.
- Separate prompts that name the brand from those that do not: the former measure what is said about you, the latter whether you appear uninvited.
- Repeat each prompt several times per model and record the appearance frequency, because a single run does not represent the system's behaviour.
- Record the model, the date, the language and the country alongside every result, since all four alter the answer.
- Document the system prompt too when measuring through an API; without it another team cannot reproduce your numbers.
Common mistakes
- Putting the brand inside the prompt and presenting the resulting mention as visibility won.
- Extending or tweaking the prompt set mid-period and continuing to compare the series as if it were continuous.
- Comparing figures from two tools without first checking whether their sets of questions are comparable.
- Translating prompts word for word into other languages and assuming they measure the same thing, when the usual way of asking differs per market.
- Writing the site's copy for one specific prompt, which may fall out of use as soon as the interface or the model changes.
Manuel Riveiro Rodriguez CEO & Digital Strategist
A technical audit covers this and everything else in one pass.
Request an audit Frequently asked
Is a prompt the same as a keyword?
No. A keyword is matched against an index and returns a list of documents. A prompt is text processed in full, together with the system prompt and the history, and out of it comes a written answer. That is why there is no fixed position to occupy.
Why do two tools report different visibility percentages?
Because each uses its own set of questions, and the figure depends on that set as much as on the brand. Asking by category, by problem or by naming the brand produces very different results. Before comparing two reports, compare their sets of questions.
How many times should a prompt be repeated?
There is no canonical number. The practical rule is to repeat until the appearance rate stops moving noticeably, then keep that same number across all measurements. Changing the number of repetitions between periods breaks the comparison just as changing the prompts does.
Should the brand be named inside the prompt?
It serves one specific purpose: checking what is claimed about you and catching false details. It does not serve to measure visibility, because the mention is induced by the question itself. Both prompt types make sense, but they must be counted and reported separately.
Does a longer prompt give better answers?
Not through length itself. What helps is having the relevant context present and ordered; what hurts is filler, which competes for the context window and pushes out what matters. A long prompt is also harder to reproduce in a measurement.
Sources
- A study on meaning-preserving format variations: separators, capitalisation or spacing produce differences of up to 76 accuracy points on the same task.
- An evaluation across 6.5 million instances, 20 models and 39 tasks showing that rephrasing the instruction changes both the scores and the ranking between models.
- A technical explanation of the sampling parameters that determine how much variation an answer allows for an identical prompt.
- Google's description of the procedure by which its AI search breaks the question into several parallel queries before composing the answer.
- Vendor documentation on the system prompt, the fixed text that precedes the user message and stays invisible to the user.