SheepRank
Created by Eyal Krief. Live Dojo on r/SheepRank.
Definition
SheepRank is a 0–100 score of semantic legitimacy based on:
- Entity Coverage — coverage of topic entities & relations vs SERP consensus.
- Internal Authority Flow — weighted internal links by semantic overlap.
- Cognitive Alignment — headings vs intent vectors (cosine similarity).
MVP Formula
SheepRank = 0.5 * Coverage + 0.3 * Flow + 0.2 * Cognitive
Coverage = covered_entities / consensus_entities
Flow = weighted PageRank(semantic_overlap)
Cognitive = avg cosine(Hn embeddings, intent vectors)
Weights are public and will evolve via community tests in r/SheepRank.
Follow the 90-day Dojo
Weekly CSVs, SHA256 hashes, charts & notebooks.