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 & SEOIntermediate★ 263⑂ 36AI 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
- "Run an E-E-A-T audit on this blog post URL" → get a /40 scorecard plus the key gap per dimension
- Audit a loan comparison page → the stricter YMYL rubric applies and unsourced stats get flagged
- 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/inhouseseo/superseo-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r superseo-skills/skills/eeat-audit ~/.claude/skills/ - Confirm the
references/folder came along:ls ~/.claude/skills/eeat-audit - Restart Claude Code and ask it to "run an E-E-A-T audit on this URL".
- If page fetching is blocked, paste the article text directly instead.
View source on GitHub ↗License: Apache-2.0