Technical seo triage
Open-source skills that turn your agent into an SEO operator. Diagnose traffic decay, write refresh briefs, build proposals, and generate client-ready reports.
npx -y skills add marketingskills/seo --skill technical-seo-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Prioritize crawl, indexation, canonical, schema, and internal-link issues from crawler output or Search Console. Use when Codex needs to identify and rank technical SEO fixes by impact.
SKILL.md
1.4 KB, as published. Nobody here has run it
Technical SEO Triage
Overview
Given crawl data or Search Console coverage data, identify and prioritize technical SEO issues by their expected impact on organic performance. Covers crawl errors, indexation gaps, canonical misconfigurations, schema validation, and internal link structure problems.
Inputs
- Crawl output (Screaming Frog, Sitebulb, or custom JSON/CSV)
- Search Console coverage report (pasted or via live data bridge)
- Optional: sitemap URLs
Workflow
- Load and normalize the crawl or coverage data.
- Identify issues by category:
- Crawl: 4xx/5xx, redirect chains, blocked resources, excessive depth
- Indexation: noindex on organic pages, orphan pages, thin content detected
- Canonical: missing, conflicting, or cross-domain canonicals
- Schema: missing core schema, validation errors, type mismatch
- Internal links: broken links, orphan pages, excessive links per page
- Score each issue by:
- Pages affected
- Traffic at risk (from GSC data if available)
- Effort to fix
- Group related issues and recommend batch fixes.
- Output a prioritized fix list.
Output
Prioritized technical issue report with affected URLs, impact estimate, and recommended fix.