claude/lib/profiles/seo.profile
Bastien Chanot e5e673ac1f refactor(skill): rename validate → web-validate
Clearer scoped name for the W3C + WCAG skill. Updated: folder (git mv),
frontmatter name, H1 title, command refs, CLAUDE.md routing, 6 profiles
(functional — activate the skill by folder name), cross-refs in
harden/seo/depth-matrix/client-handover, agent dispatch refs, README +
USAGE tables.

Confidentiality: the client-deliverable leak-guard regex
(client-handover-writer.md) now matches BOTH /web-validate and legacy
/validate, so older client docs stay covered.

Left intentionally: validator-analyzer agent name (lockstep with
subagent_type + registry), .validate-cache/ + VALIDATE.md (audit-file
family {SEO,GEO,HARDEN,CSO,VALIDATE}.md), .claude/ history (append-only),
CHANGELOG old entry (added a new "renamed" entry instead). NL trigger
keywords kept so "validate" still routes here. Third-party html-validate
untouched.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W9sqAwZxBMZSynZoVrEJhd
2026-06-25 01:29:36 +02:00

26 lines
930 B
Plaintext

# DESC: SEO + GEO + W3C audit — search/AI indexability + standards
# Activate when: auditing a site for Google/Bing indexability, AI search
# (ChatGPT/Perplexity/Claude/Gemini), W3C HTML/CSS validity, WCAG a11y.
# No design skills, no dev skills — pure audit pipeline.
# SEO + GEO audits (personal)
seo personal
geo personal
# W3C HTML/CSS validity + WCAG a11y
web-validate personal
# Web hardening (HSTS, CSP, redirects — affects ranking signals)
harden personal
# Code analysis (read structure for audit)
analyze personal
# Browser tooling — needed for live-page audits
browse
open-gstack-browser
# Health check + benchmark — Core Web Vitals, perf signals
health # gstack
benchmark # gstack