Ansvisor - Scale your brand visibility across AI answer engines
by•
Ansvisor is the open-source AEO platform that helps brands track and grow visibility across ChatGPT, Claude, Perplexity, Copilot, Google AI Mode, and more. Monitor mentions, citations, sentiment, prompt volumes, and competitor share-of-voice in real time — then turn those insights into briefs and content workflows your team can ship. MIT licensed, self-hostable from GitHub, and built with the community. Own your brand's presence in the AI era — not just rankings, but the answers themselves.


Replies
Ansvisor
AEO (Generative Engine Optimization) is the new SEO. How does Ansvisor measure 'visibility' inside an LLM's non-deterministic response? Is there a proprietary score you use?
Ansvisor
@rivra_dev There's a score, but it's not proprietary; it's in the repo and you can fork it tomorrow.
The visibility score (0–100) is a weighted blend per response: 50% mention frequency (how often your brand is named, capped to prevent spammy responses), 25% position (first mention vs. buried at the bottom), and 25% citation presence (whether the engine cited a URL pointing to your domain, or a third party that mentions you).
Non-determinism is handled through aggregation. Each tracked prompt runs across 8 engines (ChatGPT, Gemini, AI Overview, AI Mode, Perplexity, Claude, Copilot, Grok), and results are aggregated over time. A single response is noise; the trend over a week is signal.
It's all auditable — repo: github.com/aeohub/ansvisor. Open to feedback on the weighting; the current model is opinionated, and we'd love to see how others would tune it.