SkillHub

seopro

v1.0.0

提供关键词研究、元标签分析、内容SEO评分及元描述生成,提升网站搜索排名。

Sourced from ClawHub, Authored by hughtan93-dev

Installation

Please help me install the skill `seopro` from SkillHub official store. npx skills add hughtan93-dev/seopro

SEO Optimizer

Name: SEO Optimizer
Description: SEO optimization helper for websites and content. Provides keyword research, meta tag optimization, and content analysis to improve search engine rankings.
Commands:
- keyword <phrase> - Research keywords and get suggestions
- meta <url> - Analyze and optimize meta tags
- analyze <content> - Analyze content SEO score
- suggest <topic> - Get keyword suggestions for a topic
Features:
- Keyword research with search volume indicators
- Meta title/description optimizer
- SEO score calculator
- Meta description generator


Usage

Keyword Research

# Research a keyword
keyword "web development"

# Get suggestions for a topic
suggest "digital marketing"

Meta Tag Optimization

# Analyze meta tags from a URL
meta "https://example.com"

# Generate meta description
generate-meta "Your content here" --length 160

Content Analysis

# Analyze SEO content
analyze "Your article content here..."

Examples

Research keywords:

keyword "python tutorial"

Optimize meta tags:

meta "https://mysite.com/blog/post-1"

Analyze content:

analyze "Content of your webpage..."

Requirements

  • Python 3.8+
  • requests
  • beautifulsoup4

Install: pip install requests beautifulsoup4