etsy-seo ยท v1.0.0 ยท 2026-04-09 ยท sha256 0d8ff6019a498f3d
etsy-seo v1.0.0A
Immutable. This exact content is served forever at /api/v1/blob/0d8ff6019a498f3d.
---
name: etsy-seo
version: 1.0.0
author: Nexscope AI
description: "Etsy SEO analyzer and optimizer. Improve search visibility with title optimization, tag analysis, description scoring, and keyword research. Includes SEO scoring (0-100), long-tail keyword suggestions, and prioritized action plans. No API key required."
metadata: {"nexscope":{"emoji":"๐","category":"ecommerce"}}
---
# Etsy SEO ๐
Analyze and optimize Etsy listings for better search visibility.
## Installation
```bash
npx skills add nexscope-ai/eCommerce-Skills --skill etsy-seo -g
```
## Features
- **SEO Score** โ 0-100 comprehensive rating
- **Title Optimization** โ Keyword placement, length analysis
- **Tag Analysis** โ 13 tag optimization, long-tail suggestions
- **Description Analysis** โ First 160 chars, keyword density
- **Attribute Check** โ Completeness validation
- **Keyword Research** โ Category-based suggestions
- **Action Plan** โ Prioritized improvement roadmap
## SEO Scoring Weights
| Dimension | Weight | Max Score |
|-----------|--------|-----------|
| Title | 30% | 100 |
| Tags | 25% | 100 |
| Description | 20% | 100 |
| Attributes | 15% | 100 |
| Images | 10% | 100 |
## Etsy Tag Rules
| Rule | Specification |
|------|---------------|
| Quantity | Max 13 tags |
| Length | Max 20 characters each |
| Format | Multi-word phrases allowed |
| Strategy | Long-tail + synonyms + attributes |
## Title Best Practices
```
[Core Keyword] + [Attributes] + [Material/Style] + [Use Case/Occasion]
โ
Good:
"Personalized Name Bracelet, Custom Gold Bracelet for Women, Birthday Gift"
โ Bad:
"Beautiful Handmade Bracelet"
```
## Usage
### Interactive Mode
```bash
python3 scripts/analyzer.py
```
### With Listing Data
```bash
python3 scripts/analyzer.py '{
"title": "Handmade Silver Ring",
"tags": ["silver ring", "handmade jewelry"],
"description": "Beautiful handmade ring...",
"category": "Jewelry"
}'
```
### Demo Mode
```bash
python3 scripts/analyzer.py --demo
```
## Output Example
```
๐ Etsy SEO Analysis Report
Listing: Personalized Name Bracelet
Category: Jewelry > Bracelets
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ SEO SCORE: 72/100 โ ๏ธ
Title: 85/100 โโโโโโโโโโ
Tags: 65/100 โโโโโโโโโโ
Description: 70/100 โโโโโโโโโโ
Attributes: 80/100 โโโโโโโโโโ
Images: 60/100 โโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ TITLE ANALYSIS
Current: "Handmade Silver Bracelet"
Length: 24/140 characters โ ๏ธ Too short
Issues:
โข Missing core keyword at start
โข No personalization keywords
โข Missing occasion/gift keywords
Suggested:
"Personalized Silver Bracelet, Custom Name Bracelet, Birthday Gift for Her"
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ท๏ธ TAG ANALYSIS
Used: 8/13 tags โ ๏ธ Add 5 more
Current Tags:
โ
silver bracelet
โ
handmade jewelry
โ ๏ธ bracelet (too generic)
Suggested Tags:
+ personalized bracelet
+ custom name jewelry
+ birthday gift for women
+ anniversary gift
+ minimalist bracelet
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ACTION PLAN
Priority | Action | Impact
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
HIGH | Rewrite title with keywords | +15 score
HIGH | Add 5 more tags | +10 score
MEDIUM | Optimize first 160 chars | +8 score
LOW | Add more product photos | +5 score
```
## Keyword Research
The tool suggests keywords based on:
- Category trends
- Competitor analysis
- Search volume indicators
- Long-tail variations
## Optimization Workflow
```
Analyze current listing
โ
Score each dimension
โ
Identify gaps
โ
Generate suggestions
โ
Prioritize actions
โ
Track improvements
```
---
**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ AI tools for e-commerce sellers.**