BeClaude

adsense-site-auditor

New
1GitHub TrendingGeneralby LucasHenriqueDiniz

Claude Code Skill that audits websites against Google's 73 official AdSense eligibility requirements, with automated thin-content/duplicate detection and rubrics for tool sites and quiz sites.

Summary

This skill audits websites against Google's 73 official AdSense eligibility requirements, including automated thin-content and duplicate detection, plus specialized rubrics for tool sites and quiz sites.

  • It helps developers identify and fix compliance issues before applying for AdSense or maintaining approval.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/adsense-site-auditor.md https://raw.githubusercontent.com/LucasHenriqueDiniz/adsense-site-auditor/main/SKILL.md
3
Invoke in Claude Code
/adsense-site-auditor

Use Cases

Audit a new site for AdSense compliance before submitting an application.
Check an existing AdSense-approved site for potential violations after content updates.
Evaluate a tool site (e.g., calculator, converter) against AdSense's specialized rubric.
Assess a quiz or trivia site for thin content and duplicate detection issues.
Generate a prioritized list of fixes to meet all 73 eligibility requirements.
Re-audit after implementing changes to verify compliance improvements.

Usage Examples

1

/adsense-site-auditor audit https://example.com

2

Run a full AdSense compliance check on my blog at https://myblog.com and include the tool site rubric.

3

/adsense-site-auditor check https://quizsite.com --rubric quiz

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is adsense-site-auditor?

This skill audits websites against Google's 73 official AdSense eligibility requirements, including automated thin-content and duplicate detection, plus specialized rubrics for tool sites and quiz sites. It helps developers identify and fix compliance issues before applying for AdSense or maintaining approval.

How to install adsense-site-auditor?

To install adsense-site-auditor: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/adsense-site-auditor.md https://raw.githubusercontent.com/LucasHenriqueDiniz/adsense-site-auditor/main/SKILL.md. Finally, /adsense-site-auditor in Claude Code.

What is adsense-site-auditor best for?

adsense-site-auditor is a skill categorized under General. Created by LucasHenriqueDiniz.

What can I use adsense-site-auditor for?

adsense-site-auditor is useful for: Audit a new site for AdSense compliance before submitting an application.; Check an existing AdSense-approved site for potential violations after content updates.; Evaluate a tool site (e.g., calculator, converter) against AdSense's specialized rubric.; Assess a quiz or trivia site for thin content and duplicate detection issues.; Generate a prioritized list of fixes to meet all 73 eligibility requirements.; Re-audit after implementing changes to verify compliance improvements..