review-seolisted
Install: claude install-skill louisbrulenaudet/monorepo-template
# Review SEO
Run an **SEO-focused** review: meta tags, Open Graph, canonical URLs, structured data, sitemap, RSS, robots, crawlability, Core Web Vitals, heading hierarchy, and optional bot/LLM surfaces when implemented. Your reply must be a **plan of suggested changes**: concise, actionable, and structured-not only prose.
## Invocation
Text after the slash command is additional scope/focus - narrow the review accordingly. If none given, use the default scope described below.
## Best practices alignment
- **Meta and crawlability** - Every document view has an appropriate `<title>` and meta description; Open Graph and Twitter Card where relevant; canonical URL set for multi-URL content; no duplicate content without canonical.
- **Structured data** - JSON-LD for key entity types when used (e.g. WebSite, WebApplication); valid and minimal; no conflicting or empty required fields.
- **Feeds and discovery** - When sitemap/RSS/robots exist: complete and valid; lastmod accurate; robots.txt allow/disallow correct; humans.txt and llms.txt where documented.
- **Core Web Vitals** - LCP, INP, CLS within targets (e.g. LCP < 2.5s, CLS < 0.1); critical path and layout stability (dimensions, fonts) support good metrics.
- **Semantic and headings** - Single h1 per logical page; logical heading hierarchy (h1 → h2 → h3, no skips); semantic HTML (article, nav, main); alt text on all meaningful images.
- **Bot experience** - Optional: markdown/plain-text or edge behavior for crawlers/L