Run an SEO + structured-data audit of the site (wraps `bun run seo:audit`) and verify per-page SEO wiring and JSON-LD. Use before pushing, or when asked to check SEO.
71
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Audit the site's SEO and structured data, then report. Read-only unless the user asks you to fix findings.
bun run seo:audit<SEO/> wiring: confirm src/pages/Index.tsx, src/pages/Blog.tsx, and the * (404) route each render <SEO/> with a unique title, description, and structured data, and that a <link rel="canonical"> is produced (via src/hooks/useSEO.ts).src/utils/structuredData.ts (typed StructuredData). Check required schema.org fields per type (e.g. Person / WebSite / BreadcrumbList) are present and non-empty.public/sitemap.xml (and public/robots.txt if present) match the current routes.<h1> per page, logical order, no skipped levels.Summarize pass/fail per check with file:line references and concrete fixes. Don't change files unless asked.
ee820de
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.