# 30x Seo Sitemap

> >

- **Type:** Skill
- **Install:** `agentstack add skill-norahe0304-art-30x-seo-cn-30x-seo-sitemap`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [norahe0304-art](https://agentstack.voostack.com/s/norahe0304-art)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [norahe0304-art](https://github.com/norahe0304-art)
- **Source:** https://github.com/norahe0304-art/30x-seo-cn/tree/main/skills/30x-seo-sitemap

## Install

```sh
agentstack add skill-norahe0304-art-30x-seo-cn-30x-seo-sitemap
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 站点地图分析与生成

## 模式 1：分析现有站点地图

### 验证检查
- 有效的 XML 格式
- 每个文件 URL 数量 ` 日期准确（不是全部相同）
- 无已弃用标签：`` 和 `` 被 Google 忽略
- 站点地图在 robots.txt 中引用
- 比较爬取的页面与站点地图 — 标记缺失的页面

### 质量信号
- 如果 >50k URL，使用站点地图索引文件
- 按内容类型拆分（页面、文章、图片、视频）
- 站点地图中无非规范 URL
- 站点地图中无 noindex URL
- 站点地图中无重定向 URL
- 仅 HTTPS URL（无 HTTP）

### 常见问题
| 问题 | 严重性 | 修复 |
|------|--------|------|
| 单个文件 >50k URL | 严重 | 使用站点地图索引拆分 |
| 非 200 URL | 高 | 移除或修复断链 |
| 包含 noindex URL | 高 | 从站点地图中移除 |
| 包含重定向 URL | 中 | 更新为最终 URL |
| lastmod 全部相同 | 低 | 使用实际修改日期 |
| 使用 priority/changefreq | 信息 | 可以移除（Google 忽略） |

## 模式 2：生成新站点地图

### 流程
1. 询问业务类型（或从现有网站自动检测）
2. 从 `assets/` 目录加载行业模板
3. 与用户交互式规划结构
4. 应用质量门控：
   - ⚠️ 警告：30+ 地区页面时（要求 60%+ 独特内容）
   - 🛑 硬停止：50+ 地区页面时（需要理由说明）
5. 生成有效的 XML 输出
6. 在 50k URL 处使用站点地图索引拆分
7. 生成 STRUCTURE.md 文档

### 安全的程序化页面（可规模化）
✅ 集成页面（有真实的设置文档）
✅ 模板/工具页面（有可下载内容）
✅ 术语表页面（200+ 字定义）
✅ 产品页面（独特规格、评价）
✅ 用户个人资料页面（用户生成内容）

### 惩罚风险（避免规模化）
❌ 只替换城市名的地区页面
❌ 没有行业特定价值的 "最佳[工具]适用于[行业]"
❌ 没有真实比较数据的 "[竞争对手]替代方案"
❌ 没有人工审核和独特价值的 AI 生成页面

## 站点地图格式

### 标准站点地图
```xml

  
    https://example.com/page
    2026-02-07
  

```

### 站点地图索引（用于 >50k URL）
```xml

  
    https://example.com/sitemap-pages.xml
    2026-02-07
  
  
    https://example.com/sitemap-posts.xml
    2026-02-07
  

```

## 输出

### 分析输出
- `VALIDATION-REPORT.md` — 分析结果
- 按严重性排列的问题列表
- 建议

### 生成输出
- `sitemap.xml`（或带索引的拆分文件）
- `STRUCTURE.md` — 网站架构文档
- URL 数量和组织摘要

[PROTOCOL]: 变更时更新此头部，然后检查 CLAUDE.md

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [norahe0304-art](https://github.com/norahe0304-art)
- **Source:** [norahe0304-art/30x-seo-cn](https://github.com/norahe0304-art/30x-seo-cn)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-norahe0304-art-30x-seo-cn-30x-seo-sitemap
- Seller: https://agentstack.voostack.com/s/norahe0304-art
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
