2025-10-07 16:21:26 +02:00
|
|
|
title: À propos
|
feat(seo): add SEO tabs to all page blueprints
Add seo: seo/page tab to all page blueprints ensuring each page has
at minimum contentTab and seo tabs (plus metadata where applicable).
Pages updated:
- Simple pages converted to tabs structure: home, about, resources
- Default page converted to tabs structure
- Pages with existing tabs: shop, product, support, folder, folders,
investigations, impact, impacts, report, investigation-summary
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:23:38 +01:00
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
|
|
|
|
label: Contenu
|
|
|
|
|
icon: page
|
2026-02-26 17:02:34 +01:00
|
|
|
fields:
|
|
|
|
|
title:
|
|
|
|
|
label: Titre
|
|
|
|
|
type: text
|
|
|
|
|
required: true
|
|
|
|
|
body:
|
|
|
|
|
label: Corps
|
|
|
|
|
type: blocks
|
|
|
|
|
fieldsets:
|
|
|
|
|
- heading-sub
|
|
|
|
|
- text
|
|
|
|
|
- image
|
|
|
|
|
- beforeafter
|
|
|
|
|
- video
|
|
|
|
|
- gallery
|
|
|
|
|
- insert
|
feat(seo): add SEO tabs to all page blueprints
Add seo: seo/page tab to all page blueprints ensuring each page has
at minimum contentTab and seo tabs (plus metadata where applicable).
Pages updated:
- Simple pages converted to tabs structure: home, about, resources
- Default page converted to tabs structure
- Pages with existing tabs: shop, product, support, folder, folders,
investigations, impact, impacts, report, investigation-summary
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:23:38 +01:00
|
|
|
seo: seo/page
|