Analyze a website URL for E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness).
Evaluates content quality signals based on Google's Search Quality Rater Guidelines
and "Creating helpful content" documentation. Detects EEAT signals including:
- Experience: First-person language, case studies, testimonials, years of experience
- Expertise: Author credentials, certifications, professional memberships, topic depth
- Authoritativeness: Organization schema, awards, trust badges, media mentions
- Trustworthiness: HTTPS, contact info, privacy policy, source citations
Also detects YMYL (Your Money or Your Life) content for health, financial, and legal topics.
Results are cached for fast subsequent lookups.
Rate limited to 1 request per minute per domain.
Args:
url: The website URL to analyze (e.g., "https://example.com").
Returns:
EEAT analysis result with:
- url: The analyzed URL
- score: Overall EEAT score (0-100)
- grade: Letter grade (A-F)
- scores: Individual category scores (experience, expertise, authoritativeness, trustworthiness)
- issues: Categorized issues (critical, warnings, info)
- signals: Detected EEAT signals
- meta: Extracted meta information
- recommendations: Prioritized list of improvements
- cached: Whether result was from cache