Commit fc266f0
authored
`scripts/agents/seo-audit.ts` crawls a running marketing instance (default
http://localhost:3000) up to `--depth 3`, runs cheap structural checks on
every page, and writes `docs/seo-audit-YYYY-MM-DD.md` grouped by URL.
Checks: HTTP 200, title 30..65, meta description 50..160, single <h1>,
<img alt>, canonical, JSON-LD schema.org, robots.txt, sitemap.xml.
Lighthouse is intentionally out of scope here — note in script comment.
Closes #24
1 parent 6250e1d commit fc266f0
2 files changed
Lines changed: 407 additions & 1 deletion
0 commit comments