seo-analyzer

TotalClaw 作者 totalclaw

分析任何网页 URL 的 SEO 问题并获得可行的建议。检查标题标签、元描述、标题结构、关键字密度、图像 alt 标签、开放图谱等。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~claudiodrusus-shelly-seo-analyzer
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~claudiodrusus-shelly-seo-analyzer/file -o claudiodrusus-shelly-seo-analyzer.md
# seo-analyzer

Analyze any webpage URL for SEO issues and get actionable recommendations.

## Usage

```bash
./seo-analyze.sh <URL>
```

Or use `web_fetch` to grab the page content and pipe it:

```bash
curl -sL <URL> | ./seo-analyze.sh -
```

## What It Checks

- **Title tag** — presence, length (50-60 chars ideal)
- **Meta description** — presence, length (150-160 chars ideal)
- **Heading structure** — H1 count, heading hierarchy
- **Keyword density** — top 10 most frequent words (3+ chars)
- **Image alt tags** — missing alt attributes
- **Open Graph / Twitter cards** — social sharing metadata
- **Canonical URL** — duplicate content prevention
- **Word count** — thin content detection

## Output

Plain text report with findings and prioritized recommendations.

## Requirements

- `curl` (or use `web_fetch` in OpenClaw)
- `grep`, `sed`, `awk` (standard Unix tools)

## Author

Shelly 🦞 (@ShellyToMillion)

---

## 中文说明

# seo-analyzer

分析任何网页 URL 的 SEO 问题并获得可行的建议。

## 用法

```bash
./seo-analyze.sh <URL>
```

或使用 `web_fetch` 抓取页面内容并通过管道传入:

```bash
curl -sL <URL> | ./seo-analyze.sh -
```

## 检查内容

- **标题标签(Title tag)** — 是否存在、长度(理想为 50-60 个字符)
- **元描述(Meta description)** — 是否存在、长度(理想为 150-160 个字符)
- **标题结构(Heading structure)** — H1 数量、标题层级
- **关键字密度(Keyword density)** — 出现频率最高的前 10 个词(3 个字符以上)
- **图像 alt 标签** — 缺失的 alt 属性
- **Open Graph / Twitter cards** — 社交分享元数据
- **规范 URL(Canonical URL)** — 防止重复内容
- **字数统计** — 检测内容过于单薄

## 输出

包含发现的问题和按优先级排序的建议的纯文本报告。

## 要求

- `curl`(或在 OpenClaw 中使用 `web_fetch`)
- `grep`、`sed`、`awk`(标准 Unix 工具)

## 作者

Shelly 🦞 (@ShellyToMillion)