Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

eeat-seoeeat SEO 搜索

Agent Skill

eeat-seo 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,460

周安装

184

GitHub Stars

公开资料未说明

下载量

1,457
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:eeat-seo(eeat SEO 搜索)
来源仓库:https://github.com/gingiris/eeat-seo
安装命令:
openclaw skills install eeat-seo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install eeat-seo

简介

eeat-seo 提供 E-E-A-T 优化指南,助力构建权威性和可信度信号。

  • 适用于网站内容 SEO 优化和品牌建设场景。
  • 通过 clawhub 安装并使用 openclaw skills install eeat-seo 命令调用。
  • 覆盖经验、专业知识、权威性和可信度四大维度。
  • eeat-seo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
eeat-seo
version
1.0.0
description
|
Keywords
e-e-a-t, eeate seo, eeat, experience expertise authoritativeness trustworthiness, google e-e-a-t, ai search e-e-a-t, content credibility, author authority, trust signals seo, seo trust, expertise seo, chatbot seo eeat, perplexity eeat, chatgpt eeat

E-E-A-T SEO Optimization Guide

Build unshakeable authority signals for AI and Google search by Iris (@gingiris) — AFFiNE former COO, 30+ PH #1 launches

TL;DR

  • E-E-A-T = Experience + Expertise + Authoritativeness + Trustworthiness
  • AI engines (ChatGPT, Perplexity) use E-E-A-T to decide what to cite
  • Named authors with credentials are the #1 E-E-A-T signal
  • Specific, verifiable claims beat vague statements
  • External citations from authoritative sources = your authority
  • First-hand experience content gets cited 3x more than generic content

The E-E-A-T Framework

E — Experience

Did the author actually do this?

Signals:

  • First-person narrative: "When I launched X..."
  • Specific dates and places: "August 2022, in Berlin..."
  • Actionable lessons from doing: "I tried X. Here's what happened."
  • Screenshots, photos, data from your own work

Content style:

We ran this campaign in Q3 2025 with a $5,000 budget.
Our conversion rate dropped from 4.2% to 2.8% in week 2
after Google updated their core algorithm. Here's exactly 
what we did to recover — and the specific A/B test data.

E — Expertise

Does the author know this topic deeply?

Signals:

  • Author bio with relevant credentials
  • Consistent coverage of the topic over time
  • Technical depth when needed
  • Certifications or formal training (where relevant)
About the author: Sarah has managed $2M+ in ad spend 
across 50+ SaaS launches. She's certified in Google Ads 
and has been writing about growth since 2019.

A — Authoritativeness

Is the author recognized as a leader in this space?

Signals:

  • External sites citing your content
  • Guest posts on authoritative publications
  • LinkedIn endorsements or testimonials
  • GitHub stars, open source contributions
  • Podcast appearances, interviews
This method was also covered in [TechCrunch](link),
[HackerNews](link), and recommended by [famous person](link).

T — Trustworthiness

Is the information accurate and safe to act on?

Signals:

  • Contact page, about page, clear identity
  • Privacy policy, terms of service
  • Verifiable claims with data sources
  • Corrections or updates to old content
  • Secure (HTTPS) site

E-E-A-T Schema Markup

Person Schema (Author)

{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Author Name",
  "url": "https://author-website.com/about",
  "image": "https://author-website.com/photo.jpg",
  "sameAs": [
    "https://twitter.com/authorhandle",
    "https://linkedin.com/in/authorprofile",
    "https://github.com/authorhandle"
  ],
  "jobTitle": "Founder / Growth Consultant",
  "worksFor": {
    "@type": "Organization",
    "name": "Brand Name"
  }
}

Organization Schema

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Brand",
  "url": "https://yourbrand.com",
  "logo": "https://yourbrand.com/logo.png",
  "sameAs": [
    "https://twitter.com/brandhandle",
    "https://linkedin.com/company/brand"
  ]
}

Article Schema (Complete)

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Article Title",
  "author": {
    "@type": "Person",
    "name": "Author Name",
    "url": "https://author-website.com/about"
  },
  "datePublished": "2026-04-10",
  "dateModified": "2026-04-10",
  "publisher": {
    "@type": "Organization",
    "name": "Your Brand",
    "logo": {
      "@type": "ImageObject",
      "url": "https://yourbrand.com/logo.png"
    }
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://article-url.com"
  }
}

E-E-A-T Audit Framework

Audit Checklist

Experience (E)

  • [ ] First-person experience mentioned in article?
  • [ ] Specific dates, places, numbers used?
  • [ ] Original data/screenshots from own work?
  • [ ] Lessons from failures included?

Expertise (E)

  • [ ] Author named and credentialed?
  • [ ] Author bio page exists with topic expertise?
  • [ ] Consistent topic coverage?
  • [ ] Technical depth appropriate for topic?

Authoritativeness (A)

  • [ ] Cited by external authoritative sites?
  • [ ] LinkedIn profile optimized?
  • [ ] GitHub profile (if dev topic)?
  • [ ] Guest posts or interviews?

Trustworthiness (T)

  • [ ] Contact page exists?
  • [ ] HTTPS enabled?
  • [ ] Privacy policy present?
  • [ ] dateModified kept current?
  • [ ] Claims are verifiable?

E-E-A-T Score Calculation

DimensionWeightScore (1-5)
Experience30%× 0.30
Expertise25%× 0.25
Authoritativeness25%× 0.25
Trustworthiness20%× 0.20
Total100%/5.0

Score ≥ 4.0: Strong E-E-A-T, likely cited by AI Score 3.0-4.0: Average, improve weakest dimension Score < 3.0: Critical gaps, AI unlikely to cite


Prompt Templates

Prompt: E-E-A-T Article Writer

Write an E-E-A-T-optimized article targeting: [keyword]

Experience layer:
- Open with first-person experience: "[When/Where] I [did X]..."
- Include specific numbers, dates, places from your experience
- Add "I tried this and here's what happened" sections

Expertise layer:
- Name the author with specific credentials in [topic]
- Show depth: don't just say "it's important", explain WHY
- Reference formal knowledge (courses, books, certifications)

Authoritativeness layer:
- Cite 3 authoritative external sources
- Link to your own related content (internal authority)
- Include social proof (mentions, testimonials)

Trustworthiness layer:
- Add datePublished AND dateModified to Article Schema
- Make every claim specific and verifiable
- Include About page link in author section

Output: Full article with complete schema markup (Person, Organization, Article).

Prompt: E-E-A-T Audit

Audit [URL] for E-E-A-T optimization:

For each dimension (E-E-A-T), rate 1-5 and give:
- Current score
- 2 specific examples from the page
- 1 prioritized fix

Also output:
- Overall E-E-A-T score
- Weakest dimension
- Top 3 actions to improve in next sprint

E-E-A-T for AI Search (ChatGPT, Perplexity)

AI engines weight E-E-A-T differently than Google:

SignalGoogle WeightAI Search Weight
BacklinksVery HighMedium
Named AuthorMediumVery High
Specific NumbersLowVery High
External CitationsMediumVery High
FreshnessHighMedium-High
Founder VoiceLowVery High

AI SEO = E-E-A-T × Specificity

Generic content with strong backlinks won't get cited by AI. Specific, experience-rich content with moderate backlinks will.


Real Case Study

From 0 to 50 AI citations in 60 days:

  1. Added author bio to every article (named, credentialed)
  2. Restructured articles: direct answer first + key stats table
  3. Added 3 external authoritative citations per article
  4. Updated dateModified on all existing articles
  5. Added FAQPage Schema to 20 key pages

Result:

  • ChatGPT started citing content for "[keyword]" queries
  • Perplexity cited 23 times in first month
  • Organic traffic increased 40% from AI search referrals

Related Resources

Free Playbooks (GitHub):

  • SEO & GEO Playbook: https://github.com/Gingiris/seo-geo-playbook
  • Perplexity SEO: https://github.com/Gingiris/perplexity-seo
  • ChatGPT SEO: https://github.com/Gingiris/chatgpt-seo
  • Gingiris Launch: https://github.com/Gingiris/gingiris-launch
  • Growth Tools: https://gingiris.github.io/growth-tools/

Author: Iris (@gingiris) — AFFiNE former COO, open source growth consultant

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87%
按下载量换算1,268

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills