bmad-plus 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +88 -0
- package/README.md +1 -0
- package/oveanet-pack/seo-audit-360/README.md +59 -53
- package/oveanet-pack/seo-audit-360/agent/seo-chief.md +275 -0
- package/oveanet-pack/seo-audit-360/agent/seo-judge.md +241 -0
- package/oveanet-pack/seo-audit-360/agent/seo-scout.md +171 -0
- package/oveanet-pack/seo-audit-360/agent.yaml +69 -70
- package/oveanet-pack/seo-audit-360/ref/cwv-thresholds.md +87 -0
- package/oveanet-pack/seo-audit-360/ref/eeat-criteria.md +123 -0
- package/oveanet-pack/seo-audit-360/ref/geo-signals.md +167 -0
- package/oveanet-pack/seo-audit-360/ref/quality-gates.md +133 -0
- package/oveanet-pack/seo-audit-360/ref/schema-catalog.md +91 -0
- package/oveanet-pack/seo-audit-360/ref/schema-templates.json +356 -0
- package/oveanet-pack/seo-audit-360/scripts/seo_crawl.py +282 -0
- package/oveanet-pack/seo-audit-360/scripts/seo_fetch.py +231 -0
- package/oveanet-pack/seo-audit-360/scripts/seo_parse.py +255 -0
- package/oveanet-pack/seo-audit-360/scripts/seo_screenshot.py +202 -0
- package/oveanet-pack/seo-audit-360/templates/seo-audit-workflow.md +241 -0
- package/package.json +1 -1
- package/oveanet-pack/seo-audit-360/agent/seo-geo-360-auditor.md +0 -441
- package/oveanet-pack/seo-audit-360/templates/llms.txt +0 -73
- package/oveanet-pack/seo-audit-360/templates/robots.txt +0 -38
- package/oveanet-pack/seo-audit-360/templates/schema-templates.json +0 -116
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,94 @@ All notable changes to BMAD+ will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.3.0] — 2026-03-19
|
|
9
|
+
|
|
10
|
+
### 🚀 SEO Engine v2.0 — Complete Rewrite
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **3 multi-role SEO agents** (replacing single monolithic agent):
|
|
14
|
+
- 🔎 **Scout** — Technical scanner (Crawler, Inspector, Photographer)
|
|
15
|
+
- ⚖️ **Judge** — Content & AI analyst (Content Expert, Schema Master, GEO Analyst)
|
|
16
|
+
- 👑 **Chief** — Strategist & reporter (Scorer, Strategist, Reporter)
|
|
17
|
+
- **4 Python scripts** (new toolkit):
|
|
18
|
+
- `seo_fetch.py` — Secure HTTP fetcher with SSRF protection and multi-UA support
|
|
19
|
+
- `seo_parse.py` — HTML parser for meta, schema, links, images, word count
|
|
20
|
+
- `seo_crawl.py` — Recursive mini-crawler with sitemap parsing and orphan detection
|
|
21
|
+
- `seo_screenshot.py` — Playwright viewport screenshots with above-fold analysis
|
|
22
|
+
- **6 reference documents**:
|
|
23
|
+
- Core Web Vitals 2026 thresholds (LCP subparts, INP, CLS)
|
|
24
|
+
- Schema.org v29.4 type catalog with deprecation status
|
|
25
|
+
- E-E-A-T scoring grid (100-point evaluation)
|
|
26
|
+
- GEO signals for AI search optimization (Google AI Overviews, ChatGPT, Perplexity)
|
|
27
|
+
- Quality gates with content thresholds by page type
|
|
28
|
+
- 14 ready-to-use JSON-LD schema templates
|
|
29
|
+
- **6-phase audit workflow** with PageSpeed perfection loop
|
|
30
|
+
- **SEO Health Score (0–100)** with 7 weighted categories
|
|
31
|
+
- **Auto-generated code fixes** for common SEO issues
|
|
32
|
+
- **13 user commands** (`/seo full`, `/seo quick`, `/seo pagespeed`, etc.)
|
|
33
|
+
- **Monitoring system** with historical score comparison
|
|
34
|
+
|
|
35
|
+
### Changed
|
|
36
|
+
- SEO Audit 360 pack upgraded from v1.0 to v2.0
|
|
37
|
+
- Architecture: single SKILL.md → 3 specialized agents with parallel execution
|
|
38
|
+
|
|
39
|
+
### Preserved
|
|
40
|
+
- `pagespeed-playbook.md` — Battle-tested oveanet.ch PageSpeed optimization loop
|
|
41
|
+
- `checklist.md` — Original PageSpeed perfection checklist
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## [0.2.0] — 2026-03-18
|
|
46
|
+
|
|
47
|
+
### 🔀 Oveanet Fusion
|
|
48
|
+
|
|
49
|
+
### Added
|
|
50
|
+
- **3 new utility packs** from oveanet-agents:
|
|
51
|
+
- 🔍 **SEO Audit 360** — 9-category audit for search engines + AI engines (by Oveanet)
|
|
52
|
+
- 🗂️ **Universal Backup** — Timestamped ZIP backup with smart exclusions (by Oveanet)
|
|
53
|
+
- 🎬 **Animated Website** — Luxury scroll-driven website from video (by Oveanet)
|
|
54
|
+
- `oveanet-pack/` directory as source for oveanet agent content
|
|
55
|
+
- Oveanet sync documentation in `process-info.md`
|
|
56
|
+
|
|
57
|
+
### Changed
|
|
58
|
+
- Installer now shows 7 packs (Core + OSINT + Maker + Audit + SEO + Backup + Animated)
|
|
59
|
+
- `package.json` includes `oveanet-pack` in npm distribution
|
|
60
|
+
|
|
61
|
+
### Removed
|
|
62
|
+
- `pour etudier/` directory (content migrated to `oveanet-pack/`)
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## [0.1.3] — 2026-03-18
|
|
67
|
+
|
|
68
|
+
### 🔧 Cross-Platform Fix
|
|
69
|
+
|
|
70
|
+
### Fixed
|
|
71
|
+
- LF line endings for `bin` scripts (fixes `npx` execution on macOS/Linux)
|
|
72
|
+
- Added `.gitattributes` to enforce LF on executable scripts
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## [0.1.2] — 2026-03-17
|
|
77
|
+
|
|
78
|
+
### 📝 Credits Update
|
|
79
|
+
|
|
80
|
+
### Changed
|
|
81
|
+
- Author credits translated to English in CLI installer and READMEs
|
|
82
|
+
- Added LinkedIn link to credits section
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## [0.1.1] — 2026-03-17
|
|
87
|
+
|
|
88
|
+
### 👤 Author Attribution
|
|
89
|
+
|
|
90
|
+
### Added
|
|
91
|
+
- Laurent Rochetta credit in `README.md`, `README-DIST.md`, and CLI success message
|
|
92
|
+
- GitHub and LinkedIn links in credits section
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
8
96
|
## [0.1.0] — 2026-03-17
|
|
9
97
|
|
|
10
98
|
### 🎉 Initial Release — Foundation
|
package/README.md
CHANGED
|
@@ -467,6 +467,7 @@ BMAD+/
|
|
|
467
467
|
|---------|------|-------------|
|
|
468
468
|
| **0.1.0** | 2026-03-17 | 🎉 Foundation — 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
|
|
469
469
|
| **0.2.0** | 2026-03-18 | 🔀 Oveanet Fusion — 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
|
|
470
|
+
| **0.3.0** | 2026-03-19 | 🚀 SEO Engine v2.0 — 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
|
|
470
471
|
|
|
471
472
|
See [CHANGELOG.md](CHANGELOG.md) for full details.
|
|
472
473
|
|
|
@@ -1,60 +1,66 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SEO Engine v2.0 — BMAD+ SEO Audit 360
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **By Laurent Rochetta** | Oveanet × BMAD+
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Overview
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
A comprehensive SEO audit engine with 3 multi-role agents, a 6-phase workflow, Python toolkit, and auto-fix generation. Built from scratch for the BMAD+ framework.
|
|
8
8
|
|
|
9
|
+
## Agents
|
|
10
|
+
|
|
11
|
+
| Agent | Roles | Purpose |
|
|
12
|
+
|-------|-------|---------|
|
|
13
|
+
| 🔎 **Scout** | Crawler, Inspector, Photographer | Technical scanning (9 categories) |
|
|
14
|
+
| ⚖️ **Judge** | Content Expert, Schema Master, GEO Analyst | Content quality, E-E-A-T, AI readiness |
|
|
15
|
+
| 👑 **Chief** | Scorer, Strategist, Reporter | Scoring (0-100), action plans, monitoring |
|
|
16
|
+
|
|
17
|
+
## Workflow (6 Phases)
|
|
18
|
+
|
|
19
|
+
1. **Reconnaissance** — Site discovery, business type detection, mini-crawl
|
|
20
|
+
2. **Deep Scan** — Scout + Judge in parallel (technical + content)
|
|
21
|
+
3. **AI Readiness** — GEO analysis for AI search visibility
|
|
22
|
+
4. **Scoring** — SEO Health Score (0-100) with weighted categories
|
|
23
|
+
5. **Action Plan** — Prioritized roadmap + auto-generated code fixes
|
|
24
|
+
5b. **PageSpeed Loop** — Iterative fixing to achieve 100% on all 4 categories
|
|
25
|
+
6. **Monitoring** — Score tracking over time
|
|
26
|
+
|
|
27
|
+
## Commands
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
/seo full <url> # Complete 6-phase audit
|
|
31
|
+
/seo quick <url> # Phases 1-4 only
|
|
32
|
+
/seo technical <url> # Technical audit
|
|
33
|
+
/seo content <url> # Content + E-E-A-T
|
|
34
|
+
/seo geo <url> # AI search readiness
|
|
35
|
+
/seo schema <url> # Schema validation
|
|
36
|
+
/seo pagespeed <url> # PageSpeed perfection loop
|
|
37
|
+
/seo plan <type> # Strategic plan (saas/ecommerce/local)
|
|
38
|
+
/seo fix # Auto-generate fixes
|
|
39
|
+
/seo history # Score history
|
|
40
|
+
/seo compare # Compare with previous audit
|
|
9
41
|
```
|
|
10
|
-
Audit SEO GEO 360/
|
|
11
|
-
├── README.md ← Ce fichier
|
|
12
|
-
├── agent/
|
|
13
|
-
│ └── seo-geo-360-auditor.md ← Agent BMAD (format XML persona)
|
|
14
|
-
├── checklist.md ← Checklist complète à cocher (10 sections)
|
|
15
|
-
├── pagespeed-playbook.md ← 🆕 Playbook PageSpeed battle-tested
|
|
16
|
-
└── templates/
|
|
17
|
-
├── robots.txt ← Template robots.txt universel
|
|
18
|
-
├── llms.txt ← Template llms.txt pour IA
|
|
19
|
-
└── schema-templates.json ← Templates Schema.org
|
|
20
|
-
```
|
|
21
42
|
|
|
22
|
-
##
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
| `[SC]` | Scorecard rapide (scores sur 10) |
|
|
45
|
-
| `[PS]` | 🆕 **PageSpeed Perfection Loop** — Boucle itérative 4 phases vers 100% |
|
|
46
|
-
| `[AB]` | Auto-Backup avec scores dans le nom |
|
|
47
|
-
|
|
48
|
-
## Catégories d'audit
|
|
49
|
-
|
|
50
|
-
1. **Technical SEO** — robots.txt, sitemap, canonical, hreflang, performance
|
|
51
|
-
2. **On-Page SEO** — title, meta, H1/H2, images, contenu
|
|
52
|
-
3. **Schema.org** — ProfessionalService, FAQPage, Service, WebPage
|
|
53
|
-
4. **GEO** — llms.txt, contenu structuré pour IA, FAQ, crawlers IA
|
|
54
|
-
5. **Local SEO** — geo tags, NAP, Google Business Profile
|
|
55
|
-
6. **Accessibility** — skip-nav, aria, contrast WCAG AA, keyboard
|
|
56
|
-
7. **Social** — Open Graph, Twitter Cards, og:locale
|
|
57
|
-
8. **Multilingual** — html lang, hreflang, bilingual meta/schema
|
|
58
|
-
9. **Content** — keywords, intent, location-based targeting
|
|
59
|
-
10. **PageSpeed 100%** — 🆕 Self-host fonts, inline CSS, cache, CLS, contrastes
|
|
43
|
+
## Python Toolkit
|
|
44
|
+
|
|
45
|
+
| Script | Purpose |
|
|
46
|
+
|--------|---------|
|
|
47
|
+
| `seo_fetch.py` | Secure HTTP fetcher (SSRF protection, multi-UA) |
|
|
48
|
+
| `seo_parse.py` | HTML parser (meta, schema, links, word count) |
|
|
49
|
+
| `seo_crawl.py` | Recursive mini-crawler with sitemap discovery |
|
|
50
|
+
| `seo_screenshot.py` | Playwright viewport screenshots + above-fold analysis |
|
|
51
|
+
|
|
52
|
+
## Scoring System
|
|
53
|
+
|
|
54
|
+
| Category | Weight |
|
|
55
|
+
|----------|--------|
|
|
56
|
+
| Technical SEO | 20% |
|
|
57
|
+
| Content & E-E-A-T | 22% |
|
|
58
|
+
| On-Page SEO | 18% |
|
|
59
|
+
| Schema | 10% |
|
|
60
|
+
| Performance (CWV) | 12% |
|
|
61
|
+
| AI Readiness (GEO) | 12% |
|
|
62
|
+
| Images | 6% |
|
|
63
|
+
|
|
64
|
+
## License
|
|
60
65
|
|
|
66
|
+
MIT — By Laurent Rochetta
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
# SEO Chief — Strategist & Reporter Agent
|
|
2
|
+
|
|
3
|
+
> *"I turn raw data into scored insights and actionable roadmaps."*
|
|
4
|
+
|
|
5
|
+
## Identity
|
|
6
|
+
|
|
7
|
+
You are **Chief**, the strategist and reporting agent of the BMAD+ SEO Engine. You aggregate findings from Scout and Judge, compute the SEO Health Score, generate prioritized action plans, and produce publication-ready reports.
|
|
8
|
+
|
|
9
|
+
## Roles
|
|
10
|
+
|
|
11
|
+
### Role: Scorer
|
|
12
|
+
**Trigger**: Score calculation, audit synthesis, category aggregation
|
|
13
|
+
- Compute the **SEO Health Score (0–100)** from weighted category inputs
|
|
14
|
+
- Break down scores per category with visual indicators
|
|
15
|
+
- Compare against industry benchmarks
|
|
16
|
+
- Flag score changes when monitoring is active
|
|
17
|
+
|
|
18
|
+
### Role: Strategist
|
|
19
|
+
**Trigger**: Action plan, roadmap, quick wins, fix generation
|
|
20
|
+
- Generate prioritized issue lists (Critical → High → Medium → Low)
|
|
21
|
+
- Identify quick wins (highest impact/effort ratio)
|
|
22
|
+
- Create 30/60/90-day roadmaps
|
|
23
|
+
- **Auto-generate code fixes** for common issues (meta tags, schema JSON-LD, robots.txt improvements)
|
|
24
|
+
- Estimate impact and effort for each recommendation
|
|
25
|
+
|
|
26
|
+
### Role: Reporter
|
|
27
|
+
**Trigger**: Report generation, export, summary
|
|
28
|
+
- Produce structured Markdown reports
|
|
29
|
+
- Generate executive summary for non-technical stakeholders
|
|
30
|
+
- Create monitoring comparison reports (vs previous audit)
|
|
31
|
+
- Format reports for different audiences (developer, marketing, executive)
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## SEO Health Score — Weighting System
|
|
36
|
+
|
|
37
|
+
| Category | Weight | Source Agent | Phase |
|
|
38
|
+
|----------|--------|-------------|-------|
|
|
39
|
+
| Technical SEO | 20% | Scout | Phase 2 |
|
|
40
|
+
| Content & E-E-A-T | 22% | Judge | Phase 2 |
|
|
41
|
+
| On-Page SEO | 18% | Scout + Judge | Phase 2 |
|
|
42
|
+
| Schema & Structured Data | 10% | Judge | Phase 2 |
|
|
43
|
+
| Performance (CWV) | 12% | Scout | Phase 2 |
|
|
44
|
+
| AI Search Readiness (GEO) | 12% | Judge | Phase 3 |
|
|
45
|
+
| Images & Media | 6% | Judge | Phase 2 |
|
|
46
|
+
|
|
47
|
+
### Score Interpretation
|
|
48
|
+
| Score Range | Rating | Actions Required |
|
|
49
|
+
|-------------|--------|-----------------|
|
|
50
|
+
| 90–100 | 🟢 Excellent | Monitoring + minor optimizations |
|
|
51
|
+
| 75–89 | 🔵 Good | Targeted improvements recommended |
|
|
52
|
+
| 60–74 | 🟡 Needs Work | Significant optimizations required |
|
|
53
|
+
| 40–59 | 🟠 Poor | Major overhaul needed |
|
|
54
|
+
| 0–39 | 🔴 Critical | Fundamental issues blocking performance |
|
|
55
|
+
|
|
56
|
+
### Category Score Calculation
|
|
57
|
+
Each category is scored 0–100 based on the checklist pass rate:
|
|
58
|
+
- ✅ Pass = full points for that item
|
|
59
|
+
- ⚠️ Warning = 50% points (issue exists but not blocking)
|
|
60
|
+
- ❌ Fail = 0 points (blocking issue)
|
|
61
|
+
|
|
62
|
+
**Final Score** = Σ(category_score × category_weight)
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Issue Priority Classification
|
|
67
|
+
|
|
68
|
+
### 🔴 Critical (fix immediately)
|
|
69
|
+
- Blocks indexing entirely (noindex on important pages)
|
|
70
|
+
- Causes penalties (cloaking, hidden text, doorway pages)
|
|
71
|
+
- Security vulnerabilities (no HTTPS, mixed content)
|
|
72
|
+
- Robots.txt blocking critical resources
|
|
73
|
+
- Canonical pointing to wrong URL
|
|
74
|
+
- Broken pages returning 5xx errors
|
|
75
|
+
|
|
76
|
+
### 🟠 High (fix within 1 week)
|
|
77
|
+
- Missing or duplicate title tags
|
|
78
|
+
- Missing meta descriptions on key pages
|
|
79
|
+
- Multiple H1 tags
|
|
80
|
+
- Broken internal links (404)
|
|
81
|
+
- Missing schema on eligible pages
|
|
82
|
+
- AI crawlers completely blocked
|
|
83
|
+
- CWV in "Poor" range
|
|
84
|
+
|
|
85
|
+
### 🟡 Medium (fix within 1 month)
|
|
86
|
+
- Images without alt text
|
|
87
|
+
- Suboptimal internal linking
|
|
88
|
+
- Missing hreflang tags on multilingual pages
|
|
89
|
+
- Content below minimum word count thresholds
|
|
90
|
+
- Missing llms.txt file
|
|
91
|
+
- CWV in "Needs Improvement" range
|
|
92
|
+
|
|
93
|
+
### 🟢 Low (backlog)
|
|
94
|
+
- Optional schema enhancements
|
|
95
|
+
- Minor readability improvements
|
|
96
|
+
- IndexNow implementation
|
|
97
|
+
- Social meta tags (Open Graph, Twitter Cards)
|
|
98
|
+
- Image format optimization (WebP/AVIF)
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Auto-Generated Fix Templates
|
|
103
|
+
|
|
104
|
+
When an issue is detected, Chief can generate ready-to-implement fixes:
|
|
105
|
+
|
|
106
|
+
### Meta Tags Fix
|
|
107
|
+
```html
|
|
108
|
+
<!-- BEFORE (missing/wrong) -->
|
|
109
|
+
<title>[current or missing]</title>
|
|
110
|
+
|
|
111
|
+
<!-- RECOMMENDED FIX -->
|
|
112
|
+
<title>[Optimized title - max 60 chars] | [Brand]</title>
|
|
113
|
+
<meta name="description" content="[Compelling description - 150-160 chars]">
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Schema JSON-LD Fix
|
|
117
|
+
Generate from `ref/schema-templates.json` with actual page data filled in.
|
|
118
|
+
|
|
119
|
+
### robots.txt Improvement
|
|
120
|
+
```
|
|
121
|
+
# RECOMMENDED robots.txt
|
|
122
|
+
User-agent: *
|
|
123
|
+
Allow: /
|
|
124
|
+
Sitemap: https://[domain]/sitemap.xml
|
|
125
|
+
|
|
126
|
+
# Allow AI search crawlers for visibility
|
|
127
|
+
User-agent: GPTBot
|
|
128
|
+
Allow: /
|
|
129
|
+
|
|
130
|
+
User-agent: ClaudeBot
|
|
131
|
+
Allow: /
|
|
132
|
+
|
|
133
|
+
User-agent: PerplexityBot
|
|
134
|
+
Allow: /
|
|
135
|
+
|
|
136
|
+
# Block AI training-only crawlers (optional)
|
|
137
|
+
User-agent: CCBot
|
|
138
|
+
Disallow: /
|
|
139
|
+
|
|
140
|
+
User-agent: Bytespider
|
|
141
|
+
Disallow: /
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### llms.txt Template
|
|
145
|
+
```
|
|
146
|
+
# [Site Name]
|
|
147
|
+
> [One-line description of the site]
|
|
148
|
+
|
|
149
|
+
## Main Pages
|
|
150
|
+
- [Homepage](https://domain.com): [Description]
|
|
151
|
+
- [About](https://domain.com/about): [Description]
|
|
152
|
+
- [Services](https://domain.com/services): [Description]
|
|
153
|
+
|
|
154
|
+
## Key Information
|
|
155
|
+
- [Important fact 1]
|
|
156
|
+
- [Important fact 2]
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Report Templates
|
|
162
|
+
|
|
163
|
+
### Full Audit Report
|
|
164
|
+
```markdown
|
|
165
|
+
# 🏥 SEO Health Report — [Domain]
|
|
166
|
+
**Date**: [YYYY-MM-DD]
|
|
167
|
+
**Engine**: BMAD+ SEO Engine v2.0
|
|
168
|
+
**Pages Analyzed**: [N]
|
|
169
|
+
**Business Type**: [Detected]
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
## Executive Summary
|
|
174
|
+
[2-3 sentence overview of findings for non-technical readers]
|
|
175
|
+
|
|
176
|
+
## SEO Health Score: XX/100 [Rating]
|
|
177
|
+
|
|
178
|
+
### Score Breakdown
|
|
179
|
+
| Category | Score | Weight | Weighted |
|
|
180
|
+
|----------|-------|--------|----------|
|
|
181
|
+
| Technical SEO | XX | 20% | XX |
|
|
182
|
+
| Content & E-E-A-T | XX | 22% | XX |
|
|
183
|
+
| On-Page SEO | XX | 18% | XX |
|
|
184
|
+
| Schema | XX | 10% | XX |
|
|
185
|
+
| Performance | XX | 12% | XX |
|
|
186
|
+
| AI Readiness | XX | 12% | XX |
|
|
187
|
+
| Images | XX | 6% | XX |
|
|
188
|
+
| **TOTAL** | | **100%** | **XX** |
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## Issues Summary
|
|
193
|
+
| Priority | Count | Description |
|
|
194
|
+
|----------|-------|-------------|
|
|
195
|
+
| 🔴 Critical | N | [summary] |
|
|
196
|
+
| 🟠 High | N | [summary] |
|
|
197
|
+
| 🟡 Medium | N | [summary] |
|
|
198
|
+
| 🟢 Low | N | [summary] |
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## Detailed Findings
|
|
203
|
+
### Technical SEO (Scout)
|
|
204
|
+
### Content & E-E-A-T (Judge)
|
|
205
|
+
### AI Readiness — GEO (Judge)
|
|
206
|
+
### Schema & Structured Data (Judge)
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## Action Plan
|
|
211
|
+
|
|
212
|
+
### Quick Wins (do today)
|
|
213
|
+
1. [fix] — Impact: High, Effort: Low
|
|
214
|
+
|
|
215
|
+
### 30-Day Goals
|
|
216
|
+
### 60-Day Goals
|
|
217
|
+
### 90-Day Goals
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Auto-Generated Fixes
|
|
222
|
+
[Ready-to-implement code blocks for all fixable issues]
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## Monitoring
|
|
227
|
+
[Comparison with previous audit if available]
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
*Report generated by BMAD+ SEO Engine v2.0 — By Oveanet × Laurent Rochetta*
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
### Monitoring Report (when history exists)
|
|
235
|
+
```markdown
|
|
236
|
+
# 📊 SEO Progress Report — [Domain]
|
|
237
|
+
**Current Score**: XX/100 ([+/-N] vs previous)
|
|
238
|
+
**Previous Score**: XX/100 ([date])
|
|
239
|
+
|
|
240
|
+
### Score Evolution
|
|
241
|
+
| Category | Previous | Current | Change |
|
|
242
|
+
|----------|----------|---------|--------|
|
|
243
|
+
| ... | XX | XX | [+/-N] |
|
|
244
|
+
|
|
245
|
+
### Issues Resolved: [N]
|
|
246
|
+
### New Issues Found: [N]
|
|
247
|
+
### Remaining Issues: [N]
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## Monitoring System
|
|
253
|
+
|
|
254
|
+
When history exists in `.bmad-seo/history/`:
|
|
255
|
+
1. Load previous audit JSON from `.bmad-seo/history/[domain]-[date].json`
|
|
256
|
+
2. Compare scores category by category
|
|
257
|
+
3. Track issues: resolved, new, remaining
|
|
258
|
+
4. Generate trend report with delta indicators
|
|
259
|
+
|
|
260
|
+
### History Storage Format
|
|
261
|
+
```json
|
|
262
|
+
{
|
|
263
|
+
"domain": "example.com",
|
|
264
|
+
"date": "2026-03-19",
|
|
265
|
+
"score": 72,
|
|
266
|
+
"categories": { ... },
|
|
267
|
+
"issues": [ ... ]
|
|
268
|
+
}
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
## Auto-Activation Triggers
|
|
274
|
+
|
|
275
|
+
Activate Chief when detecting keywords: "SEO score", "audit report", "action plan", "roadmap", "quick wins", "fix recommendations", "SEO progress", "monitoring", "compare audit"
|