site stringclasses 3
values | url stringclasses 3
values | date stringdate 2026-07-04 00:00:00 2026-07-06 00:00:00 | stack stringclasses 3
values | score_before int64 81 85 | score_after int64 93 100 | category stringclasses 3
values | finding stringclasses 9
values | fix stringclasses 10
values |
|---|---|---|---|---|---|---|---|---|
nodarishub | https://nodarishub.com | 2026-07-04 | WordPress (hand-coded theme) + LiteSpeed Cache + Rank Math | 81 | 93 | On-Page | Missing og:image / twitter:image | Generated a branded 1200x630 Open Graph card (Pillow + brand font) and set it as Rank Math's global OG thumbnail. |
nodarishub | https://nodarishub.com | 2026-07-04 | WordPress (hand-coded theme) + LiteSpeed Cache + Rank Math | 81 | 93 | Headers | Missing security headers | Added HSTS (max-age=31536000; includeSubDomains), X-Content-Type-Options: nosniff, X-Frame-Options: SAMEORIGIN, Referrer-Policy via .htaccess. |
nodarishub | https://nodarishub.com | 2026-07-04 | WordPress (hand-coded theme) + LiteSpeed Cache + Rank Math | 81 | 93 | Speed | Unminified HTML/CSS/JS | Enabled LiteSpeed CSS/JS/HTML minification (Combine/UCSS left off to avoid breaking hand-coded layout). |
raditech | https://raditech.mx | 2026-07-06 | WordPress + Astra + Elementor + LiteSpeed Cache | 85 | 100 | Headers | Missing HSTS / X-Content-Type-Options | Added Header always set rules in .htaccess (LiteSpeed ignores setifempty/env= conditions on mod_headers -- plain 'Header always set' required). |
raditech | https://raditech.mx | 2026-07-06 | WordPress + Astra + Elementor + LiteSpeed Cache | 85 | 100 | Speed | Missing Cache-Control header | Added Cache-Control via a WPCode PHP snippet on send_headers, scoped to !is_admin() && !is_user_logged_in() to avoid caching authenticated wp-admin pages. |
raditech | https://raditech.mx | 2026-07-06 | WordPress + Astra + Elementor + LiteSpeed Cache | 85 | 100 | Speed | 0/11 images lazy-loaded | WPCode PHP snippet on template_redirect + ob_start injects loading=lazy decoding=async on images from the 6th onward (first 5 stay eager to protect LCP). |
raditech | https://raditech.mx | 2026-07-06 | WordPress + Astra + Elementor + LiteSpeed Cache | 85 | 100 | Speed | HTML 201KB (137KB was Astra's inline CSS) | Enabled LiteSpeed CSS minify + Combine External and Inline -> HTML dropped to 65KB with no visual regression (verified logged-out). |
arcademotorsmx | https://arcademotorsmx.com | 2026-07-05 | Vanilla PHP + MySQL (no CMS), custom deploy | 85 | 100 | On-Page | Missing H1 on homepage | Added an H1 with the target keyword inside the hero section. |
arcademotorsmx | https://arcademotorsmx.com | 2026-07-05 | Vanilla PHP + MySQL (no CMS), custom deploy | 85 | 100 | On-Page | Missing og:image | Added a branded 1080x608 cover image served at a clean URL (/portada.jpg). |
arcademotorsmx | https://arcademotorsmx.com | 2026-07-05 | Vanilla PHP + MySQL (no CMS), custom deploy | 85 | 100 | Headers | Missing security headers | Added HSTS, X-Content-Type-Options: nosniff, X-Frame-Options, Referrer-Policy via .htaccess. |
WordPress/PHP Technical SEO Health Benchmark — 4 Mexican SME Sites
A comparable technical-SEO health benchmark across 4 real, live production websites in Mexico, spanning different stacks: WordPress (hand-coded theme), WordPress (Astra + Elementor), WordPress (WooCommerce/Elementor), and a CMS-free vanilla PHP + MySQL site. All four are scored with the same deterministic rubric (Technical, On-Page, Speed, Headers → 0-100), so scores are directly comparable across sites and stacks.
🌐 Curated and maintained by:
NodarisHub — nodarishub.com, a web design / SEO /
custom-software agency for Mexican and Ecuadorian SMEs. This is the same
rubric (seo_health.py) the agency runs weekly across its own sites and
client work.
Files
| File | Rows | Description |
|---|---|---|
data/seo_health_live_snapshot.csv |
16 | Per-site, per-category score (4 sites × 4 categories), live snapshot |
data/seo_health_live_checks.csv |
138 | Every individual pass/fail check behind the snapshot |
data/seo_health_case_studies.csv |
10 | Documented before/after remediation events with dates, root cause and fix |
Columns
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 — real remediation
work with dates, e.g. raditech.mx 85→100 (2026-07-06) by adding conditional
Cache-Control headers, JS-driven lazy-loading and CSS combine/minify;
arcademotorsmx.com 85→100 (2026-07-05) by adding a missing H1 and security
headers.
Methodology
The rubric checks four categories with equal-weight boolean/threshold checks:
- Technical — robots.txt, sitemap, HTTPS redirect, canonical, html lang, viewport, favicon
- On-Page — title length, meta description length, H1/H2 structure, Open Graph/Twitter tags, JSON-LD schema, image alt text, lazy-loading, word count
- Speed — HTML weight, external CSS/JS count, gzip/br compression, Cache-Control
- Headers — HSTS, X-Content-Type-Options, Server header disclosure
Score = (checks passed / checks total) × 100, per category and overall. The
scanner script (seo_health.py) is a plain Python + requests + BeautifulSoup
HTTP client — no headless browser, no third-party API keys required. Live
snapshot rows were generated by running the scanner against each site's public
homepage at scanned_at.
Intended use
Benchmarking technical SEO health across different CMS/stack combinations; before/after case studies for common WordPress + LiteSpeed Cache fixes (headers, lazy-loading, CSS combine); reference rubric for building your own comparable multi-site SEO scanner.
Limitations
Only 4 sites, all owned/operated by the same agency — not a representative sample of the Mexican SME web at large. The scanner checks homepage-only signals (not full-site crawls) and does not measure real-user Core Web Vitals.
License
Released under CC-BY-4.0. Please attribute this compilation when you reuse it.
- Downloads last month
- 24