
What is it?
The Average Position score tells you where your brand tends to appear in AI answers when it is mentioned. While AI Visibility answers “Do we show up at all?”, Average Position answers:“When we do show up, how high or low are we in the answer?”Lower is better:
1means you’re usually mentioned first.3means you’re usually around third.- Higher numbers mean you appear later in the answer.
How Average Position is calculated (per prompt)
For each tracked prompt, Mudra:- Runs the prompt across multiple AI providers (for example: ChatGPT, Claude, Gemini, Perplexity).
- Keeps only responses where your brand is mentioned and a position has been assigned (1st, 2nd, 3rd, etc.).
- Collects the list of positions, like:
positions = [2, 4, 3] - Computes the average of those positions:
Example: Average Position for one prompt
Prompt:“Best AI platforms for marketing automation?”You run this prompt on 4 providers and get:
| Provider | Brand mentioned? | Position |
|---|---|---|
| ChatGPT | Yes | 2 |
| Claude | Yes | 4 |
| Gemini | No | — |
| Perplexity | Yes | 3 |
- Keep only providers where your brand was mentioned:
positions = [2, 4, 3] - Sum:
2 + 4 + 3 = 9 - Count:
3 - Average Position:
3.0. Whenever you are mentioned, you appear around third on average. If none of the providers had mentioned you, the Average Position for this prompt would be not available.
Overall Average Position (across prompts)
Mudra also shows an overall Average Position for the project. To compute it, Mudra:- First computes Average Position per prompt (as above).
- Builds a list of valid averages (ignoring prompts with empty referencing):
- Computes the average of those values:
null (your brand is never mentioned), the Overall Average Position is also null.
.png?fit=max&auto=format&n=FxYR4lcu-KtIaTsC&q=85&s=5a1cd1ccd18b64e12dbdfe3d8f8ce54d)