marketing-seo-audit/SKILL.md
Use when auditing a website for SEO issues, diagnosing ranking problems, reviewing technical SEO health, or checking on-page optimisation. Produces a prioritised list of findings with specific actions.
npx skillsauth add paulund/skills marketing-seo-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/seo-audit-checklist.mdWork in this order — fixing low-priority issues while critical ones exist is a waste of time:
robots.txt block any important pages or directories?noindex tags on pages that should be indexed?<h1> per page containing the primary keyword<h2> and <h3> create a logical hierarchyweb_fetch and browser-based fetching cannot reliably detect structured data (schema markup) because CMS plugins inject JSON-LD via JavaScript after page load. To verify structured data:
| Topic | Reference | Load When |
| ----- | --------- | --------- |
| SEO Audit Checklist | references/seo-audit-checklist.md | Always |
development
Use when implementing any logic, fixing any bug, or changing any behaviour. Use when you need to prove code works, when a bug report arrives, or when modifying existing functionality. Do NOT use for config changes, data migrations, or dependency updates.
development
Use when starting a new feature, when requirements are unclear, when asked to write code without a clear spec, or before any non-trivial implementation. Do NOT use for trivial bug fixes or one-line changes.
development
Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters. Detects the stack from dependency files, fetches official documentation, implements following documented patterns, and cites sources for every framework-specific decision.
development
Use when preparing to ship a feature, release, or deployment. Use before merging to main, creating a release, or deploying to production. Do NOT use for CI-only changes or internal refactors that don't reach production.