seo-strategy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seo-strategy (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
SEO implementation strategy for building pages that rank -- covering content strategy, programmatic SEO at scale, marketplace-specific SEO, and AI search optimization.
What is this skill? SEO implementation strategy for building pages that rank -- covering content strategy, programmatic SEO at scale, marketplace-specific SEO, and AI search optimization.
| File | Purpose |
|---|---|
skills/seo-strategy/references/marketplace-seo-differences.md | See for detailed algorithm breakdowns. |
Auditing finds problems; this skill builds solutions. The distinction matters because agents conflate the two and either run a diagnostic when they should be building pages, or build pages without a strategy. SEO strategy is proactive — choosing the right page types, content structures, and schema markup before traffic data exists. The marketplace-specific sections exist because applying Google SEO assumptions to Etsy or Amazon actively hurts rankings: Etsy rewards recency and conversion rate, Amazon rewards sales velocity, and neither cares about backlinks. Without this skill, agents default to generic "add keywords" advice that misses the structural decisions (programmatic templates, hub-and-spoke linking, schema choice) that create ranking power at scale.
E-commerce SEO (product page optimization, collection page strategy, cross-selling internal links), SaaS SEO (comparison/alternative pages, feature pages, documentation SEO, blog cluster strategy), marketplace SEO algorithm differences (Shopify Google organic, Etsy recency and Category Relevance Score, Amazon A9/COSMO), programmatic SEO template patterns (comparison pages, integration pages, location pages), schema markup implementation (Product, FAQ, HowTo, BreadcrumbList, SoftwareApplication), and AI search optimization (AEO, GEO, LLMO for AI Overviews and chatbot citations).
seo-audit finds problems. This skill builds solutions.
Load this skill when:
Do NOT use for:
keywords)information-architecture)content-monitor)microcopy)user-research)What type of site?
├── E-commerce (Shopify/Etsy/Amazon)
│ ├── Collection pages → target generic keywords (higher volume)
│ ├── Product pages → target specific long-tail keywords
│ └── Blog → build topical authority, link to collections
├── SaaS
│ ├── Comparison pages → "[product] vs [competitor]" at scale
│ ├── Alternative pages → "[competitor] alternatives"
│ ├── Feature pages → one page per feature, deep content
│ ├── Integration pages → "[product] + [integration]" at scale
│ └── Blog → educational content linking to product pages
└── Content/Blog
├── Pillar pages → comprehensive guides on core topics
├── Cluster pages → specific subtopics linking to pillar
└── FAQ pages → question-based content for featured snippetsCollection pages rank higher than product pages. Prioritize collection page optimization:
Product pages target specific long-tail:
[Brand] [Product Name] [Key Attribute] | [Store Name]Comparison and alternative pages are highest-ROI for SaaS:
[Your Product] vs [Competitor]: [Honest Comparison]Use when you can generate 100+ unique pages from structured data with genuine value per page. Each page must pass the "would a human find this useful?" test.
Data Source (DB/Spreadsheet/API)
↓
Template Engine (Next.js dynamic routes)
↓
Unique Page = Template + Dynamic Data + Unique Content Blocks
↓
Internal Linking (category → subcategory → page → related pages)
↓
XML Sitemap (auto-generated, all pages included)| Pattern | URL Structure | Example | Data Source |
|---|---|---|---|
| Comparison | /compare/[a]-vs-[b] | /compare/printify-vs-printful | Product database |
| Location | /[service]-in-[city] | /pod-suppliers-in-london | City database |
| Integration | /integrations/[platform] | /integrations/shopify | Integration catalog |
| Alternative | /alternatives/[competitor] | /alternatives/printful | Competitor list |
| Template/Tool | /tools/[calculator-type] | /tools/profit-margin-calculator | Tool catalog |
Every programmatic page MUST have:
Red flags that trigger Google thin content penalties:
See references/marketplace-seo-differences.md for detailed algorithm breakdowns.
| Factor | Shopify (Google) | Etsy | Amazon |
|---|---|---|---|
| Primary algorithm | Google organic | Etsy search (proprietary) | A9 / COSMO |
| Ranking signal #1 | Backlinks + content quality | Recency + conversion rate | Sales velocity + conversion |
| Title optimization | 50-60 chars, keyword at start | 140 chars, front-load keywords | 80 chars optimal, keyword-rich |
| Content depth | Critical (500+ words ideal) | Less important (tags matter more) | Bullet points + A+ content |
| Reviews impact | Indirect (trust signal) | Direct ranking factor | Direct ranking factor |
| Freshness | Moderate (evergreen can rank) | High (recent listings boosted) | Moderate (sales velocity matters more) |
| External links | Critical | Helpful (drives external traffic signal) | Not applicable |
| Page Type | Schema Types | Priority |
|---|---|---|
| Product page | Product, AggregateRating, Offer, BreadcrumbList | Critical |
| Collection page | CollectionPage, BreadcrumbList, ItemList | High |
| FAQ page | FAQPage, Question, Answer | High (enables rich results) |
| How-to guide | HowTo, Step, BreadcrumbList | Medium |
| SaaS pricing | SoftwareApplication, Offer, AggregateRating | High |
| Blog post | Article, Person (author), BreadcrumbList | Medium |
| Local business | LocalBusiness, PostalAddress, GeoCoordinates | Critical for local |
Always use JSON-LD (not Microdata or RDFa). Place in <head> or at end of <body>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name",
"description": "...",
"image": "https://...",
"offers": {
"@type": "Offer",
"price": "29.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
</script>Detection limitation: web_fetch and curl cannot detect JS-injected schema. Use Google Rich Results Test or browser DevTools to verify. See seo-audit skill for details.
Optimize for AI Overviews (Google), ChatGPT, Perplexity, and Claude citations.
Key patterns:
| Signal | Why It Gets Cited |
|---|---|
| Specific data points | "Printify charges $12.50 per standard tee" — concrete, verifiable |
| Step-by-step instructions | Procedural knowledge that AI can relay as guidance |
| Comparison tables | Structured data AI can extract and present |
| Expert attribution | Named author with credentials increases citation likelihood |
| Recency | AI prefers recently-updated pages for rapidly-changing topics |
After applying this skill, verify:
| Instead of this skill | Use | Why |
|---|---|---|
| Diagnosing existing SEO problems or traffic drops | seo-audit | seo-audit diagnoses; seo-strategy builds |
| Keyword research and clustering | keywords | keywords owns research methodology |
| Page hierarchy and navigation design | site-architecture | site-architecture owns IA structure |
| Conversion rate optimization | page-cro | page-cro owns conversion, not ranking |
Version 1.1.0 — 2026-03-28. Added Philosophy, Verification, Do NOT Use When.
<!-- skill-graph-context:start (generated — do not edit by hand) -->
Classification
quality-assurance (also: product-domain)truequality/displayWhen to use
seo-strategy-skill, seo-skill, programmatic-seo-skillRelated skills
keywords, content-monitor, etsy, information-architecture, microcopyKeywords
seo strategy, programmatic seo, content strategy, comparison page, alternative page, schema markup, structured data, ai seo, marketplace seo, etsy seo<!-- skill-graph-context:end -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.