Perform comprehensive audit of a website URL.
Fetches the URL content ONCE and provides a combined report with:
- Classification: category, subcategory, language, sentiment, demographics
- SEO Analysis: score, grade, issues, recommendations
- EEAT Analysis: experience, expertise, authoritativeness, trustworthiness scores
- AEO Analysis: AI answer engine optimization score, metrics, issues, signals
(includes full Citation Readiness analysis in the nested 'citation' key)
- Advertiser Matching: best-fit advertising networks with scores
- Similar Sites: competitor/related sites from the same category
This is more efficient than calling classify_url, analyze_seo, analyze_eeat,
analyze_aeo, select_advertiser, and find_similar_sites separately as it only
fetches the page once.
Args:
url: The website URL to audit (e.g., "https://example.com").
Returns:
Comprehensive audit report with:
- url: The analyzed URL
- classification: Category, subcategory, language, sentiment, demographics
- seo: Score, grade, issues, recommendations
- eeat: EEAT score, grade, category scores, issues, signals
- aeo: AEO score, grade, metrics, issues, signals (includes citation results)
- advertisers: Matched advertising networks with scores
- similar_sites: Related sites from the same category (up to 10)
- cached: Whether result was from cache