
Seo Optimizer
Run structured SEO work—keywords, on-page tags, technical fixes, and schema—to improve organic visibility after you have something to ship.
Overview
SEO Optimizer is an agent skill most often used in Launch (also Grow and Ship) that guides keyword research, on-page and technical SEO, schema markup, and content strategy to improve organic rankings.
Install
npx skills add https://github.com/davila7/claude-code-templates --skill seo-optimizerWhat is this skill?
- Keyword research aligned to informational, navigational, transactional, and commercial search intent
- On-page SEO guidance for titles, meta descriptions, and content optimization
- Technical SEO coverage including audits, crawl issues, and Core Web Vitals awareness
- Schema markup (structured data) implementation guidance
- Content strategy planning aimed at organic traffic and topic clusters
- Covers four search intent types: informational, navigational, transactional, and commercial
Adoption & trust: 779 installs on skills.sh; 27.8k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You shipped a site or content hub but traffic stays flat because keyword intent, meta tags, technical blockers, and structured data were never handled systematically.
Who is it for?
Indie SaaS founders, content sites, and ecommerce solos who rely on organic search and want agent-guided SEO execution without hiring an agency first.
Skip if: Teams optimizing only paid ads, brands with no crawlable web presence yet, or cases where you need guaranteed ranking outcomes instead of best-practice implementation.
When should I use this skill?
Use when optimizing website content, improving search rankings, conducting keyword analysis, implementing SEO best practices, auditing sites, or working on Core Web Vitals and schema markup.
What do I get? / Deliverables
You leave with an SEO action plan—target keywords, optimized pages, technical fixes, and schema steps—that compounds organic visibility across launches and ongoing content.
- Keyword and topic-cluster plan
- On-page meta and content optimization recommendations
- Technical SEO and schema implementation checklist
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Organic discovery is the Launch phase job; this skill’s primary shelf is SEO even though audits and content planning spill into Ship and Grow. Keyword research, meta optimization, structured data, and ranking strategy map directly to launch/seo rather than generic productivity planning.
Where it fits
Optimize launch pages and meta descriptions around transactional keywords before a Product Hunt or announcement push.
Plan topic clusters and long-tail articles to sustain organic traffic after the initial launch spike fades.
Address Core Web Vitals and page-speed issues that hurt crawl efficiency right before a major release.
Tune a waitlist or landing page for early informational keywords while you still prove demand.
How it compares
Use this skill package for repeatable SEO methodology rather than treating each audit as a one-off chat thread with no technical or schema checklist.
Common Questions / FAQ
Who is SEO Optimizer for?
It is for solo and indie builders who own website content and want an agent to apply SEO fundamentals across research, on-page, technical, and schema work.
When should I use SEO Optimizer?
Use it in Launch for rankings and meta/schema work, in Grow when planning content clusters and lifecycle pages, and in Ship when Core Web Vitals or technical audits block search performance.
Is SEO Optimizer safe to install?
Review the Security Audits panel on this Prism page before installation; the skill may suggest external SEO tools and site changes you should validate in your own stack.
SKILL.md
READMESKILL.md - Seo Optimizer
# SEO Optimizer Comprehensive guidance for search engine optimization across content, technical implementation, and strategic planning to improve organic search visibility and rankings. ## When to Use This Skill Use this skill when: - Optimizing website content for search engines - Conducting keyword research and analysis - Implementing technical SEO improvements - Creating SEO-friendly meta tags and descriptions - Auditing websites for SEO issues - Improving Core Web Vitals and page speed - Implementing schema markup (structured data) - Planning content strategy for organic traffic ## SEO Fundamentals ### 1. Keyword Research & Strategy **Primary Keyword Selection:** - Focus on search intent (informational, navigational, transactional, commercial) - Balance search volume with competition - Consider keyword difficulty and ranking potential - Target long-tail keywords for quick wins **Keyword Research Process:** ``` 1. Identify seed keywords from business objectives 2. Use tools to expand keyword list (Google Keyword Planner, Ahrefs, SEMrush) 3. Analyze search volume and difficulty 4. Group keywords by topic clusters 5. Map keywords to content types and pages 6. Prioritize based on potential ROI ``` **Content Optimization Formula:** - Primary keyword: 1-2% density (natural placement) - Include in: Title tag, H1, first paragraph, URL, meta description - Use semantic variations and related terms - Maintain natural readability (don't keyword stuff) ### 2. On-Page SEO **Title Tag Optimization:** ```html <!-- Good: Descriptive, includes keyword, under 60 characters --> <title>Ultimate Guide to React Hooks - Learn useEffect & useState</title> <!-- Bad: Too long, keyword stuffing, generic --> <title>React Hooks Guide React Hooks Tutorial React Hooks Examples Learn React</title> ``` **Best Practices:** - Keep under 60 characters (displayed in SERPs) - Place primary keyword near the beginning - Include brand name if space permits - Make compelling and click-worthy - Unique for every page **Meta Description:** ```html <!-- Good: Compelling, includes keywords, call-to-action, 150-160 chars --> <meta name="description" content="Master React Hooks with our comprehensive guide. Learn useState, useEffect, and custom hooks with practical examples. Start building better React apps today."> <!-- Bad: Too short, no value proposition --> <meta name="description" content="React Hooks guide and tutorial"> ``` **Header Structure:** ```html <!-- Proper hierarchy --> <h1>Main Page Title (Primary Keyword)</h1> <h2>Section Heading (Related Keywords)</h2> <h3>Subsection</h3> <h3>Subsection</h3> <h2>Another Section</h2> <h3>Subsection</h3> ``` **URL Structure:** ``` ✅ Good URLs: - /blog/react-hooks-guide - /products/running-shoes - /learn/javascript-async-await ❌ Bad URLs: - /blog?p=12345 - /products/cat-1/subcat-2/item-999 - /page.php?id=abc&ref=xyz ``` **Image Optimization:** ```html <!-- Optimized image --> <img src="/images/react-hooks-diagram-800w.webp" alt="React Hooks lifecycle diagram showing useState and useEffect" width="800" height="600" loading="lazy" /> ``` **Best Practices:** - Use descriptive, keyword-rich alt text - Compress images (WebP format preferred) - Specify dimensions to prevent layout shift - Use lazy loading for below-fold images - Include captions when relevant ### 3. Content Quality **E-E-A-T Principles (Experience, Expertise, Authoritativeness, Trust):** - Demonstrate author expertise with credentials - Cite authoritative sources - Keep content accurate and up-to-date - Show real experience and original insights - Include author