feat: audit SEO, mentions légales, bundle & a11y#14
Merged
Conversation
Installed via npx skills; shared across agents through .agents/skills with Claude Code symlinks in .claude/skills.
…a11y SEO : - lib/seo.ts: localeAlternates/pageMetadata — canonical, hreflang (+ x-default) et og:url propres à chaque page au lieu d'hériter de la home depuis le layout racine - sitemap: x-default, suppression du lastModified par build - JSON-LD Person sur la home RGPD / légal : - page /mentions-legales (fr/en): éditeur, hébergeur OVH, données personnelles, droits RGPD; lien footer + entrée sitemap Perf : - SkillsGraph chargé via next/dynamic dans le hero — React Flow + d3-force (63 KB gz) sortent du bundle initial de la home; jamais téléchargés sur mobile A11y : - skip link vers #main (WCAG 2.4.1) - aria-current sur le lien de nav actif, aria-label sur les nav - alternative sr-only du graphe sur /graph, alt descriptif du portrait
Alexis-Gontier
added a commit
that referenced
this pull request
Jul 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
Corrections issues d'un audit complet du site (SEO, RGPD, performance, accessibilité).
SEO
lib/seo.ts: helperslocaleAlternates/pageMetadata— chaque page déclare sa propre canonical, ses hreflang (+ x-default) et son og:url au lieu d'hériter de la home depuis le layout racinelastModifiedrecalculé à chaque buildPersonsur la homeRGPD / légal
/mentions-legales(fr/en) : éditeur, hébergeur OVH, données personnelles, droits RGPDPerformance
SkillsGraphchargé vianext/dynamicdans le hero : React Flow + d3-force (63 KB gz) sortent du bundle initial de la home, jamais téléchargés sur mobileAccessibilité
#main(WCAG 2.4.1)aria-currentsur le lien de nav actif,aria-labelsur les landmarks<nav>/graph, alt descriptif du portraitOutillage
.agents/skills(React, SEO, a11y, perf, testing, RGPD…)Vérifications