mx-wordpress-seo-health-benchmark
收藏资源简介:
该数据集提供了一个关于技术SEO(搜索引擎优化)健康度的基准测试,专门针对4个墨西哥中小企业的真实生产网站。这些网站采用了不同的技术栈,包括手工编码主题的WordPress、使用Astra + Elementor的WordPress、使用WooCommerce/Elementor的WordPress,以及一个无CMS的纯PHP + MySQL网站。所有网站均使用同一套确定性的评分标准(涵盖技术、页面内、速度、头部四个类别,总分0-100),因此其分数可以在不同网站和技术栈之间直接比较。数据集包含三个CSV文件:seo_health_live_snapshot.csv(16行,记录每个站点和类别的分数快照)、seo_health_live_checks.csv(138行,记录每个独立检查项的详细信息)、seo_health_case_studies.csv(10行,记录修复事件的前后对比案例)。数据生成基于布尔/阈值检查评分标准,分数计算方式为(通过检查数 / 总检查数)× 100。扫描脚本使用Python + requests + BeautifulSoup,无需无头浏览器或第三方API密钥。数据集旨在用于跨不同CMS/技术栈组合进行技术SEO健康度基准测试、提供常见修复案例研究,以及作为构建可比较多站点SEO扫描器的参考标准。局限性包括仅包含4个网站、仅扫描首页,且不能代表墨西哥中小企业的整体网络状况。数据集在CC-BY-4.0许可下发布。
This dataset provides a benchmark for technical SEO (Search Engine Optimization) health, specifically targeting 4 real-world production websites of Mexican small and medium-sized enterprises (SMEs). These websites use different technology stacks, including: manually coded WordPress theme, WordPress with Astra + Elementor, WordPress with WooCommerce/Elementor, and a CMS-free pure PHP + MySQL website. All websites are evaluated using the same deterministic scoring criteria (covering four categories: technical, on-page, speed, and headers, with a total score of 0-100), allowing scores to be directly comparable across different websites and technology stacks. The dataset includes three CSV files: seo_health_live_snapshot.csv (16 rows, recording score snapshots for each site and category), seo_health_live_checks.csv (138 rows, recording detailed information for each individual pass/fail check), and seo_health_case_studies.csv (10 rows, recording before-and-after case studies for documented fixes). Data generation is based on a Boolean/threshold check scoring system, with scores calculated as (number of passed checks / total checks) × 100. The scanning script uses Python + requests + BeautifulSoup, requiring no headless browser or third-party API keys. The dataset is intended for benchmarking technical SEO health across different CMS/technology stack combinations, providing case studies for common fixes (e.g., header settings, lazy loading, CSS merging), and serving as a reference standard for building comparable multi-site SEO scanners. Limitations include only 4 websites, all owned/operated by the same agency, scanning only the homepage (not full-site crawling), and not measuring real user experience Core Web Vitals. The dataset is released under the CC-BY-4.0 license.
数据集概述
WordPress/PHP 技术 SEO 健康基准是一个针对 4 个墨西哥中小企业真实线上网站的技术 SEO 健康度基准数据集,涵盖了不同的技术栈:手工编码主题的 WordPress、WordPress(Astra + Elementor)、WordPress(WooCommerce/Elementor)以及无 CMS 的纯 PHP + MySQL 网站。所有网站均采用相同的确定性评分规则(技术、页面、速度、响应头 → 0-100 分),使各网站和技术栈之间的分数具有直接可比性。
该数据集由 NodarisHub(nodarishub.com) 策划和维护,这是一家面向墨西哥和厄瓜多尔中小企业的网页设计、SEO 和定制软件代理机构,所使用的评分规则(seo_health.py)与该机构每周在其自身网站和客户项目中运行的规则相同。
文件结构
| 文件 | 行数 | 描述 |
|---|---|---|
data/seo_health_live_snapshot.csv |
16 | 每个网站、每个类别的得分(4 个网站 × 4 个类别)的实时快照 |
data/seo_health_live_checks.csv |
138 | 快照背后逐项通过/未通过检查的完整记录 |
data/seo_health_case_studies.csv |
10 | 带有日期、根本原因和修复方案的修复前后记录案例 |
数据列说明
seo_health_live_snapshot.csv:site(网站)、url(网址)、scanned_at(扫描时间)、overall_score(总分)、category(类别)、category_pct(类别百分比)、checks_passed(通过检查数)、checks_total(总检查数)
seo_health_live_checks.csv:site(网站)、url(网址)、scanned_at(扫描时间)、category(类别)、check(检查项)、passed(是否通过)、detail(详情)
seo_health_case_studies.csv:site(网站)、url(网址)、date(日期)、stack(技术栈)、score_before(修复前得分)、score_after(修复后得分)、category(类别)、finding(发现)、fix(修复方案)——包含真实修复工作的日期记录,例如 raditech.mx 通过添加条件 Cache-Control 响应头、JS 驱动懒加载和 CSS 合并/压缩实现 85→100(2026-07-06);arcademotorsmx.com 通过添加缺失的 H1 和安全响应头实现 85→100(2026-07-05)。
评分方法
评分规则对四个类别进行等权重的布尔/阈值检查:
- 技术(Technical) — robots.txt、sitemap、HTTPS 重定向、canonical、html lang、viewport、favicon
- 页面(On-Page) — 标题长度、meta description 长度、H1/H2 结构、Open Graph/Twitter 标签、JSON-LD schema、图片 alt 文本、懒加载、字数
- 速度(Speed) — HTML 大小、外部 CSS/JS 数量、gzip/br 压缩、Cache-Control
- 响应头(Headers) — HSTS、X-Content-Type-Options、Server 头信息泄露
得分计算公式:得分 =(通过检查数 / 总检查数)× 100,按类别和总体分别计算。扫描脚本(seo_health.py)是一个纯 Python + requests + BeautifulSoup 的 HTTP 客户端,无需无头浏览器,也无需第三方 API 密钥。实时快照行通过在 scanned_at 时间点对每个网站的公开首页运行扫描器生成。
预期用途
- 跨不同 CMS/技术栈组合进行技术 SEO 健康度基准测试
- 针对常见 WordPress + LiteSpeed Cache 修复(响应头、懒加载、CSS 合并)的修复前后案例研究
- 作为构建自有可比性多站点 SEO 扫描器的参考评分规则
局限性
- 仅包含 4 个网站,且均由同一代理机构拥有/运营,不能代表墨西哥中小企业网站的整体情况
- 扫描器仅检查首页信号(非全站爬取),且不测量真实用户核心 Web 指标(Core Web Vitals)
许可
数据集基于 CC-BY-4.0 许可发布,复用时应注明出处。




