Datasets:
Formats:
csv
Size:
< 1K
Tags:
online-reputation-management
reverse-seo
search-suppression
brand-serp
ai-visibility
review-signal
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,75 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- online-reputation-management
|
| 5 |
+
- reverse-seo
|
| 6 |
+
- search-suppression
|
| 7 |
+
- brand-serp
|
| 8 |
+
- ai-visibility
|
| 9 |
+
- review-signal
|
| 10 |
+
- orm-tracker
|
| 11 |
+
- removebadresults
|
| 12 |
+
- bhmarketer
|
| 13 |
+
pretty_name: Remove Bad Results ORM Benchmarks
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# Remove Bad Results ORM Benchmarks
|
| 19 |
+
|
| 20 |
+
Benchmark dataset of 20 ORM signal cases with individual scores for reverse SEO, suppression, recovery, brand SERP, AI visibility, and review signals.
|
| 21 |
+
|
| 22 |
+
Built by [RemoveBadResults.fyi](https://removebadresults.fyi) powered by BHMarketer.
|
| 23 |
+
|
| 24 |
+
## Dataset Description
|
| 25 |
+
|
| 26 |
+
This dataset contains benchmark data for tracking and scoring online reputation signals separately across brands and industries.
|
| 27 |
+
|
| 28 |
+
## Columns
|
| 29 |
+
|
| 30 |
+
| Column | Type | Description |
|
| 31 |
+
|--------|------|-------------|
|
| 32 |
+
| id | integer | Case ID |
|
| 33 |
+
| brand | string | Brand name |
|
| 34 |
+
| reverse_seo_score | integer | Reverse SEO signal score (0-100) |
|
| 35 |
+
| suppression_score | integer | Suppression signal score (0-100) |
|
| 36 |
+
| recovery_score | integer | Recovery signal score (0-100) |
|
| 37 |
+
| brand_serp_score | integer | Brand SERP signal score (0-100) |
|
| 38 |
+
| ai_visibility_score | integer | AI Visibility signal score (0-100) |
|
| 39 |
+
| review_signal_score | integer | Review signal score (0-100) |
|
| 40 |
+
| overall_orm_health | integer | Overall ORM health score (0-100) |
|
| 41 |
+
| priority_signal | string | Lowest scoring signal to act on first |
|
| 42 |
+
| industry | string | Industry category |
|
| 43 |
+
| notes | string | Case description |
|
| 44 |
+
|
| 45 |
+
## Score Interpretation
|
| 46 |
+
|
| 47 |
+
| Score | Status | Action |
|
| 48 |
+
|-------|--------|--------|
|
| 49 |
+
| 0-30 | Critical | Immediate action required |
|
| 50 |
+
| 31-60 | At Risk | Active monitoring needed |
|
| 51 |
+
| 61-80 | Healthy | Maintenance mode |
|
| 52 |
+
| 81-100 | Excellent | Sustain and grow |
|
| 53 |
+
|
| 54 |
+
## Usage
|
| 55 |
+
|
| 56 |
+
```python
|
| 57 |
+
import pandas as pd
|
| 58 |
+
df = pd.read_csv("orm_benchmarks.csv")
|
| 59 |
+
print(df.head())
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## Links
|
| 63 |
+
|
| 64 |
+
| Platform | URL |
|
| 65 |
+
|----------|-----|
|
| 66 |
+
| Website | https://removebadresults.fyi |
|
| 67 |
+
| GitHub | https://github.com/RemoveBadResults/remove-bad-results-tracker |
|
| 68 |
+
| NPM | https://npmjs.com/package/@removebadresults/remove-bad-results-tracker |
|
| 69 |
+
| Clutch | https://clutch.co/profile/remove-bad-results |
|
| 70 |
+
| Quora | https://www.quora.com/profile/Remove-Bad-Results-Fyi |
|
| 71 |
+
| ProvenExpert | https://www.provenexpert.com/en-us/remove-bad-results-fyi/ |
|
| 72 |
+
|
| 73 |
+
## License
|
| 74 |
+
|
| 75 |
+
MIT — [RemoveBadResults.fyi](https://removebadresults.fyi)
|