seo-content-quality-signals

seo-content-quality-signals is a skill for Claude Code, Codex from jrr996shujin-png/openclaw-seo-aeo-skills. It costs 90 tokens per session (1,505 once invoked), scanned A, original, MIT.

A content-quality checker for webpages that examines author information, publication and update dates, length, and readability. E-E-A-T is a set of signals about experience, expertise, authority, and trustworthiness.

In plain words
What is it for?
Checking visible and structured author details, date metadata, content freshness, word count, and readability, then producing a score and repair suggestions.
Why use it?
It helps find missing evidence that a page is current, readable, and written or reviewed by an identifiable source.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Checking visible and structured author details, date metadata, content freshness, word count, and readability, then producing a score and repair suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jrr996shujin-png/openclaw-seo-aeo-skills --skill content-quality-signals
Clone the repo
git clone --depth 1 https://github.com/jrr996shujin-png/openclaw-seo-aeo-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-content-quality-signals

README.md
[![agentmods](https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals/github.svg)](https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals)
Your own site
<a href="https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals"><img src="https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-content-quality-signals

Your own site · 80×15
<a href="https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals"><img src="https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/content-quality-signals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,505 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.01505
Opus 5 $0.00045 $0.00753
Sonnet 5 $0.00018 $0.00301
Haiku 4.5 $0.00009 $0.00151

Measured 12d ago against content hash 7512e1c7aef3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-content-quality-signals scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

seo-aeo-diagnostics/content-quality-signals/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

内容质量信号诊断模块

本模块负责检查页面的内容质量指标,满分 10 分。在 AI 搜索时代,引擎不仅要找到内容,还要判断"这个来源可信吗?"——作者信息、发布日期、内容深度等信号是 AI 引擎评估可信度的关键因素。

检查项

1. 作者信息(4 分)

E-E-A-T(Experience, Expertise, Authoritativeness, Trustworthiness)中,作者信息是最直接的信号。AI 引擎在引用内容时倾向于选择有明确作者归属的来源。

检查方法:

  1. 检查页面中的作者信息:
    • 作者姓名是否可见
    • 是否有作者简介/bio
    • 是否有作者链接(个人页面、社交媒体)
    • 是否有作者图片
  2. 检查结构化数据中的作者信息:
    • Article Schema 中的 author 字段
    • author 是否为 Person 类型(而非纯字符串)
    • 是否有 author.urlauthor.sameAs
  3. 检查 <meta name="author"> 标签
  4. 对于企业/机构网站,检查是否有 "关于我们" 链接和团队页面

评分:

  • 4 分:可见作者信息 + Schema 中有 Person 类型作者 + 有简介
  • 3 分:有作者姓名但缺少详细信息或 Schema 不完整
  • 1 分:仅有 meta author 或仅显示"管理员"
  • 0 分:无任何作者信息

输出格式:

状态:✅/⚠️/❌
页面可见作者:有/无(姓名:...)
作者简介:有/无
作者 Schema:Person 类型 / 纯字符串 / 无
author.url:有/无
meta author:有/无
修复建议:(具体建议)

2. 发布/更新日期(3 分)

内容新鲜度是搜索引擎和 AI 引擎的重要排名信号。用户搜索"2026 最佳..."时,AI 引擎会优先选择有近期日期标记的内容。

检查方法:

  1. 检查页面可见的日期信息:
    • 发布日期
    • 最后更新日期(更重要)
    • 日期格式是否清晰可读
  2. 检查结构化数据中的日期:
    • datePublished
    • dateModified
    • 日期格式是否为 ISO 8601(YYYY-MM-DD)
  3. 检查 <meta> 标签中的日期:
    • article:published_time
    • article:modified_time
  4. 评估日期的合理性:
    • 是否过旧(超过 2 年可能需要更新提示)
    • dateModified 是否晚于 datePublished
    • 是否所有页面都是同一日期(批量生成的信号)

评分:

  • 3 分:页面可见日期 + Schema 日期 + 日期合理
  • 2 分:有日期但仅在 Schema 或仅在页面可见处
  • 1 分:有日期但格式不标准或缺少 dateModified
  • 0 分:无任何日期信息

输出格式:

状态:✅/⚠️/❌
页面可见日期:
  - 发布日期:YYYY-MM-DD / 无
  - 更新日期:YYYY-MM-DD / 无
Schema 日期:
  - datePublished:YYYY-MM-DD / 无
  - dateModified:YYYY-MM-DD / 无
Meta 日期:
  - article:published_time:... / 无
  - article:modified_time:... / 无
新鲜度评估:最近(< 6 个月)/ 较旧(6-24 个月)/ 过期(> 24 个月)
修复建议:(具体建议)

3. 页面内容字数和可读性(3 分)

AI 引擎在评估内容深度时,字数是一个基础信号。过短的内容可能被认为"薄内容"(thin content),但更重要的是内容的信息密度和可读性。

检查方法:

  1. 提取页面主体内容(去除导航、页脚、侧边栏等模板元素)
  2. 统计:
    • 纯文本字数(中文按字数,英文按词数)
    • 段落数
    • 平均段落长度
  3. 可读性评估:
    • 段落是否过长(中文 > 300 字 / 英文 > 200 词的段落标记)
    • 是否有"文字墙"(超长无分段内容)
    • 句子平均长度
    • 是否使用了小标题来分段
  4. 内容与广告/导航的比例(文本内容占页面 HTML 的比例)

评分:

  • 3 分:内容 > 800 字(中文)/ > 500 词(英文)+ 分段合理 + 可读性好
  • 2 分:内容量充足但可读性有改善空间
  • 1 分:内容较少(300-800 字)或可读性差(大段落、无小标题)
  • 0 分:薄内容 < 300 字或几乎无正文内容

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 142 lines · 90 tokens per session scan A 7512e1c7aef3

Subscribe to this mod's changes

seo-content-quality-signals is a skill published in the GitHub repository jrr996shujin-png/openclaw-seo-aeo-skills (11 stars, last pushed 6mo ago), licensed MIT. It adds 90 tokens to every session and 1,505 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

seo-vertical-detect

Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.

Hainrixz/claude-seo-ai · 71 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

seo-fix-apply

Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…

Hainrixz/claude-seo-ai · 91 tokens

audit

Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report persisted on disk. Read-only; never writes to the project. Use when the user asks to audit, analyze, check, or score a site's SEO, structured…

Hainrixz/claude-seo-ai · 127 tokens

orangeo-ai-visibility-skill

Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens