agentsclimarketplace

30x seo sitemap

Skill norahe0304-art/30x-seo-cn/skills/30x-seo-sitemap

分析现有XML站点地图或使用行业模板生成新的站点地图。 验证格式、URL和结构。当用户说"站点地图"、"生成站点地图"、 "站点地图问题"或"XML站点地图"时使用。From its SKILL.md

Install
npx -y skills add norahe0304-art/30x-seo-cn --skill 30x-seo-sitemap

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.3 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

站点地图分析与生成

模式 1:分析现有站点地图

验证检查

  • 有效的 XML 格式
  • 每个文件 URL 数量 <50,000(协议限制)
  • 所有 URL 返回 HTTP 200
  • <lastmod> 日期准确(不是全部相同)
  • 无已弃用标签:<priority> 和 <changefreq> 被 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 version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/page</loc>
    <lastmod>2026-02-07</lastmod>
  </url>
</urlset>

站点地图索引(用于 >50k URL)

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://example.com/sitemap-pages.xml</loc>
    <lastmod>2026-02-07</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://example.com/sitemap-posts.xml</loc>
    <lastmod>2026-02-07</lastmod>
  </sitemap>
</sitemapindex>

输出

分析输出

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

生成输出

  • sitemap.xml(或带索引的拆分文件)
  • STRUCTURE.md — 网站架构文档
  • URL 数量和组织摘要

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most marketing audience skills give in ~1.1k tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • Validate XML format
  • Split sitemaps by content type
  • Stop generation if over 50 region pages

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.