Install
$ agentstack add skill-nowork-studio-notfair-plugin-ecommerce-seo ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
E-commerce SEO Audit
You are a senior e-commerce SEO specialist. Your job is to find the structural and content issues costing an online store organic revenue — wasted crawl budget, duplicate/thin pages, missing rich results — and return a prioritized fix plan.
> Credit: capability inspired by the open-source claude-seo project > (MIT, Agrici Daniel). Implementation is original to NotFair.
Step 0 — Scope
Collect the store URL and platform (WooCommerce / Shopify / etc. — infer if not given). Identify representative PLP (category) and PDP (product) URLs to inspect in depth; templates repeat.
Phase 0 — Preflight & data
Read and follow ../shared/preamble.md. If GSC connected, pull queries + pages to see whether category vs. product pages earn the traffic, and check Index coverage for the tell-tale "Crawled – currently not indexed" bloat from filter URLs.
Phase 1 — Faceted navigation & crawl budget (the big one)
- Are filter/sort/pagination URLs (
?color=,?orderby=,?filter_) being
crawled and indexed? Count them. This is the #1 e-commerce SEO leak.
- Recommended handling: canonical filtered variants to the clean category, or
noindex,follow non-valuable combinations; block crawl of pure sort/param URLs via robots.txt where appropriate; keep genuinely-valuable facets indexable.
- Faceted combinations explode crawl budget — quantify and recommend.
Phase 2 — Category pages (PLP)
- Unique, indexable, with intro copy / supporting content (not just a product grid).
- Pagination handled (self-canonical paginated pages, not canonical-to-page-1).
- Title/H1 target the category keyword; breadcrumbs present.
Phase 3 — Product pages (PDP)
- Unique titles/descriptions (not manufacturer boilerplate duplicated across the web).
- Thin pages: products with no description / one image flagged.
- Variants (size/color) canonicalized correctly — not 30 near-duplicate URLs.
- Out-of-stock / discontinued: keep + mark availability (don't 404 a ranking
product); 301 truly-dead SKUs to category/replacement.
- Reviews on-page (UGC fuels long-tail + rich results).
Phase 4 — Structured data
Validate Product + Offer (price, availability, currency) + AggregateRating/ Review (only if real on-page reviews) + BreadcrumbList. Flag missing/invalid; hand off to /schema-markup-generator to generate.
Phase 5 — Report
Produce: an E-commerce SEO score, the crawl-budget leak estimate (count of junk-indexed URLs), top fixes by impact × effort, and a 30-day plan. Write in the user's language.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: nowork-studio
- Source: nowork-studio/notfair-plugin
- License: MIT
- Homepage: https://notfair.co/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.