Skip to content
AI Visibility Readiness Framework · public trust surface

Every AVR Score must be reconstructable from receipts.

citability.dev runs the AI Visibility Readiness Framework on your domain. The Framework (acronym AVR) measures three components, Visibility, Recommendability, and Citability (VRC), and rolls them into a single AVR Score (0-100). Every score drills down to the raw model run, version, prompt, extracted citations, classification logic, and hash.

01 /VRC components
VVisibility

Whether the brand appears at all for the query and model.

RRecommendability

Whether the answer frames the brand as a viable recommendation.

CCitability

Whether the answer links or cites the brand/domain as a source.

02 /AVR Score
AVR Score = weighted(V, R, C)
V = visibility across query × model receipts
R = recommendation quality and rank position
C = citation/link extraction quality
band: ≥70 healthy · 40-69 at-risk · <40 invisible
03 /Proof: valid audits

Every score ships with a receipt.

A receipt is immutable, timestamped, model-specific, query-specific, hash-addressed, and suitable for export, appeal, and public verification.

Open sample public receipt
GET /v1/receipts/rcpt_01HXK9F2
{
  "id": "rcpt_01HXK9F2",
  "query": "best b2b saas payment processor",
  "verdict": "mixed",
  "avr": 62,
  "models": ["chatgpt/gpt-4o-mini-search-preview", "claude/haiku-4-5", "perplexity/sonar", "gemini/2.5-flash"],
  "signature": "sha256:a14f...b902"
}
04 /Data sources
OpenAI

ChatGPT

gpt-4o-mini-search-preview

Anthropic

Claude

claude-haiku-4-5

Perplexity

Perplexity

sonar

Google

Gemini

gemini-2.5-flash

05 /Observable pipeline
01

Normalize project, domain, models, query set, and schedule.

02

Dispatch prompt jobs across pinned model versions.

03

Persist raw responses, timing, sources, and provider metadata.

04

Extract linked citations, in-text mentions, and referenced domains.

05

Classify cited, mentioned, competitor-mentioned, or absent.

06

Calculate V/R/C components and AVR rollup.

07

Sign receipts and expose public verification when enabled.

06 /Methodology cluster · published research
07 /Agent Readiness · parallel module

Agent Readiness sits parallel to the AVR Framework.

The AI Visibility Readiness Framework measures whether AI systems can find, recommend, and cite you today. Agent Readiness measures whether your site is prepared for the next layer: agents that act on web content via WebMCP, MCP, Stripe Link wallets, and the Agentic Commerce Protocol. In development as a separate module, not a sub-component of AVR.