E-E-A-T Audit & Scoring
Framing (state this in every report — from Google's helpful-content doc)
- E-E-A-T is NOT a specific ranking factor. Google's systems use a mix of
factors that can identify content with good E-E-A-T.
- Quality raters use E-E-A-T to evaluate whether ranking systems are
working; rater data is not used directly in ranking ("feedback cards from
diners"). Rater guidelines: https://services.google.com/fh/files/misc/hsw-sqrg.pdf
- Trust is the most important member. The others contribute to trust;
content doesn't have to demonstrate all four.
- YMYL gets extra weight: topics affecting health, financial stability,
safety, or societal welfare are held to stronger E-E-A-T. Detect YMYL and
raise the pass bar one point per dimension.
Inputs
- URL — fetch with WebFetch (fallback
curl -sL), or
- Local draft — Read tool (markdown/HTML). For drafts, score content-side
signals only and mark site-level signals (HTTPS, about page) as N/A.
Execution
- Fetch the page HTML; also fetch the homepage,
/about, and /contact
(HEAD or GET) to verify site-level trust pages exist.
- Detect signals per dimension using the rubric below (HTML parsing
heuristics: bylines,
rel=author, Person/ProfilePage JSON-LD, <time>
elements, outbound citation links, first-person experience markers).
- Score each dimension 0-5 with a verbatim evidence quote from the page
for every point awarded or withheld.
- Run the "Who, How, Why" questions (below).
- Recommend the 3 highest-impact improvements (lowest-scoring dimension
first; Trust outranks ties).
Scoring Rubric (0-5 per dimension)
Experience — first-hand use or involvement
Detectable signals:
- First-person evidence markers: "we tested", "I used", "after 6 months of..."
- Original photos/screenshots/video clearly taken by the author (not stock)
- Concrete specifics only a participant would know (test counts, settings,
prices paid, dates visited)
- Before/after results, process documentation, original data
- For reviews: evidence of the work involved, per Google's product reviews
guidance (https://developers.google.com/search/docs/specialty/ecommerce/write-high-quality-reviews)
Score guide: 0 = pure summary of other sources; 3 = some first-hand detail;
5 = thoroughly documented first-hand experience with evidence.
Expertise — demonstrable knowledge
Detectable signals:
- Author byline present where readers would expect one
- Byline links to a bio/profile page with relevant credentials, background,
and areas covered (ProfilePage/Person markup is a plus)
- Expert review attribution ("Medically reviewed by...") on YMYL content
- Technical depth appropriate to audience; claims sourced; no easily-verified
factual errors
Score guide: 0 = anonymous, unsourced; 3 = named author with bio; 5 = credentialed
expert (or demonstrable enthusiast) with linked, verifiable background.
Authoritativeness — recognized go-to source
Detectable signals:
- Citations TO authoritative external sources (and being cited — check via
Ahrefs/
/seo-ahrefs-backlinks if available)
- Site has a clear primary topic/purpose and topical depth (related content)
- Brand/author presence beyond the site (
sameAs links, recognized outlets)
- "If someone researched this site, would they find it widely recognized as an
authority on its topic?" (Google's expertise question)
Score guide: 0 = no sourcing, no topical focus; 3 = well-sourced within a
focused site; 5 = demonstrably recognized authority on the topic.
Trust — the most important dimension
Detectable signals:
- HTTPS with valid certificate
- About page, contact page with real contact info (address/email/phone)
- Visible
datePublished / dateModified stamps that aren't gamed
- Editorial/review/corrections policy (especially news/YMYL)
- Privacy policy and terms; clear ad/affiliate disclosure
- Headline matches content (no exaggeration or shock framing)
- No spelling/production sloppiness; functioning links
Score guide: 0 = anonymous site, no policies, mismatched claims; 3 = HTTPS +
about/contact + dates; 5 = full transparency stack incl. corrections policy
and disclosures.
"Who, How, Why" Check (from creating-helpful-content)
- Who: Is it self-evident who authored the content? Are there bylines where
expected? Do bylines lead to author background?
- How: Is the production method shown where it builds trust (testing
methodology, evidence of work)? If automation/AI substantially generated the
content: is that self-evident through disclosure, with background on how and
why AI was used?
- Why: Created primarily to help people who arrive at the site — or
primarily to attract search visits? (If the latter, route to
/seo-helpful-content for the full self-assessment.)
Output
## E-E-A-T Audit — <URL or draft>
> Framing: E-E-A-T is not a direct ranking factor; raters use it to validate
> Google's systems. Trust is the most important dimension.
YMYL topic: YES/NO (bar adjusted accordingly)
| Dimension | Score | Key evidence (quoted) |
|---|---|---|
| Experience | X/5 | "..." |
| Expertise | X/5 | "..." |
| Authoritativeness | X/5 | "..." |
| Trust | X/5 | "..." |
| **Overall** | XX/20 | weakest: <dimension> |
### Who / How / Why
- Who: ...
- How: ...
- Why: ...
### Top 3 Highest-Impact Improvements
1. <fix on weakest dimension, Trust prioritized on ties>
2. ...
3. ...
Cross-references
1---2name: seo-eeat-audit3description: Standalone E-E-A-T scoring rubric for a URL or content draft. Scores Experience, Expertise, Authoritativeness, and Trust 0-5 each using concrete detectable signals, framed per Google's creating-helpful-content doc. Use when user says "E-E-A-T", "EEAT", "experience expertise", "trust signals", or "author authority".4---56# E-E-A-T Audit & Scoring78<!-- Updated: 2026-06-10 -->910## Framing (state this in every report — from Google's helpful-content doc)1112- **E-E-A-T is NOT a specific ranking factor.** Google's systems use a mix of13 factors that can *identify* content with good E-E-A-T.14- **Quality raters** use E-E-A-T to evaluate whether ranking systems are15 working; rater data is not used directly in ranking ("feedback cards from16 diners"). Rater guidelines: https://services.google.com/fh/files/misc/hsw-sqrg.pdf17- **Trust is the most important member.** The others contribute to trust;18 content doesn't have to demonstrate all four.19- **YMYL gets extra weight:** topics affecting health, financial stability,20 safety, or societal welfare are held to stronger E-E-A-T. Detect YMYL and21 raise the pass bar one point per dimension.2223## Inputs2425- **URL** — fetch with WebFetch (fallback `curl -sL`), or26- **Local draft** — Read tool (markdown/HTML). For drafts, score content-side27 signals only and mark site-level signals (HTTPS, about page) as N/A.2829## Execution30311. Fetch the page HTML; also fetch the homepage, `/about`, and `/contact`32 (HEAD or GET) to verify site-level trust pages exist.332. Detect signals per dimension using the rubric below (HTML parsing34 heuristics: bylines, `rel=author`, Person/ProfilePage JSON-LD, `<time>`35 elements, outbound citation links, first-person experience markers).363. Score each dimension 0-5 **with a verbatim evidence quote** from the page37 for every point awarded or withheld.384. Run the "Who, How, Why" questions (below).395. Recommend the 3 highest-impact improvements (lowest-scoring dimension40 first; Trust outranks ties).4142## Scoring Rubric (0-5 per dimension)4344### Experience — first-hand use or involvement45Detectable signals:46- First-person evidence markers: "we tested", "I used", "after 6 months of..."47- Original photos/screenshots/video clearly taken by the author (not stock)48- Concrete specifics only a participant would know (test counts, settings,49 prices paid, dates visited)50- Before/after results, process documentation, original data51- For reviews: evidence of the work involved, per Google's product reviews52 guidance (https://developers.google.com/search/docs/specialty/ecommerce/write-high-quality-reviews)5354Score guide: 0 = pure summary of other sources; 3 = some first-hand detail;555 = thoroughly documented first-hand experience with evidence.5657### Expertise — demonstrable knowledge58Detectable signals:59- Author byline present where readers would expect one60- Byline links to a bio/profile page with relevant credentials, background,61 and areas covered (ProfilePage/Person markup is a plus)62- Expert review attribution ("Medically reviewed by...") on YMYL content63- Technical depth appropriate to audience; claims sourced; no easily-verified64 factual errors6566Score guide: 0 = anonymous, unsourced; 3 = named author with bio; 5 = credentialed67expert (or demonstrable enthusiast) with linked, verifiable background.6869### Authoritativeness — recognized go-to source70Detectable signals:71- Citations TO authoritative external sources (and being cited — check via72 Ahrefs/`/seo-ahrefs-backlinks` if available)73- Site has a clear primary topic/purpose and topical depth (related content)74- Brand/author presence beyond the site (`sameAs` links, recognized outlets)75- "If someone researched this site, would they find it widely recognized as an76 authority on its topic?" (Google's expertise question)7778Score guide: 0 = no sourcing, no topical focus; 3 = well-sourced within a79focused site; 5 = demonstrably recognized authority on the topic.8081### Trust — the most important dimension82Detectable signals:83- HTTPS with valid certificate84- About page, contact page with real contact info (address/email/phone)85- Visible `datePublished` / `dateModified` stamps that aren't gamed86- Editorial/review/corrections policy (especially news/YMYL)87- Privacy policy and terms; clear ad/affiliate disclosure88- Headline matches content (no exaggeration or shock framing)89- No spelling/production sloppiness; functioning links9091Score guide: 0 = anonymous site, no policies, mismatched claims; 3 = HTTPS +92about/contact + dates; 5 = full transparency stack incl. corrections policy93and disclosures.9495## "Who, How, Why" Check (from creating-helpful-content)9697- **Who:** Is it self-evident who authored the content? Are there bylines where98 expected? Do bylines lead to author background?99- **How:** Is the production method shown where it builds trust (testing100 methodology, evidence of work)? If automation/AI substantially generated the101 content: is that self-evident through disclosure, with background on how and102 why AI was used?103- **Why:** Created primarily to help people who arrive at the site — or104 primarily to attract search visits? (If the latter, route to105 `/seo-helpful-content` for the full self-assessment.)106107## Output108109```110## E-E-A-T Audit — <URL or draft>111112> Framing: E-E-A-T is not a direct ranking factor; raters use it to validate113> Google's systems. Trust is the most important dimension.114YMYL topic: YES/NO (bar adjusted accordingly)115116| Dimension | Score | Key evidence (quoted) |117|---|---|---|118| Experience | X/5 | "..." |119| Expertise | X/5 | "..." |120| Authoritativeness | X/5 | "..." |121| Trust | X/5 | "..." |122| **Overall** | XX/20 | weakest: <dimension> |123124### Who / How / Why125- Who: ...126- How: ...127- Why: ...128129### Top 3 Highest-Impact Improvements1301. <fix on weakest dimension, Trust prioritized on ties>1312. ...1323. ...133```134135## Cross-references136137- `/seo-content` — broader content quality audit (readability, structure,138 keyword coverage) that embeds a lighter E-E-A-T pass139- `/seo-helpful-content` — people-first self-assessment gate140- `/seo-rich-results` — ProfilePage/Person markup to reinforce author signals141- Source doc: https://developers.google.com/search/docs/fundamentals/creating-helpful-content