π¦ ClawHub
SEO Optimizer
by @hughtan93-dev
Provides keyword research, meta tag analysis, content SEO scoring, and meta description generation to improve website search rankings.
TERMINAL
clawhub install seoproπ About This Skill
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 - Research keywords and get suggestions meta - Analyze and optimize meta tags analyze - Analyze content SEO score suggest - Get keyword suggestions for a topic 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
Install: pip install requests beautifulsoup4
π‘ Examples
Research keywords:
keyword "python tutorial"
Optimize meta tags:
meta "https://mysite.com/blog/post-1"
Analyze content:
analyze "Content of your webpage..."