Ecommerce SEO Audit
A 2600-line ecommerce SEO checklist that forces curl-verified H1 claims instead of guessed ones.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 68e0410
Ran a real Product Page Audit on a live Allbirds product page: the skill's mandatory 'curl the HTML, grep <h1>, count before claiming' protocol caught 3 actual <h1> tags on the page (two identical 'Men's Wool Runner' plus a promo H1) that a quick eyeball pass would likely have missed or misreported as 1.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Ecommerce SEO Audit does
Runs one of 7 structured ecommerce SEO audits (technical, product page, collection page, log file, competitor, keyword, full) built around a three-bucket technical/on-page/off-page framework. Triggers on "SEO audit", "ecommerce SEO review", "collection page optimization", "product page SEO", "crawl analysis", or wanting to improve organic rankings; is explicit about needing Screaming Frog/crawl exports or server logs for site-wide metrics it can't gather itself.
How to install Ecommerce SEO Audit
git clone https://github.com/affilino/ecommerce-seo-audit-skill
mkdir -p ~/.claude/skills
cp -r ecommerce-seo-audit-skill ~/.claude/skills/ecommerce-seo-audit
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ecommerce SEO Audit
-
/ecommerce-seo-auditA 2600-line ecommerce SEO checklist that forces curl-verified H1 claims instead of guessed ones.
It also activates on plain-language prompts like these:
-
Audit this product page's SEO and verify the H1 tags with curl -
Run a collection page SEO review on my store's category pages -
Do a full ecommerce SEO audit using my Screaming Frog crawl export
Frequently asked questions
- Is the Ecommerce SEO Audit skill free?
- Yes. The skill itself is free from affilino/ecommerce-seo-audit-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ecommerce SEO Audit work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real Product Page Audit on a live Allbirds product page: the skill's mandatory 'curl the HTML, grep <h1>, count before claiming' protocol caught 3 actual <h1> tags on the page (two identical 'Men's Wool Runner' plus a promo H1) that a quick eyeball pass would likely have missed or misreported as 1.
- What is the Ecommerce SEO Audit SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Ecommerce SEO Audit?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ecommerce SEO Audit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.