A comprehensive SEO audit framework and checklist for web projects. Includes a reusable checklist template, detailed standards, and common validation rules.
npx skills add https://github.com/kennyzir/7deer_skills --skill seo-auditor
A battle-tested SEO audit framework extracted from real-world high-traffic projects. Use this to systematically review any new website or page for SEO compliance.
For every significant page update or new feature:
resources/seo_standards.md to understand the *Why* and *How*.resources/checklist_template.md to your project (e.g., docs/audits/PAGE_NAME_AUDIT.md).Run the audit_rules.js script against your built HTML files to catch obvious errors:
# Example
node .agent/skills/seo-auditor/resources/audit_rules.js ./out/index.html
/path/).FAQPage (5+ Qs) or HowTo to capture rich results.<Image> component.Take kennyzir/seo-auditor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.