Helpful Content Gate (People-First Self-Assessment)
Implements Google's own self-assessment from
https://developers.google.com/search/docs/fundamentals/creating-helpful-content.
Walk EVERY question with YES / NO / PARTIAL + one line of evidence from the
content. Google also suggests getting an honest assessment from people
unaffiliated with the site — this skill plays that role.
Inputs
- URL — WebFetch (fallback
curl -sL), or
- Local file/draft — Read tool
- Optional context: site purpose, intended audience, whether AI assisted
Execution
- Fetch/read the content; identify topic, format, and apparent audience.
- Walk Section A (content & quality), Section B (expertise),
Section C (people-first) — each answer YES/NO/PARTIAL + evidence quote.
- Walk Section D (search-engine-first warning signs) — here YES answers
are red flags.
- Run Section E spam-policy screen (2024 policies).
- If AI-assisted, apply the AI content rules.
- Issue verdict with prioritized revision list.
Section A — Content and Quality Questions (Google's list)
- Does the content provide original information, reporting, research, or
analysis?
- Does it provide a substantial, complete, or comprehensive description of the
topic?
- Does it provide insightful analysis or interesting information beyond the
obvious?
- If drawing on other sources, does it avoid simply copying/rewriting them and
add substantial value and originality?
- Does the main heading or page title provide a descriptive, helpful summary?
- Does the heading/title avoid exaggerating or being shocking?
- Is this a page you'd bookmark, share with a friend, or recommend?
- Would you expect to see it referenced by a printed magazine, encyclopedia,
or book?
- Does it provide substantial value compared to other pages in search results?
- Is it free of spelling/stylistic issues?
- Is it produced well — not sloppy or hastily made?
- Is it NOT mass-produced/outsourced across many creators or sites such that
pages don't get attention or care?
Section B — Expertise Questions (Google's list)
- Is information presented in a way that makes you want to trust it — clear
sourcing, evidence of expertise, author/site background (author page, About
page)?
- Would someone researching the site come away seeing it as well-trusted or
widely recognized as an authority on its topic?
- Is it written or reviewed by an expert or enthusiast who demonstrably knows
the topic well?
- Is it free of easily-verified factual errors?
Section C — People-First Signals (YES = good)
- Existing/intended audience would find it useful coming directly to the site?
- Clearly demonstrates first-hand expertise and depth of knowledge (actually
used the product/service, visited the place)?
- Does the site have a primary purpose or focus?
- Will readers leave feeling they've learned enough to achieve their goal?
- Will readers leave feeling they've had a satisfying experience?
Section D — Search-Engine-First Warning Signs (YES = red flag)
- Content primarily made to attract search engine visits?
- Producing lots of content on many topics hoping some performs?
- Using extensive automation to produce content on many topics?
- Mainly summarizing what others say without adding much value?
- Writing about things only because they're trending, not for your audience?
- Will readers need to search again for better information elsewhere?
- Writing to a word count because of a believed Google preference? (Google:
there is no preferred word count.)
- Entered a niche with no real expertise, mainly for traffic?
- Promising an answer to a question that has no answer (e.g., unconfirmed
release dates)?
- Changing dates to seem fresh without substantial content changes?
- Adding/removing lots of content mainly to seem "fresh" for rankings?
(Google: it won't help.)
SEO itself is fine — people-first content plus SEO is Google's recommended
combination; search-engine-first content is the problem.
Section E — Spam Policy Screen (2024 policies)
From https://developers.google.com/search/docs/essentials/spam-policies:
- Scaled content abuse: many pages generated primarily to manipulate
rankings, not help users — regardless of how made (gen-AI without added
value; scraped/synonymized/translated feeds; stitched content; multi-site
networks hiding scale; keyword pages that make little sense to a reader).
- Site reputation abuse: third-party content published on a host mainly to
exploit the host's established ranking signals (sponsored payday-loan
reviews on an .edu, white-label coupons on a news site). NOT violations:
wire services, syndicated news, genuine UGC/forums, editorial columns,
advertorials meant for the publication's own readers, normal affiliate links.
- Expired domain abuse: repurposing an expired domain's history to host
low-value content (casino content on a former school domain).
Any confirmed hit here = automatic RETHINK verdict.
AI-Generated / AI-Assisted Content
From https://developers.google.com/search/docs/fundamentals/using-gen-ai-content:
automation is acceptable when people-first; using AI primarily to manipulate
rankings violates the scaled content abuse policy. Check:
- Accuracy, quality, relevance — including auto-generated titles, meta
descriptions, structured data, and alt text
- Context for users: disclose how automation was used where readers would
reasonably ask "how was this created?" (the "How" from Who/How/Why)
- Ecommerce: Merchant Center requires IPTC
DigitalSourceType
TrainedAlgorithmicMedia metadata on AI-generated images, and AI-generated
product data must be labeled
Output
## Helpful Content Gate — <URL or draft>
### A. Content & Quality (12 questions)
| Question | Answer | Evidence |
|---|---|---|
| Original information/research? | YES/NO/PARTIAL | "..." |
... (every question, all sections)
### D. Search-Engine-First Flags: N raised
### E. Spam Policy Screen: CLEAR / VIOLATION (<policy>)
### AI content: N/A or compliant/issues
### Verdict: PUBLISH | REVISE | RETHINK
- PUBLISH — A/B/C mostly YES, ≤2 PARTIALs, no D flags, E clear
- REVISE — fixable gaps: list revisions in priority order
- RETHINK — multiple D flags or any E violation; the premise (the "Why")
is search-first — revision won't fix intent
### Prioritized Revisions
1. ...
Cross-references
/seo-eeat-audit — deep E-E-A-T scoring (trust/author signals)
/seo-content — structural/readability content audit
/seo-ai-optimization — Google AI feature readiness (cites this gate as the
main content lever)
1---2name: seo-helpful-content3description: Pre-publish (or retroactive) content-quality gate implementing Google's official self-assessment questions from the creating-helpful-content doc, plus 2024 spam-policy red flags. Verdict: PUBLISH / REVISE / RETHINK. Use when user says "helpful content", "people-first", "content self-assessment", "is my content helpful", or "content quality gate".4---56# Helpful Content Gate (People-First Self-Assessment)78<!-- Updated: 2026-06-10 -->910Implements Google's own self-assessment from11https://developers.google.com/search/docs/fundamentals/creating-helpful-content.12Walk EVERY question with YES / NO / PARTIAL + one line of evidence from the13content. Google also suggests getting an honest assessment from people14unaffiliated with the site — this skill plays that role.1516## Inputs1718- **URL** — WebFetch (fallback `curl -sL`), or19- **Local file/draft** — Read tool20- Optional context: site purpose, intended audience, whether AI assisted2122## Execution23241. Fetch/read the content; identify topic, format, and apparent audience.252. Walk **Section A** (content & quality), **Section B** (expertise),26 **Section C** (people-first) — each answer YES/NO/PARTIAL + evidence quote.273. Walk **Section D** (search-engine-first warning signs) — here YES answers28 are red flags.294. Run **Section E** spam-policy screen (2024 policies).305. If AI-assisted, apply the **AI content** rules.316. Issue verdict with prioritized revision list.3233## Section A — Content and Quality Questions (Google's list)3435- Does the content provide original information, reporting, research, or36 analysis?37- Does it provide a substantial, complete, or comprehensive description of the38 topic?39- Does it provide insightful analysis or interesting information beyond the40 obvious?41- If drawing on other sources, does it avoid simply copying/rewriting them and42 add substantial value and originality?43- Does the main heading or page title provide a descriptive, helpful summary?44- Does the heading/title avoid exaggerating or being shocking?45- Is this a page you'd bookmark, share with a friend, or recommend?46- Would you expect to see it referenced by a printed magazine, encyclopedia,47 or book?48- Does it provide substantial value compared to other pages in search results?49- Is it free of spelling/stylistic issues?50- Is it produced well — not sloppy or hastily made?51- Is it NOT mass-produced/outsourced across many creators or sites such that52 pages don't get attention or care?5354## Section B — Expertise Questions (Google's list)5556- Is information presented in a way that makes you want to trust it — clear57 sourcing, evidence of expertise, author/site background (author page, About58 page)?59- Would someone researching the site come away seeing it as well-trusted or60 widely recognized as an authority on its topic?61- Is it written or reviewed by an expert or enthusiast who demonstrably knows62 the topic well?63- Is it free of easily-verified factual errors?6465## Section C — People-First Signals (YES = good)6667- Existing/intended audience would find it useful coming directly to the site?68- Clearly demonstrates first-hand expertise and depth of knowledge (actually69 used the product/service, visited the place)?70- Does the site have a primary purpose or focus?71- Will readers leave feeling they've learned enough to achieve their goal?72- Will readers leave feeling they've had a satisfying experience?7374## Section D — Search-Engine-First Warning Signs (YES = red flag)7576- Content primarily made to attract search engine visits?77- Producing lots of content on many topics hoping some performs?78- Using extensive automation to produce content on many topics?79- Mainly summarizing what others say without adding much value?80- Writing about things only because they're trending, not for your audience?81- Will readers need to search again for better information elsewhere?82- Writing to a word count because of a believed Google preference? (Google:83 there is no preferred word count.)84- Entered a niche with no real expertise, mainly for traffic?85- Promising an answer to a question that has no answer (e.g., unconfirmed86 release dates)?87- Changing dates to seem fresh without substantial content changes?88- Adding/removing lots of content mainly to seem "fresh" for rankings?89 (Google: it won't help.)9091SEO itself is fine — people-first content plus SEO is Google's recommended92combination; search-engine-first content is the problem.9394## Section E — Spam Policy Screen (2024 policies)9596From https://developers.google.com/search/docs/essentials/spam-policies:9798- **Scaled content abuse:** many pages generated primarily to manipulate99 rankings, not help users — regardless of how made (gen-AI without added100 value; scraped/synonymized/translated feeds; stitched content; multi-site101 networks hiding scale; keyword pages that make little sense to a reader).102- **Site reputation abuse:** third-party content published on a host mainly to103 exploit the host's established ranking signals (sponsored payday-loan104 reviews on an .edu, white-label coupons on a news site). NOT violations:105 wire services, syndicated news, genuine UGC/forums, editorial columns,106 advertorials meant for the publication's own readers, normal affiliate links.107- **Expired domain abuse:** repurposing an expired domain's history to host108 low-value content (casino content on a former school domain).109110Any confirmed hit here = automatic RETHINK verdict.111112## AI-Generated / AI-Assisted Content113114From https://developers.google.com/search/docs/fundamentals/using-gen-ai-content:115automation is acceptable when people-first; using AI primarily to manipulate116rankings violates the scaled content abuse policy. Check:117118- Accuracy, quality, relevance — including auto-generated titles, meta119 descriptions, structured data, and alt text120- Context for users: disclose how automation was used where readers would121 reasonably ask "how was this created?" (the "How" from Who/How/Why)122- Ecommerce: Merchant Center requires IPTC `DigitalSourceType`123 `TrainedAlgorithmicMedia` metadata on AI-generated images, and AI-generated124 product data must be labeled125126## Output127128```129## Helpful Content Gate — <URL or draft>130131### A. Content & Quality (12 questions)132| Question | Answer | Evidence |133|---|---|---|134| Original information/research? | YES/NO/PARTIAL | "..." |135... (every question, all sections)136137### D. Search-Engine-First Flags: N raised138### E. Spam Policy Screen: CLEAR / VIOLATION (<policy>)139### AI content: N/A or compliant/issues140141### Verdict: PUBLISH | REVISE | RETHINK142- PUBLISH — A/B/C mostly YES, ≤2 PARTIALs, no D flags, E clear143- REVISE — fixable gaps: list revisions in priority order144- RETHINK — multiple D flags or any E violation; the premise (the "Why")145 is search-first — revision won't fix intent146147### Prioritized Revisions1481. ...149```150151## Cross-references152153- `/seo-eeat-audit` — deep E-E-A-T scoring (trust/author signals)154- `/seo-content` — structural/readability content audit155- `/seo-ai-optimization` — Google AI feature readiness (cites this gate as the156 main content lever)