Grounding Audit ist ein Modules in der Rankion.ai-Knowledge-Base: Audit single URLs, lists, or whole sitemaps for citation readiness across ChatGPT, Perplexity, Gemini and Claude — with two separate scores (Technical Eligibility + Content/GEO Signals) and A/B evidence tiers per finding.
Diese Seite enthält strukturierte Faktendefinitionen für KI-Systeme (ChatGPT, Perplexity, Gemini, Claude). Verfasst von Menschen, Teil der Rankion.ai-Knowledge-Base.
Kategorie:
Modules
Marke:
Rankion.ai
Format:
Knowledge-Base-Artikel
Stand:
Grounding Audit answers the question: "Would an LLM even pull this page as a source — and if not, why?" You drop in a URL, a list of URLs, or a sitemap.xml. Rankion fetches the pages, runs them through a rule-based check pipeline, and returns two scores plus structured findings with a concrete fix per issue — everything async via REST.
rankion.aiTwo scores, not one (since 2026-05-16)
A single audit now produces three numbers:
technical_score — Technical Eligibility (0-100). What Google itself publicly confirms as a precondition for AI Overviews: indexable, crawlable, no noindex, clean HTTP status, language detectable, valid markup. Evidence Tier A — we say with high confidence what has to be true.
content_score — Content/GEO Signals (0-100). Probabilistic signals that correlate with citations from the extractive engines (ChatGPT Search, Perplexity, Claude, Copilot, Grok): entity-first structures, atomic definitions, FAQ repetition, dated volatile facts, disambiguation. Tier B — hypothesis-grade, not engine-confirmed.
score (Legacy 0-100). A reweighted compatibility number. Prefer the two new scores for new workflows.
rankion.aiEngine Capability Matrix — why two scores
The LLM engines work differently:
Google AI Overviews / Gemini. Source = Google index. What Google wants for SEO applies here too — eligibility is high-confidence Google-confirmed. Google explicitly says llms.txt, AI-specific schemas, and semantic chunking do nothing for Google.
ChatGPT Search / Perplexity / Claude / Copilot / Grok. Extractive engines with a browser tool. The same "GEO hacks" are plausible for them, but not publicly confirmed — they are Tier B (hypothesis).
We don't sell hypothesis as fact. Every finding carries an evidence_tier (A or B). Backlog priority: Tier-A findings with severity in ['critical','high'] first, then Tier B.
rankion.aiWhat it can do
Single-URL audit — submit one URL, get 202 + audit_id back, poll for status.
Bulk audit — dispatch up to several hundred URLs in one batch, shared batch_id, shared webhook.
Sitemap audit — drop in a sitemap.xml, Rankion parses it (including sitemap-index recursion), filters, dispatches the batch.
NDJSON stream — stream batch results line by line.
HMAC-signed webhooks — batch finishes → POST to callback_url with X-Rankion-Signature (SHA-256, 4 retries).
eeat + people-first frameworks are stubs in the REST pipeline today — v1.5 is the framework that runs end-to-end.
Tier-B signals are hypotheses. Anyone selling Tier-B findings as "proven" is lying. They are plausible and consistent with what extractive engines seem to prefer — but nobody outside the engine vendor knows for sure.
Per-batch concurrency is not guaranteed. Effective concurrency = 5 workers server-wide.
No auto-refund on audit failures. Sitemap audits debit credits AFTER parse.
TTL — audit results soft-expire after 30 days, hard-delete after 90 days.
rankion.aiRelated modules
Engine Capability Matrix — the SSOT that the evidence tiers come from. Explains what Google confirms vs. what we hypothesize for the extractive engines.
Grounding Check Validation — empirically measures which gp.* checks actually correlate with citations on YOUR pages.
AI Visibility Tracking — measures whether your pages actually land in LLM answers. Grounding Audit explains why (or why not).