thedaviddias/front-end-checklist

ymyl-detection

Use when applies to any site in health, medicine, finance, law, safety, news, or similar fields. Use when auditing content quality for sites in YMYL categories or investigating why high-quality-seeming content underperforms.

First seen Jun 5, 2026

Installation

$ npx skills add thedaviddias/front-end-checklist --skill ymyl-detection

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from thedaviddias/front-end-checklist · top by installs.

npx skills add thedaviddias/front-end-checklist

Browse all from thedaviddias/front-end-checklist

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 74.1K
License MIT
Default branch main
Open issues 5
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
category
seo
priority
high
difficulty
intermediate
estimatedTime
10
source
frontendchecklist.io
url
https://frontendchecklist.io/en/rules/seo/ymyl-detection

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,503 B
  • docs SUMMARY.md 246 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

Identify YMYL content on your site

Google's Quality Rater Guidelines require YMYL pages to meet higher E-E-A-T standards than general content — a YMYL page without visible expertise and trust signals will be rated low quality regardless of technical SEO.

Quick Reference

  • YMYL pages cover topics where inaccurate information could harm a user's health, safety, finances, or wellbeing
  • Google applies its highest quality standards to YMYL content — E-E-A-T must be demonstrably high
  • YMYL pages must display author credentials, cite authoritative sources, and be reviewed by qualified experts
  • Missing trust signals on YMYL pages can cause poor manual quality ratings that suppress rankings

Check

Identify pages covering medical, financial, legal, safety, or civic topics. For each YMYL page, check: Does it display author name and credentials? Is the author qualified in the topic area? Are claims supported by cited, authoritative sources? Was the content reviewed by a relevant expert? When was it last updated?

Fix

Add author bylines with credentials to YMYL pages. Link author names to bio pages that describe their qualifications. Add citations to primary sources (peer-reviewed research, government data, official guidelines). Add a 'reviewed by' note with the reviewer's credentials. Update outdated YMYL content with a visible last-reviewed date.

Explain

Explain what YMYL content is, why Google applies stricter quality standards to it, how Quality Raters assess E-E-A-T on YMYL pages, and what steps content teams should take to meet those standards.

Code Review

Review metadata generation, rendered HTML, structured data, and response headers related to Identify YMYL content on your site. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.


For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/seo/ymyl-detection