← 返回
未分类 Key 中文

SEO Content Engine

Research competitors, analyze top-ranking content, and generate a fully SEO-optimized 2000+ word blog post with headings, FAQ, meta description, and internal...
研究竞争对手,分析排名靠前的内容,并生成一篇完整的SEO优化2000+字博客文章,包含标题、FAQ、Meta描述以及内部链接。
dreamsarts
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 340
下载
💾 0
安装
1
版本
#latest

概述

SEO Content Engine

Purpose

End-to-end SEO content generation. Takes a target keyword, researches the top competing articles via web search, analyzes their structure and topics, then generates a fully optimized 2000+ word blog post in Markdown — ready to publish.

Requirements

  • Python 3.10+
  • google-generativeai package (pip install google-generativeai)
  • Playwright (pip install playwright) for competitor research
  • Chrome running with remote debugging on port 9222
  • GEMINI_API_KEY in /Users/edwin/.openclaw/workspace/dreams-arts/.env

Usage

From Command Line

python engine.py "best custom printing services near me"

Optional Flags

--tone "professional, authoritative"   # Writing style (default: "informative, engaging")
--word-count 3000                      # Target word count (default: 2000)
--brand "Dream's Arts Evolution"       # Brand to weave in naturally
--location "Caguas, PR"               # Local SEO focus
--output article.md                    # Save to file (default: stdout)
--skip-research                        # Skip web scraping, use keyword only

From Python

from engine import SEOContentEngine

engine = SEOContentEngine()
article = await engine.generate(
    keyword="custom t-shirt printing Puerto Rico",
    tone="professional",
    brand="Dream's Arts Evolution",
    location="Caguas, PR",
    word_count=2500
)

Output Format

The script outputs a complete Markdown article with YAML frontmatter:

---
title: "Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 Guide"
meta_description: "Looking for custom t-shirt printing in Puerto Rico? Compare top services, prices, and turnaround times. Free quotes from local shops in Caguas, San Juan & more."
target_keyword: "custom t-shirt printing Puerto Rico"
secondary_keywords: ["screen printing PR", "custom apparel Caguas"]
word_count: 2450
reading_time: "10 min"
internal_links_suggested:
  - anchor: "our custom printing services"
    target: "/services/custom-printing"
  - anchor: "request a free quote"
    target: "/contact"
---

# Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 Guide

## Introduction
...

## What to Look for in a Custom Printing Service
### Quality of Materials
...
### Turnaround Time
...

## Top Custom Printing Methods Compared
...

## Frequently Asked Questions

### How much does custom t-shirt printing cost in Puerto Rico?
...

### What is the minimum order for custom printing?
...

How Claude Should Use This Skill

  1. Identify the keyword: Extract the target keyword or topic from the user's request.
  2. Run research phase: Execute python engine.py "keyword" — this scrapes Google results and analyzes competitors.
  3. Review the output: Check that the article is coherent, accurate, and properly optimized.
  4. Customize if needed: Add brand-specific details, local references, or adjust tone.
  5. Publish: Copy to CMS, blog platform, or save as file.

SEO Optimization Checklist (Built-in)

The engine automatically ensures:

  • Target keyword in title (H1), first paragraph, and 2-3 H2 headings
  • Keyword density between 1-2% (natural, not stuffed)
  • LSI (Latent Semantic Indexing) keywords woven throughout
  • Meta description under 160 characters with keyword and CTA
  • H2/H3 heading hierarchy (no skipping levels)
  • FAQ section based on "People Also Ask" data
  • Internal linking suggestions with anchor text
  • Readability: short paragraphs (2-4 sentences), bullet lists, bold key phrases
  • Word count 2000+ (configurable)

Competitor Research Phase

When --skip-research is NOT set, the engine:

  1. Searches Google for the target keyword
  2. Extracts the top 10 organic results (titles, URLs, snippets)
  3. Visits the top 5 articles and extracts their heading structure
  4. Identifies content gaps and unique angles
  5. Feeds all this context to Gemini for article generation

Notes

  • The research phase requires Chrome on port 9222 with active Google session.
  • If research fails (blocked, timeout), falls back to keyword-only generation.
  • Articles are generated in English by default; add --language es for Spanish.
  • Never plagiarizes — all content is original, informed by competitor analysis.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 08:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 796,000
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,799
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,701