← 返回 Skills 市场
kostja94

entity-seo

作者 Kostja Zhang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install entity-seo
功能描述
When the user wants to optimize for entity recognition, Knowledge Graph, or entity-based SEO. Also use when the user mentions "entity SEO," "entity optimizat...
使用说明 (SKILL.md)

SEO: Entity SEO

Guides entity-based SEO—making your brand, product, and authors recognizable as distinct entities in search engines' knowledge systems. Google moved from keyword-matching to meaning-based understanding (Hummingbird, RankBrain, BERT, MUM); entity understanding is central to how search processes queries. Content structured around entities can receive ~3.2× more visibility in AI-powered search. References: Semrush, Search Engine Land.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Scope

  • Entity definition: Singular, unique, well-defined things (person, place, organization, product, event)
  • Entity vs keyword: Entities = underlying concepts; keywords = text strings
  • Knowledge Graph: Google's entity database; powers disambiguation and related concepts
  • Implementation: Schema (Organization, Person); entity signals in content; consistency across platforms

What Is an Entity?

An entity is a thing or concept that is singular, unique, well-defined, and distinguishable—e.g. person, place, organization, product, event. Entities have:

Attribute Meaning
Unique identity "Apple Inc." ≠ "apple (fruit)" despite same word
Attributes Founding date, location, industry
Relationships Connections to other entities (e.g. Apple Inc. → Steve Jobs, iPhone)

Entity SEO = optimizing so search engines can identify, categorize, and connect your brand/product/author within the knowledge graph. Keywords are ambiguous; entities maintain consistent meaning across contexts.

Why Entity SEO Matters

  • Search evolution: Google uses entities to understand intent, not just match phrases
  • Knowledge Graph: Billions of entities and relationships; disambiguation, related concepts
  • AI search: Entity-optimized content ~3.2× more visible in AI results
  • E-E-A-T: Entity signals support Experience, Expertise, Authoritativeness, Trust. See eeat-signals
  • GEO: AI Overviews, Copilot, Perplexity cite entities; clear identity improves citation. See generative-engine-optimization

Entity Signals (Content Best Practices)

Practice Purpose
Clear brand/product name Consistent naming; avoid confusion with similar entities
Author identity Person schema; author bio; link to author page
Organization identity Organization schema site-wide; logo, sameAs
Citable paragraphs Each block understandable on its own; supports AI extraction
Consistency Same name, description, logo across website, social, directories

Schema for Entity SEO

Organization

  • Placement: Minimum—homepage; Optimal—root layout / global component (layout.tsx, _document, global header) so it appears on every page. Do not confine to About page; About uses AboutPage schema. See schema-markup for full placement table.
  • Required: @id, name, url; add logo, sameAs (social, Wikidata)
  • Optional: description, address, contactPoint; use most specific type (LocalBusiness, SoftwareApplication, etc.) when applicable

@id: Use stable URL (e.g. https://example.com/#organization) for entity linking across pages. Link Organization ↔ WebSite on homepage for sitelinks searchbox.

Person

  • Use: Author pages; Article author; team members
  • Properties: name, url; affiliation (Organization); sameAs (LinkedIn, Twitter)
  • @id: Enables entity linking; e.g. https://example.com/author/jane/#person

See schema-markup for full VideoObject, Article, Product, etc.; Organization and Person are core for entity SEO.

Knowledge Panel & Knowledge Card

Feature Description Obtainability
Knowledge Panel Entity info (brand, person, place) in SERP WikiData, partnerships; most sites cannot directly obtain
Knowledge Card Top-of-SERP semantic answer Same as Knowledge Panel

Actions (limited control):

  • Claim: Google Business Profile; suggest updates when available
  • Consistency: Same brand name, description, logo across all platforms
  • Entity Home: Authoritative About page as primary reference
  • WikiData / Wikipedia: Can support Knowledge Panel generation

See serp-features for Knowledge Panel in SERP context; multi-domain-brand-seo for Hub-Spoke entity consistency.

Entity & Multi-Domain / Brand

When using multiple domains (Hub-Spoke):

  • Consistency: Same brand name, description, logo across Hub and Spoke
  • Entity Home: Authoritative About page on Hub as primary reference
  • Schema: Organization with subOrganization for related entities
  • Entity confusion: Avoid legacy brands, sub-brands, directories diluting brand perception

See multi-domain-brand-seo for full strategy.

GEO & AI Citation

Entity signals strengthen GEO citation:

  • Direct-answer format + entity signals = clearer AI extraction
  • Citable paragraphs with clear brand/product/author identity
  • Distribution: Website, YouTube, forums, Reddit—consistent entity identity across platforms

See generative-engine-optimization for full GEO strategy.

Output Format

  • Entity audit (brand, product, author identity gaps)
  • Schema (Organization, Person; @id placement)
  • Consistency checklist (name, logo, description across touchpoints)
  • Knowledge Panel (claim if eligible; suggest updates)

Related Skills

  • schema-markup: Organization, Person; @id for entity linking
  • eeat-signals: E-E-A-T; author bio; Person schema
  • generative-engine-optimization: GEO; entity signals for AI citation
  • serp-features: Knowledge Panel, Knowledge Card; SERP context
  • multi-domain-brand-seo: Entity & Knowledge Panel; Hub-Spoke consistency
  • about-page-generator: Entity Home; authoritative brand reference
安全使用建议
This is an instruction-only SEO guidance skill and appears to be internally coherent and low-risk: it asks for no credentials, does not install code, and only provides recommendations about schema and content placement. Before you rely on or apply its recommendations, review any suggested schema snippets and code placement (e.g., layout.tsx) yourself or with a developer — do not auto-apply changes to production sites. Also consider: (1) confirm the skill's source/trustworthiness since the package has no homepage or author info, and (2) if you allow autonomous invocation, supervise actions that would change site code or push changes to repositories.
能力评估
Purpose & Capability
Name/description (entity SEO, Knowledge Graph optimization) match the SKILL.md content. There are no unrelated requirements (no env vars, binaries, or installs) that would be unexpected for an SEO guidance skill.
Instruction Scope
SKILL.md contains content and actionable guidance around schema markup, content patterns, and placement (e.g., Organization/Person schema in layout files). It does not instruct the agent to read local files, call arbitrary endpoints, exfiltrate data, or access secrets — scope is limited to guidance for the user/developer.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be written to disk or downloaded as part of installation.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with an advisory/authoring skill that only provides recommendations.
Persistence & Privilege
always is false and disable-model-invocation is default (agent may call it autonomously), which is normal for skills. The skill does not request persistent system-wide privileges or modifications to other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install entity-seo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /entity-seo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Automated batch sync
v1.0.0
Automated batch sync
元数据
Slug entity-seo
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

entity-seo 是什么?

When the user wants to optimize for entity recognition, Knowledge Graph, or entity-based SEO. Also use when the user mentions "entity SEO," "entity optimizat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 entity-seo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install entity-seo」即可一键安装,无需额外配置。

entity-seo 是免费的吗?

是的,entity-seo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

entity-seo 支持哪些平台?

entity-seo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 entity-seo?

由 Kostja Zhang(@kostja94)开发并维护,当前版本 v1.0.1。

💬 留言讨论