
Seo Review
Run a structured on-page SEO audit on JavaScript concept documentation before publish or after content changes.
Overview
SEO Review is an agent skill most often used in Launch (also Build docs, Grow content) that runs a five-step SEO audit on JavaScript concept pages to improve rankings and featured-snippet potential.
Install
npx skills add https://github.com/leonardomso/33-js-concepts --skill seo-reviewWhat is this skill?
- Five-step SEO audit methodology from keyword cluster through on-page and snippet checks
- Keyword cluster template covering primary, what-is, how-does, how-to, why, and examples patterns
- Targets queries like “what is [concept] in JavaScript” and “[concept] JavaScript tutorial”
- Invoke before publish, after major updates, for underperforming pages, or periodic content audits
- Aligned to JavaScript concept documentation pages in the 33 JS Concepts style
- 5-step SEO audit methodology
- Keyword cluster template with primary, what-is, how-does, how-to, why, and examples patterns
Adoption & trust: 596 installs on skills.sh; 66.5k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have solid concept write-ups but they do not rank or win snippets for the JavaScript queries your audience actually types.
Who is it for?
Indie educators, docs maintainers, and solo builders publishing or refreshing JavaScript concept pages with clear search intent.
Skip if: Teams that need full-site technical SEO, link-building strategy, or non-documentation marketing pages without a concept-keyword focus.
When should I use this skill?
Before publishing a new concept page; when optimizing underperforming pages; periodic content audits; after major content updates; when targeting new keywords.
What do I get? / Deliverables
After the audit you have keyword-aligned page structure and copy targets so concept pages can compete for “what is” and tutorial-intent searches.
- Target keyword cluster table for the concept
- Completed five-step SEO audit notes and remediation list
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Launch/SEO is the canonical shelf because the skill optimizes pages for search visibility, snippets, and keyword clusters—not for building or shipping code. Subphase seo matches focused audits of documentation URLs, titles, headings, and snippet-oriented copy for developer search intent.
Where it fits
Polish draft concept docs so headings and intros match snippet-friendly “what is” queries before the docs site goes live.
Run the five-step audit on a new closures page right before publish to align title and H1 with the primary keyword cluster.
Re-audit underperforming concept URLs after analytics show impressions without clicks.
Tune a flagship concept landing page copy when testing whether organic search can validate interest in your JS curriculum.
How it compares
Use instead of ad-hoc “add meta tags” chat advice when you need a repeatable audit tied to JS concept query patterns.
Common Questions / FAQ
Who is seo-review for?
Technical writers, indie course authors, and builders maintaining JavaScript concept documentation who care about organic discovery.
When should I use seo-review?
Before publishing a new concept page, when a page underperforms, after major content updates, during periodic audits, or when targeting new keyword clusters—in Launch SEO work and also while polishing Build docs or Grow content libraries.
Is seo-review safe to install?
It is a procedural audit skill focused on content and metadata guidance; review the Security Audits panel on this page before installing from any third-party skills repo.
SKILL.md
READMESKILL.md - Seo Review
# Skill: SEO Audit for Concept Pages Use this skill to perform a focused SEO audit on concept documentation pages for the 33 JavaScript Concepts project. The goal is to maximize search visibility for JavaScript developers. ## When to Use - Before publishing a new concept page - When optimizing underperforming pages - Periodic content audits - After major content updates - When targeting new keywords ## Goal Each concept page should rank for searches like: - "what is [concept] in JavaScript" - "how does [concept] work in JavaScript" - "[concept] JavaScript explained" - "[concept] JavaScript tutorial" - "[concept] JavaScript example" --- ## SEO Audit Methodology Follow these five steps for a complete SEO audit. ### Step 1: Identify Target Keywords Before auditing, identify the keyword cluster for the concept. #### Keyword Cluster Template | Type | Pattern | Example (Closures) | |------|---------|-------------------| | **Primary** | [concept] JavaScript | closures JavaScript | | **What is** | what is [concept] in JavaScript | what is a closure in JavaScript | | **How does** | how does [concept] work | how do closures work | | **How to** | how to use/create [concept] | how to use closures | | **Why** | why use [concept] | why use closures JavaScript | | **Examples** | [concept] examples | closure examples JavaScript | | **vs** | [concept] vs [related] | closures vs scope | | **Interview** | [concept] interview questions | closure interview questions | ### Step 2: On-Page SEO Audit Check all on-page SEO elements systematically. ### Step 3: Featured Snippet Optimization Verify content is structured to win featured snippets. ### Step 4: Internal Linking Audit Check the internal link structure. ### Step 5: Generate Report Document findings using the report template. --- ## Keyword Clusters by Concept Use these pre-built keyword clusters for each concept. <AccordionGroup> <Accordion title="Call Stack"> | Type | Keywords | |------|----------| | Primary | JavaScript call stack, call stack JavaScript | | What is | what is the call stack in JavaScript | | How does | how does the call stack work | | Error | maximum call stack size exceeded, stack overflow JavaScript | | Visual | call stack visualization, call stack explained | | Interview | call stack interview questions JavaScript | </Accordion> <Accordion title="Primitive Types"> | Type | Keywords | |------|----------| | Primary | JavaScript primitive types, primitives in JavaScript | | What are | what are primitive types in JavaScript | | List | JavaScript data types, types in JavaScript | | vs | primitives vs objects JavaScript | | typeof | typeof JavaScript, JavaScript typeof operator | | Interview | JavaScript types interview questions | </Accordion> <Accordion title="Value vs Reference Types"> | Type | Keywords | |------|----------| | Primary | JavaScript value vs reference, pass by reference JavaScript | | What is | what is pass by value in JavaScript | | How does | how does JavaScript pass objects | | Comparison | value types vs reference types JavaScript | | Copy | how to copy objects JavaScript, deep copy JavaScript | </Accordion> <Accordion title="Type Coercion"> | Type | Keywords | |------|----------| | Primary | JavaScript type coercion, type conversion JavaScript | | What is | what is type coercion in JavaScript | | How does | how does type coercion work | | Implicit | implicit type conversion JavaScript | | Explicit | explicit type conversion JavaScript | | Interview | type coercion interview questions | </Accordion> <Accordion title="Equality Operators"> | Type | Keywords | |------|----------| | Primary | JavaScript equ