Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

E-E-A-T Audit

Reads a page, scores Experience, Expertise, Authoritativeness and Trustworthiness out of 10 each, and tells you exactly what to add.

Marketing & SEOIntermediate26336AI score 9/10Last updated: May 12, 2026

What it does

Audits a URL against the E-E-A-T framework used by Google's quality raters.

  • Reads the rendered page and collects signals: author bio and credentials, first-person language, original screenshots, cited primary sources, schema markup
  • Scores each of the four dimensions 1-10 and outputs a /40 scorecard table
  • Lists what's working and what's missing with concrete replacement copy, not vague advice
  • Separates three sub-30-minute "fastest wins" from deeper structural fixes (methodology section, topical cluster internal links, Author JSON-LD)
  • Ships reference files for YMYL pages (finance, medical, legal) and per-type bars for reviews, pricing, service, case study and about pages

Who it's for

  • In-house SEOs and content marketers who own organic traffic
  • Teams shipping AI-assisted content that lacks credibility signals
  • Anyone setting a quality bar for YMYL topics

Examples

  1. "Run an E-E-A-T audit on this blog post URL" → get a /40 scorecard plus the key gap per dimension
  2. Audit a loan comparison page → the stricter YMYL rubric applies and unsourced stats get flagged
  3. Audit a product review → missing affiliate disclosure and lack of hands-on photos surface as the top fixes

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/inhouseseo/superseo-skills/HEAD/skills/eeat-audit/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/eeat-audit folder from the GitHub repo inhouseseo/superseo-skills into my ~/.claude/skills/eeat-audit/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/inhouseseo/superseo-skills.git && mkdir -p ~/.claude/skills && cp -r superseo-skills/skills/eeat-audit ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/inhouseseo/superseo-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r superseo-skills/skills/eeat-audit ~/.claude/skills/
  5. Confirm the references/ folder came along: ls ~/.claude/skills/eeat-audit
  6. Restart Claude Code and ask it to "run an E-E-A-T audit on this URL".
  7. If page fetching is blocked, paste the article text directly instead.
View source on GitHubLicense: Apache-2.0