--- license: mit tags: - seo-ai-visibility-scanner - seo-scanning - ai-visibility - brand-visibility - search-gap-analysis - ai-search - content-signals - authority-signals - chatgpt-visibility - gemini-visibility pretty_name: SEO AI Visibility Scanner Benchmarks size_categories: - n<1K --- # SEO AI Visibility Scanner Benchmarks [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22009341.svg)](https://doi.org/10.5281/zenodo.22009341) Benchmark dataset of 20 brand visibility scan cases with individual scores for SEO signal, AI visibility, content signal, authority signal, gap, and coverage across 5 AI platforms — Google, ChatGPT, Gemini, Perplexity, and Microsoft Copilot. Built by [GetPR.Buzz](https://getpr.buzz). ## Dataset Description This dataset contains benchmark data for the SEO AI Visibility Scanner — a structured scanning framework that evaluates brand visibility across both traditional search engines and AI-powered discovery platforms. ## Columns | Column | Type | Description | |--------|------|-------------| | id | integer | Case ID | | brand | string | Brand name | | scan_type | string | Type of scan run | | seo_signal_score | integer | SEO signal score (0-100) | | ai_visibility_score | integer | AI visibility score (0-100) | | content_signal_score | integer | Content signal score (0-100) | | authority_signal_score | integer | Authority signal score (0-100) | | gap_score | integer | SEO-AI gap score (0-100) | | coverage_score | integer | Full search landscape coverage (0-100) | | overall_scanner_index | integer | Overall scanner index (0-100) | | priority_action | string | Lowest scoring signal to act on first | | google_search_score | integer | Google Search score | | chatgpt_score | integer | ChatGPT score | | gemini_score | integer | Gemini score | | perplexity_score | integer | Perplexity score | | copilot_score | integer | Microsoft Copilot score | | industry | string | Industry category | | notes | string | Scan notes | ## Scan Types | Scan | Description | |------|-------------| | seo-scan | Traditional SEO signals | | ai-scan | AI platform visibility | | content-scan | Content quality signals | | authority-scan | Digital PR and authority | | gap-scan | SEO-AI visibility gap | | full-scan | Complete visibility scan | ## Score Interpretation | Score | Status | Action | |-------|--------|--------| | 0-30 | Critical | Immediate visibility intervention required | | 31-60 | At Risk | Significant improvements needed | | 61-80 | Healthy | On track — optimise and expand | | 81-100 | Excellent | Strong visibility — scale strategy | ## Usage ```python import pandas as pd df = pd.read_csv("seo_ai_scanner_benchmarks.csv") print(df.head()) ``` ## Citation GetPR.Buzz. (2026). SEO AI Visibility Scanner. Zenodo. https://doi.org/10.5281/zenodo.22009341 ## Links | Platform | URL | |----------|-----| | Website | https://getpr.buzz | | GitHub | https://github.com/getpr-buzz/seo-ai-visibility-scanner | | NPM | https://npmjs.com/package/@getpr-buzz/seo-ai-visibility-scanner | | PyPI | https://pypi.org/project/seo-ai-visibility-scanner | | Zenodo | https://doi.org/10.5281/zenodo.22009341 | | Kaggle | https://www.kaggle.com/datasets/getprbuzz/seo-ai-scanner-benchmarks | | SlideShare | https://www.slideshare.net/slideshow/get-pr-buzz-building-brand-visibility-and-authority-in-the-ai-first-digital-era/289334371 | | Quora | https://www.quora.com/profile/GetPR | ## License MIT — [GetPR.Buzz](https://getpr.buzz)