Reputation Score
#A 0โ100 score for how positively the market talks about your brand, weighted by reach.
The Reputation Score is a composite 0โ100 measure of brand reputation health.
It starts from a neutral baseline of 50 and moves ยฑ50 based on how positive vs. negative your mentions are, weighted by the reach of each mention โ a single viral negative post matters more than many small positive ones.
- 70โ100 โ strong positive reputation
- 40โ69 โ neutral / mixed
- 0โ39 โ negative-skewed, action recommended
baseline = 50 reach_weighted = (ฮฃ reach[pos] โ ฮฃ reach[neg]) / (ฮฃ reach[pos] + ฮฃ reach[neg]) count_weighted = (count[pos] โ count[neg]) / total_count blend = 0.6 ร reach_weighted + 0.4 ร count_weighted reputation = clamp(0, 100, round(50 + blend ร 50))
sns_mentions (sentiment + reach)