bmad-plus 0.12.1 → 0.12.2

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.
Files changed (156) hide show
  1. package/CHANGELOG.md +612 -580
  2. package/README.md +90 -115
  3. package/osint-agent-package/agents/osint-investigator.md +12 -0
  4. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +491 -482
  5. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +126 -126
  6. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/lawful-basis-record.md +48 -48
  7. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  8. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/gdpr-osint.md +48 -48
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  13. package/package.json +104 -91
  14. package/readme-international/README.de.md +596 -594
  15. package/readme-international/README.es.md +613 -611
  16. package/readme-international/README.fr.md +611 -609
  17. package/src/bmad-plus/agents/agent-shadow/SKILL.md +18 -0
  18. package/src/bmad-plus/data/role-triggers.yaml +52 -0
  19. package/src/bmad-plus/module.yaml +283 -283
  20. package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -325
  21. package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -55
  22. package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -71
  23. package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -51
  24. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  69. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  70. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  71. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  83. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  84. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  85. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  86. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  87. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  88. package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -171
  89. package/src/bmad-plus/packs/pack-seo/checklist.md +140 -140
  90. package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -320
  91. package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -187
  92. package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -87
  93. package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -123
  94. package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -167
  95. package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -153
  96. package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -133
  97. package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -91
  98. package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -356
  99. package/src/bmad-plus/packs/pack-seo/requirements.txt +17 -0
  100. package/src/bmad-plus/packs/pack-seo/scripts/seo_apis.py +456 -0
  101. package/src/bmad-plus/packs/pack-seo/scripts/seo_crawl.py +359 -0
  102. package/src/bmad-plus/packs/pack-seo/scripts/seo_fetch.py +304 -0
  103. package/src/bmad-plus/packs/pack-seo/scripts/seo_parse.py +255 -0
  104. package/src/bmad-plus/packs/pack-seo/scripts/seo_report.py +410 -0
  105. package/src/bmad-plus/packs/pack-seo/scripts/seo_screenshot.py +202 -0
  106. package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -294
  107. package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -241
  108. package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -171
  109. package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -241
  110. package/src/bmad-plus/packs/pack-shield/README.md +6 -6
  111. package/src/bmad-plus/packs/pack-shield/SKILL.md +2 -2
  112. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +11 -11
  113. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +11 -11
  114. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +11 -11
  115. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +11 -11
  116. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +11 -11
  117. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +11 -11
  118. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +11 -11
  119. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +11 -11
  120. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +11 -11
  121. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +11 -11
  122. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +11 -11
  123. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +11 -11
  124. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +11 -11
  125. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +11 -11
  126. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +11 -11
  127. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +11 -11
  128. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +11 -11
  129. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +11 -11
  130. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +11 -11
  131. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +11 -11
  132. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +11 -11
  133. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +11 -11
  134. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +1 -1
  135. package/tools/build/check-counts.js +628 -0
  136. package/tools/build/generated-adapters/.codex/AGENTS.md +1 -1
  137. package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +1 -1
  138. package/tools/build/generated-adapters/.opencode/AGENTS.md +1 -1
  139. package/tools/build/generated-adapters/AGENTS.md +1 -1
  140. package/tools/build/generated-adapters/CLAUDE.md +1 -1
  141. package/tools/build/generated-adapters/CONVENTIONS.md +1 -1
  142. package/tools/build/generated-adapters/GEMINI.md +1 -1
  143. package/tools/cli/commands/autoconfig.js +470 -470
  144. package/tools/cli/commands/doctor.js +233 -233
  145. package/tools/cli/commands/install.js +598 -501
  146. package/tools/cli/commands/memory-journal-cmd.js +311 -311
  147. package/tools/cli/commands/memory.js +195 -195
  148. package/tools/cli/commands/scan.js +348 -348
  149. package/tools/cli/commands/uninstall.js +101 -101
  150. package/tools/cli/commands/update.js +134 -134
  151. package/tools/cli/i18n.js +845 -845
  152. package/tools/cli/lib/README-memory-journal.md +125 -125
  153. package/tools/cli/lib/ide-config.js +267 -259
  154. package/tools/cli/lib/python-provision.js +508 -508
  155. package/tools/cli/lib/stack-detect.js +102 -102
  156. package/tools/cli/lib/validate.js +50 -50
@@ -1,356 +1,356 @@
1
- {
2
- "meta": {
3
- "author": "Laurent Rochetta",
4
- "engine": "BMAD+ SEO Engine v2.0",
5
- "schema_org_version": "29.4",
6
- "last_updated": "2026-03-19"
7
- },
8
- "templates": [
9
- {
10
- "type": "Organization",
11
- "use_case": "Company/brand homepage",
12
- "template": {
13
- "@context": "https://schema.org",
14
- "@type": "Organization",
15
- "name": "[Company Name]",
16
- "url": "[Website URL]",
17
- "logo": "[Logo URL]",
18
- "description": "[Company description]",
19
- "foundingDate": "[YYYY]",
20
- "contactPoint": {
21
- "@type": "ContactPoint",
22
- "telephone": "[Phone]",
23
- "contactType": "customer service",
24
- "availableLanguage": ["English", "French"]
25
- },
26
- "sameAs": [
27
- "[Facebook URL]",
28
- "[LinkedIn URL]",
29
- "[Twitter URL]",
30
- "[YouTube URL]"
31
- ]
32
- }
33
- },
34
- {
35
- "type": "LocalBusiness",
36
- "use_case": "Physical business location",
37
- "template": {
38
- "@context": "https://schema.org",
39
- "@type": "LocalBusiness",
40
- "name": "[Business Name]",
41
- "url": "[Website URL]",
42
- "image": "[Photo URL]",
43
- "telephone": "[Phone]",
44
- "priceRange": "[$$]",
45
- "address": {
46
- "@type": "PostalAddress",
47
- "streetAddress": "[Street]",
48
- "addressLocality": "[City]",
49
- "addressRegion": "[State/Region]",
50
- "postalCode": "[ZIP]",
51
- "addressCountry": "[Country Code]"
52
- },
53
- "geo": {
54
- "@type": "GeoCoordinates",
55
- "latitude": "[Lat]",
56
- "longitude": "[Long]"
57
- },
58
- "openingHoursSpecification": [
59
- {
60
- "@type": "OpeningHoursSpecification",
61
- "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
62
- "opens": "09:00",
63
- "closes": "18:00"
64
- }
65
- ]
66
- }
67
- },
68
- {
69
- "type": "Article",
70
- "use_case": "Blog posts, articles",
71
- "template": {
72
- "@context": "https://schema.org",
73
- "@type": "Article",
74
- "headline": "[Title - max 110 chars]",
75
- "description": "[Summary]",
76
- "author": {
77
- "@type": "Person",
78
- "name": "[Author Name]",
79
- "url": "[Author Profile URL]"
80
- },
81
- "datePublished": "[YYYY-MM-DD]",
82
- "dateModified": "[YYYY-MM-DD]",
83
- "image": "[Featured Image URL]",
84
- "publisher": {
85
- "@type": "Organization",
86
- "name": "[Publisher Name]",
87
- "logo": {
88
- "@type": "ImageObject",
89
- "url": "[Logo URL]"
90
- }
91
- },
92
- "mainEntityOfPage": {
93
- "@type": "WebPage",
94
- "@id": "[Page URL]"
95
- }
96
- }
97
- },
98
- {
99
- "type": "Product",
100
- "use_case": "E-commerce product pages",
101
- "template": {
102
- "@context": "https://schema.org",
103
- "@type": "Product",
104
- "name": "[Product Name]",
105
- "image": "[Product Image URL]",
106
- "description": "[Product Description]",
107
- "sku": "[SKU]",
108
- "brand": {
109
- "@type": "Brand",
110
- "name": "[Brand Name]"
111
- },
112
- "offers": {
113
- "@type": "Offer",
114
- "url": "[Product URL]",
115
- "price": "[Price]",
116
- "priceCurrency": "[Currency Code]",
117
- "availability": "https://schema.org/InStock",
118
- "seller": {
119
- "@type": "Organization",
120
- "name": "[Seller Name]"
121
- }
122
- },
123
- "aggregateRating": {
124
- "@type": "AggregateRating",
125
- "ratingValue": "[4.5]",
126
- "reviewCount": "[120]"
127
- }
128
- }
129
- },
130
- {
131
- "type": "WebSite",
132
- "use_case": "Site-level with sitelinks search box",
133
- "template": {
134
- "@context": "https://schema.org",
135
- "@type": "WebSite",
136
- "name": "[Site Name]",
137
- "url": "[Homepage URL]",
138
- "potentialAction": {
139
- "@type": "SearchAction",
140
- "target": {
141
- "@type": "EntryPoint",
142
- "urlTemplate": "[Search URL]?q={search_term_string}"
143
- },
144
- "query-input": "required name=search_term_string"
145
- }
146
- }
147
- },
148
- {
149
- "type": "BreadcrumbList",
150
- "use_case": "Navigation breadcrumbs",
151
- "template": {
152
- "@context": "https://schema.org",
153
- "@type": "BreadcrumbList",
154
- "itemListElement": [
155
- {
156
- "@type": "ListItem",
157
- "position": 1,
158
- "name": "Home",
159
- "item": "[Homepage URL]"
160
- },
161
- {
162
- "@type": "ListItem",
163
- "position": 2,
164
- "name": "[Category]",
165
- "item": "[Category URL]"
166
- },
167
- {
168
- "@type": "ListItem",
169
- "position": 3,
170
- "name": "[Current Page]"
171
- }
172
- ]
173
- }
174
- },
175
- {
176
- "type": "Person",
177
- "use_case": "Author/team member profiles (E-E-A-T)",
178
- "template": {
179
- "@context": "https://schema.org",
180
- "@type": "Person",
181
- "name": "[Full Name]",
182
- "jobTitle": "[Job Title]",
183
- "url": "[Profile URL]",
184
- "image": "[Photo URL]",
185
- "description": "[Professional bio]",
186
- "worksFor": {
187
- "@type": "Organization",
188
- "name": "[Company Name]"
189
- },
190
- "sameAs": [
191
- "[LinkedIn URL]",
192
- "[Twitter URL]",
193
- "[GitHub URL]"
194
- ]
195
- }
196
- },
197
- {
198
- "type": "Service",
199
- "use_case": "Service business pages",
200
- "template": {
201
- "@context": "https://schema.org",
202
- "@type": "Service",
203
- "name": "[Service Name]",
204
- "description": "[Service Description]",
205
- "provider": {
206
- "@type": "Organization",
207
- "name": "[Provider Name]",
208
- "url": "[Provider URL]"
209
- },
210
- "areaServed": {
211
- "@type": "City",
212
- "name": "[Service Area]"
213
- },
214
- "offers": {
215
- "@type": "Offer",
216
- "price": "[Starting Price]",
217
- "priceCurrency": "[Currency]"
218
- }
219
- }
220
- },
221
- {
222
- "type": "VideoObject",
223
- "use_case": "Video content pages",
224
- "template": {
225
- "@context": "https://schema.org",
226
- "@type": "VideoObject",
227
- "name": "[Video Title]",
228
- "description": "[Video Description]",
229
- "thumbnailUrl": "[Thumbnail URL]",
230
- "uploadDate": "[YYYY-MM-DD]",
231
- "duration": "[PT1H30M]",
232
- "contentUrl": "[Video File URL]",
233
- "embedUrl": "[Embed URL]",
234
- "publisher": {
235
- "@type": "Organization",
236
- "name": "[Publisher]"
237
- }
238
- }
239
- },
240
- {
241
- "type": "Event",
242
- "use_case": "Events and conferences",
243
- "template": {
244
- "@context": "https://schema.org",
245
- "@type": "Event",
246
- "name": "[Event Name]",
247
- "description": "[Event Description]",
248
- "startDate": "[YYYY-MM-DDTHH:MM]",
249
- "endDate": "[YYYY-MM-DDTHH:MM]",
250
- "location": {
251
- "@type": "Place",
252
- "name": "[Venue Name]",
253
- "address": {
254
- "@type": "PostalAddress",
255
- "streetAddress": "[Street]",
256
- "addressLocality": "[City]",
257
- "addressCountry": "[Country]"
258
- }
259
- },
260
- "organizer": {
261
- "@type": "Organization",
262
- "name": "[Organizer Name]",
263
- "url": "[Organizer URL]"
264
- },
265
- "offers": {
266
- "@type": "Offer",
267
- "price": "[Price]",
268
- "priceCurrency": "[Currency]",
269
- "url": "[Ticket URL]",
270
- "availability": "https://schema.org/InStock"
271
- }
272
- }
273
- },
274
- {
275
- "type": "SoftwareApplication",
276
- "use_case": "SaaS and app pages",
277
- "template": {
278
- "@context": "https://schema.org",
279
- "@type": "SoftwareApplication",
280
- "name": "[App Name]",
281
- "description": "[App Description]",
282
- "applicationCategory": "[Category]",
283
- "operatingSystem": "[OS]",
284
- "offers": {
285
- "@type": "Offer",
286
- "price": "[Price or 0]",
287
- "priceCurrency": "[Currency]"
288
- },
289
- "aggregateRating": {
290
- "@type": "AggregateRating",
291
- "ratingValue": "[Rating]",
292
- "ratingCount": "[Count]"
293
- }
294
- }
295
- },
296
- {
297
- "type": "ProfilePage",
298
- "use_case": "Author/creator profile pages (E-E-A-T)",
299
- "template": {
300
- "@context": "https://schema.org",
301
- "@type": "ProfilePage",
302
- "mainEntity": {
303
- "@type": "Person",
304
- "name": "[Author Name]",
305
- "url": "[Profile URL]",
306
- "description": "[Bio and expertise]",
307
- "sameAs": ["[LinkedIn]", "[Twitter]"]
308
- }
309
- }
310
- },
311
- {
312
- "type": "ProductGroup",
313
- "use_case": "E-commerce product variants",
314
- "template": {
315
- "@context": "https://schema.org",
316
- "@type": "ProductGroup",
317
- "name": "[Product Name]",
318
- "description": "[Group description]",
319
- "productGroupID": "[Group ID]",
320
- "variesBy": ["https://schema.org/size", "https://schema.org/color"],
321
- "hasVariant": [
322
- {
323
- "@type": "Product",
324
- "name": "[Variant Name]",
325
- "sku": "[SKU]",
326
- "color": "[Color]",
327
- "size": "[Size]",
328
- "offers": {
329
- "@type": "Offer",
330
- "price": "[Price]",
331
- "priceCurrency": "[Currency]",
332
- "availability": "https://schema.org/InStock"
333
- }
334
- }
335
- ]
336
- }
337
- },
338
- {
339
- "type": "Certification",
340
- "use_case": "Product certifications (April 2025)",
341
- "template": {
342
- "@context": "https://schema.org",
343
- "@type": "Product",
344
- "name": "[Product Name]",
345
- "hasCertification": {
346
- "@type": "Certification",
347
- "certificationIdentification": "[Certification Name]",
348
- "issuedBy": {
349
- "@type": "Organization",
350
- "name": "[Issuing Organization]"
351
- }
352
- }
353
- }
354
- }
355
- ]
356
- }
1
+ {
2
+ "meta": {
3
+ "author": "Laurent Rochetta",
4
+ "engine": "BMAD+ SEO Engine v2.0",
5
+ "schema_org_version": "29.4",
6
+ "last_updated": "2026-03-19"
7
+ },
8
+ "templates": [
9
+ {
10
+ "type": "Organization",
11
+ "use_case": "Company/brand homepage",
12
+ "template": {
13
+ "@context": "https://schema.org",
14
+ "@type": "Organization",
15
+ "name": "[Company Name]",
16
+ "url": "[Website URL]",
17
+ "logo": "[Logo URL]",
18
+ "description": "[Company description]",
19
+ "foundingDate": "[YYYY]",
20
+ "contactPoint": {
21
+ "@type": "ContactPoint",
22
+ "telephone": "[Phone]",
23
+ "contactType": "customer service",
24
+ "availableLanguage": ["English", "French"]
25
+ },
26
+ "sameAs": [
27
+ "[Facebook URL]",
28
+ "[LinkedIn URL]",
29
+ "[Twitter URL]",
30
+ "[YouTube URL]"
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "type": "LocalBusiness",
36
+ "use_case": "Physical business location",
37
+ "template": {
38
+ "@context": "https://schema.org",
39
+ "@type": "LocalBusiness",
40
+ "name": "[Business Name]",
41
+ "url": "[Website URL]",
42
+ "image": "[Photo URL]",
43
+ "telephone": "[Phone]",
44
+ "priceRange": "[$$]",
45
+ "address": {
46
+ "@type": "PostalAddress",
47
+ "streetAddress": "[Street]",
48
+ "addressLocality": "[City]",
49
+ "addressRegion": "[State/Region]",
50
+ "postalCode": "[ZIP]",
51
+ "addressCountry": "[Country Code]"
52
+ },
53
+ "geo": {
54
+ "@type": "GeoCoordinates",
55
+ "latitude": "[Lat]",
56
+ "longitude": "[Long]"
57
+ },
58
+ "openingHoursSpecification": [
59
+ {
60
+ "@type": "OpeningHoursSpecification",
61
+ "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
62
+ "opens": "09:00",
63
+ "closes": "18:00"
64
+ }
65
+ ]
66
+ }
67
+ },
68
+ {
69
+ "type": "Article",
70
+ "use_case": "Blog posts, articles",
71
+ "template": {
72
+ "@context": "https://schema.org",
73
+ "@type": "Article",
74
+ "headline": "[Title - max 110 chars]",
75
+ "description": "[Summary]",
76
+ "author": {
77
+ "@type": "Person",
78
+ "name": "[Author Name]",
79
+ "url": "[Author Profile URL]"
80
+ },
81
+ "datePublished": "[YYYY-MM-DD]",
82
+ "dateModified": "[YYYY-MM-DD]",
83
+ "image": "[Featured Image URL]",
84
+ "publisher": {
85
+ "@type": "Organization",
86
+ "name": "[Publisher Name]",
87
+ "logo": {
88
+ "@type": "ImageObject",
89
+ "url": "[Logo URL]"
90
+ }
91
+ },
92
+ "mainEntityOfPage": {
93
+ "@type": "WebPage",
94
+ "@id": "[Page URL]"
95
+ }
96
+ }
97
+ },
98
+ {
99
+ "type": "Product",
100
+ "use_case": "E-commerce product pages",
101
+ "template": {
102
+ "@context": "https://schema.org",
103
+ "@type": "Product",
104
+ "name": "[Product Name]",
105
+ "image": "[Product Image URL]",
106
+ "description": "[Product Description]",
107
+ "sku": "[SKU]",
108
+ "brand": {
109
+ "@type": "Brand",
110
+ "name": "[Brand Name]"
111
+ },
112
+ "offers": {
113
+ "@type": "Offer",
114
+ "url": "[Product URL]",
115
+ "price": "[Price]",
116
+ "priceCurrency": "[Currency Code]",
117
+ "availability": "https://schema.org/InStock",
118
+ "seller": {
119
+ "@type": "Organization",
120
+ "name": "[Seller Name]"
121
+ }
122
+ },
123
+ "aggregateRating": {
124
+ "@type": "AggregateRating",
125
+ "ratingValue": "[4.5]",
126
+ "reviewCount": "[120]"
127
+ }
128
+ }
129
+ },
130
+ {
131
+ "type": "WebSite",
132
+ "use_case": "Site-level with sitelinks search box",
133
+ "template": {
134
+ "@context": "https://schema.org",
135
+ "@type": "WebSite",
136
+ "name": "[Site Name]",
137
+ "url": "[Homepage URL]",
138
+ "potentialAction": {
139
+ "@type": "SearchAction",
140
+ "target": {
141
+ "@type": "EntryPoint",
142
+ "urlTemplate": "[Search URL]?q={search_term_string}"
143
+ },
144
+ "query-input": "required name=search_term_string"
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "type": "BreadcrumbList",
150
+ "use_case": "Navigation breadcrumbs",
151
+ "template": {
152
+ "@context": "https://schema.org",
153
+ "@type": "BreadcrumbList",
154
+ "itemListElement": [
155
+ {
156
+ "@type": "ListItem",
157
+ "position": 1,
158
+ "name": "Home",
159
+ "item": "[Homepage URL]"
160
+ },
161
+ {
162
+ "@type": "ListItem",
163
+ "position": 2,
164
+ "name": "[Category]",
165
+ "item": "[Category URL]"
166
+ },
167
+ {
168
+ "@type": "ListItem",
169
+ "position": 3,
170
+ "name": "[Current Page]"
171
+ }
172
+ ]
173
+ }
174
+ },
175
+ {
176
+ "type": "Person",
177
+ "use_case": "Author/team member profiles (E-E-A-T)",
178
+ "template": {
179
+ "@context": "https://schema.org",
180
+ "@type": "Person",
181
+ "name": "[Full Name]",
182
+ "jobTitle": "[Job Title]",
183
+ "url": "[Profile URL]",
184
+ "image": "[Photo URL]",
185
+ "description": "[Professional bio]",
186
+ "worksFor": {
187
+ "@type": "Organization",
188
+ "name": "[Company Name]"
189
+ },
190
+ "sameAs": [
191
+ "[LinkedIn URL]",
192
+ "[Twitter URL]",
193
+ "[GitHub URL]"
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "type": "Service",
199
+ "use_case": "Service business pages",
200
+ "template": {
201
+ "@context": "https://schema.org",
202
+ "@type": "Service",
203
+ "name": "[Service Name]",
204
+ "description": "[Service Description]",
205
+ "provider": {
206
+ "@type": "Organization",
207
+ "name": "[Provider Name]",
208
+ "url": "[Provider URL]"
209
+ },
210
+ "areaServed": {
211
+ "@type": "City",
212
+ "name": "[Service Area]"
213
+ },
214
+ "offers": {
215
+ "@type": "Offer",
216
+ "price": "[Starting Price]",
217
+ "priceCurrency": "[Currency]"
218
+ }
219
+ }
220
+ },
221
+ {
222
+ "type": "VideoObject",
223
+ "use_case": "Video content pages",
224
+ "template": {
225
+ "@context": "https://schema.org",
226
+ "@type": "VideoObject",
227
+ "name": "[Video Title]",
228
+ "description": "[Video Description]",
229
+ "thumbnailUrl": "[Thumbnail URL]",
230
+ "uploadDate": "[YYYY-MM-DD]",
231
+ "duration": "[PT1H30M]",
232
+ "contentUrl": "[Video File URL]",
233
+ "embedUrl": "[Embed URL]",
234
+ "publisher": {
235
+ "@type": "Organization",
236
+ "name": "[Publisher]"
237
+ }
238
+ }
239
+ },
240
+ {
241
+ "type": "Event",
242
+ "use_case": "Events and conferences",
243
+ "template": {
244
+ "@context": "https://schema.org",
245
+ "@type": "Event",
246
+ "name": "[Event Name]",
247
+ "description": "[Event Description]",
248
+ "startDate": "[YYYY-MM-DDTHH:MM]",
249
+ "endDate": "[YYYY-MM-DDTHH:MM]",
250
+ "location": {
251
+ "@type": "Place",
252
+ "name": "[Venue Name]",
253
+ "address": {
254
+ "@type": "PostalAddress",
255
+ "streetAddress": "[Street]",
256
+ "addressLocality": "[City]",
257
+ "addressCountry": "[Country]"
258
+ }
259
+ },
260
+ "organizer": {
261
+ "@type": "Organization",
262
+ "name": "[Organizer Name]",
263
+ "url": "[Organizer URL]"
264
+ },
265
+ "offers": {
266
+ "@type": "Offer",
267
+ "price": "[Price]",
268
+ "priceCurrency": "[Currency]",
269
+ "url": "[Ticket URL]",
270
+ "availability": "https://schema.org/InStock"
271
+ }
272
+ }
273
+ },
274
+ {
275
+ "type": "SoftwareApplication",
276
+ "use_case": "SaaS and app pages",
277
+ "template": {
278
+ "@context": "https://schema.org",
279
+ "@type": "SoftwareApplication",
280
+ "name": "[App Name]",
281
+ "description": "[App Description]",
282
+ "applicationCategory": "[Category]",
283
+ "operatingSystem": "[OS]",
284
+ "offers": {
285
+ "@type": "Offer",
286
+ "price": "[Price or 0]",
287
+ "priceCurrency": "[Currency]"
288
+ },
289
+ "aggregateRating": {
290
+ "@type": "AggregateRating",
291
+ "ratingValue": "[Rating]",
292
+ "ratingCount": "[Count]"
293
+ }
294
+ }
295
+ },
296
+ {
297
+ "type": "ProfilePage",
298
+ "use_case": "Author/creator profile pages (E-E-A-T)",
299
+ "template": {
300
+ "@context": "https://schema.org",
301
+ "@type": "ProfilePage",
302
+ "mainEntity": {
303
+ "@type": "Person",
304
+ "name": "[Author Name]",
305
+ "url": "[Profile URL]",
306
+ "description": "[Bio and expertise]",
307
+ "sameAs": ["[LinkedIn]", "[Twitter]"]
308
+ }
309
+ }
310
+ },
311
+ {
312
+ "type": "ProductGroup",
313
+ "use_case": "E-commerce product variants",
314
+ "template": {
315
+ "@context": "https://schema.org",
316
+ "@type": "ProductGroup",
317
+ "name": "[Product Name]",
318
+ "description": "[Group description]",
319
+ "productGroupID": "[Group ID]",
320
+ "variesBy": ["https://schema.org/size", "https://schema.org/color"],
321
+ "hasVariant": [
322
+ {
323
+ "@type": "Product",
324
+ "name": "[Variant Name]",
325
+ "sku": "[SKU]",
326
+ "color": "[Color]",
327
+ "size": "[Size]",
328
+ "offers": {
329
+ "@type": "Offer",
330
+ "price": "[Price]",
331
+ "priceCurrency": "[Currency]",
332
+ "availability": "https://schema.org/InStock"
333
+ }
334
+ }
335
+ ]
336
+ }
337
+ },
338
+ {
339
+ "type": "Certification",
340
+ "use_case": "Product certifications (April 2025)",
341
+ "template": {
342
+ "@context": "https://schema.org",
343
+ "@type": "Product",
344
+ "name": "[Product Name]",
345
+ "hasCertification": {
346
+ "@type": "Certification",
347
+ "certificationIdentification": "[Certification Name]",
348
+ "issuedBy": {
349
+ "@type": "Organization",
350
+ "name": "[Issuing Organization]"
351
+ }
352
+ }
353
+ }
354
+ }
355
+ ]
356
+ }