From ecc
Audits technical SEO, on-page optimization, structured data, Core Web Vitals, and keyword mapping to improve search visibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:seoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Improve search visibility through technical correctness, performance, and content relevance, not gimmicks.
Improve search visibility through technical correctness, performance, and content relevance, not gimmicks.
Use this skill when:
robots.txt should allow important pages and block low-value surfacesnoindexArticle / BlogPostingProduct and OfferBreadcrumbListFAQPage only when the content truly matchesH1H2 and H3 should reflect actual content hierarchyPrimary Topic - Specific Modifier | Brand
Action + topic + value proposition + one supporting detail
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Page Title Here",
"author": {
"@type": "Person",
"name": "Author Name"
},
"publisher": {
"@type": "Organization",
"name": "Brand Name"
}
}
[HIGH] Duplicate title tags on product pages
Location: src/routes/products/[slug].tsx
Issue: Dynamic titles collapse to the same default string, which weakens relevance and creates duplicate signals.
Fix: Generate a unique title per product using the product name and primary category.
| Anti-pattern | Fix |
|---|---|
| keyword stuffing | write for users first |
| thin near-duplicate pages | consolidate or differentiate them |
| schema for content that is not actually present | match schema to reality |
| content advice without checking the actual page | read the real page first |
| generic “improve SEO” outputs | tie every recommendation to a page or asset |
seo-specialistfrontend-patternsbrand-voicemarket-researchnpx claudepluginhub affaan-m/ecc --plugin eccAudits, plans, and implements SEO improvements covering technical SEO, page optimization, structured data, Core Web Vitals, and content strategy. Use when better search visibility, SEO fixes, Schema markup, Sitemap/Robots work, or keyword mapping is needed.
Optimizes websites for search engines via technical SEO: robots.txt, meta robots, canonical URLs, XML sitemaps, URL structures, per Lighthouse audits and Google guidelines.
Audits websites across technical SEO, content, schema, local SEO, hreflang, backlinks, Core Web Vitals, and e-commerce. Runs parallel sub-agent crawls, generates schema markup, optimizes for AI search, and exports PDF reports.