npx claudepluginhub huifer/adsense-readiness-benchmark --plugin arbThis skill uses the workspace's default tool permissions.
Strategic plan to build user trust and site authority. Encompasses about pages, author credentials, security signals, and user engagement elements that signal legitimacy to both users and Google.
Suggests manual /compact at logical task boundaries in long Claude Code sessions and multi-phase tasks to avoid arbitrary auto-compaction losses.
Share bugs, ideas, or general feedback.
Strategic plan to build user trust and site authority. Encompasses about pages, author credentials, security signals, and user engagement elements that signal legitimacy to both users and Google.
Downstream remediation skill for the Trust & Disclosure (TD) pillar.
| Field | Value |
|---|---|
| Phase | Remediation |
| Upstream | ads-readiness-assessment (TD pillar section) |
| ARB items addressed | TD01–TD14 (core); TD15–TD20 when flagged as extension |
| Score mode | Inherited from ads-readiness-assessment output — this skill does not independently score |
| Veto priority | TD01 (Privacy Policy) is a veto item — always the highest priority fix |
Improvements must be re-verified through ads-readiness-assessment under the same score mode.
Build Trust & Disclosure (TD) pillar strength:
About Page Enhancement
About Page Template:
# About [Company/Author]
## Our Story
[Company background, why we started, mission]
## Our Expertise
[Years in industry, specific expertise areas]
## Our Team
[Photos and bios of key team members]
- Name, role, credentials/experience
## Values We Stand For
- Value 1: [Explanation]
- Value 2: [Explanation]
- Value 3: [Explanation]
## Recognition & Awards
[Industry certifications, awards, media mentions]
## Contact Us
[Contact form or email]
[Physical address if applicable]
Contact Page
Add Author Information
Author Schema Markup:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jane Doe",
"url": "https://example.com/about/jane-doe",
"image": "https://example.com/images/jane.jpg",
"jobTitle": "SEO Expert",
"affiliation": {
"@type": "Organization",
"name": "Example Company"
},
"sameAs": ["https://twitter.com/janedoe"],
"knowsAbout": ["SEO", "Content Marketing", "Technical SEO"]
}
</script>
Author Bio Enhancement (on content pages):
Security Badges
Privacy & Security Transparency
SSL Certificate Verification:
<!-- Already in HTTP header; optional visual indicator -->
<div class="trust-badges">
<img src="ssl-badge.png" alt="SSL Secure">
<img src="secure-site.png" alt="Verified Secure">
</div>
Collect Reviews
Schema Markup for Reviews:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AggregateOffer",
"ratingValue": "4.8",
"reviewCount": "240",
"reviews": [
{
"@type": "Review",
"reviewRating": { "@type": "Rating", "ratingValue": "5" },
"reviewBody": "Excellent service...",
"author": { "@type": "Person", "name": "John Smith" }
}
]
}
</script>
Testimonials Section
Social Proof Elements
Conflict of Interest Disclosure
Editorial Standards Page
Data & Methodology
Content Attribution
Expert Contributors
Industry Involvement
Transparency Information
Business Schema Markup:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Example Company",
"url": "https://example.com",
"telephone": "+1-555-0100",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Anytown",
"addressRegion": "CA",
"postalCode": "90210"
},
"image": "https://example.com/logo.png"
}
</script>
E-E-A-T for Content:
Experience
Expertise
Authority
Trustworthiness
Track using Google Analytics or similar:
Related Skills:
ads-readiness-assessmentresubmission-readiness-check