ecommerce-seo

ecommerce-seo is a skill for Claude Code from nowork-studio/notfair-plugin. It costs 235 tokens per session (902 once invoked), scanned A, original, MIT.

A search-engine optimisation audit for online stores such as WooCommerce, Shopify, Magento, and custom shops. It examines category pages, product pages, filters, pagination, and duplicate content.

In plain words
What is it for?
It helps inspect store templates, filter and sort URLs, canonical links, noindex settings, pagination, product listings, and search-result enhancements.
Why use it?
Online-store filters and sorting can create many unnecessary URLs that waste search-engine crawling and weaken indexing. The audit identifies these and other structural issues that can reduce organic traffic.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the notfair plugin — 52 skills, 1 MCP server shipped together

Good fit It helps inspect store templates, filter and sort URLs, canonical links, noindex settings, pagination, product listings, and search-result enhancements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nowork-studio/notfair-plugin/ecommerce-seo
About the project

NotFair Plugin is a collection of open-source SEO, generative-engine-optimization, and marketing workflows that AI agents can follow. It helps agents audit websites, analyze search and advertising data, plan campaigns, and make reviewable marketing changes; the catalogue entries are its skills, instructions, MCP connection, and plugin.

nowork-studio/notfair-plugin · 3,601 stars · on GitHub · notfair.co

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nowork-studio/notfair-plugin --skill ecommerce-seo
Clone the repo
git clone --depth 1 https://github.com/nowork-studio/notfair-plugin

Made for: Claude Code.

Or install notfair, the plugin that ships this one along with the rest of its 52 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ecommerce-seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/nowork-studio/notfair-plugin/ecommerce-seo.svg)](https://agentmods.dev/skills/nowork-studio/notfair-plugin/ecommerce-seo)
Your own site
<a href="https://agentmods.dev/skills/nowork-studio/notfair-plugin/ecommerce-seo"><img src="https://agentmods.dev/badge/skills/nowork-studio/notfair-plugin/ecommerce-seo.svg" alt="Measured on agentmods" height="20"></a>
Per session 235 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 902 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00235 $0.00902
Opus 5 $0.00118 $0.00451
Sonnet 5 $0.00047 $0.00180
Haiku 4.5 $0.00023 $0.00090

Measured 8d ago against content hash d2a5760836ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ecommerce-seo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

seo/ecommerce-seo/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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).

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 79 lines · 235 tokens per session scan A d2a5760836ed

Subscribe to this mod's changes

ecommerce-seo is a skill published in the GitHub repository nowork-studio/notfair-plugin (3,601 stars, last pushed 2d ago), licensed MIT. It adds 235 tokens to every session and 902 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pricing-and-packaging

Sets price, structures packages and tiers, and designs the monetization surfaces that carry them — upgrade paths, paywalls, and offer construction. Use this to set or change pricing, design or restructure tiers, choose a pricing metric, build an offer, design upgrade prompts and paywalls, or evaluate whether a pricing…

cbrock84/headcount · 73 tokens

laravel-billing

Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier (Stripe or Paddle).

fusengine/agents · 30 tokens

laravel-stripe-connect

Use when implementing multi-vendor marketplace payments, seller onboarding, commissions, payouts, or split payments with Stripe Connect.

fusengine/agents · 29 tokens

seo-content-collection-page

Optimize e-commerce collection, category, and product listing pages (PLPs) for Google and AI assistants. Input: a collection or category page (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, or custom). Output: a bottom-of-page SEO text block, faceted-navigation and filter URL control, pagination canonicals…

Thibaultbm/claude-seo-geo · 122 tokens

seo-content-product-page

Optimize e-commerce product pages (PDPs) for Google and for AI assistants that now recommend products directly. Input: a product page or description (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, Wix, Webflow, or custom). Output: a rewritten PDP with unique copy, FAQ and definition blocks, review and…

Thibaultbm/claude-seo-geo · 124 tokens

paypal-routing

PayPal payments, subscriptions, checkout, invoices, disputes, webhooks, BNPL, Venmo, SDK, v5, v6, Fastlane, Braintree Fastlane, braintree-web, accelerated guest checkout. Routes PayPal developer questions to the right command or reference file.

paypal/AI-Toolkit · 61 tokens