web-region-audience-analyzer
Installation
SKILL.md
Web Region & Audience Analyzer
Overview
This skill analyzes web pages to infer their geographic region, primary language, and target audience. It fuses multiple data sources—IP geolocation, HTML metadata, content signals (currencies, phone numbers), and language detection—to provide a confidence-scored assessment.
NEW: After analysis, it generates cross-border localization optimization recommendations with a letter grade (A–F), identifying issues in hreflang configuration, locale declarations, signal consistency, market adaptation, and more—with concrete code examples for each fix.
Workflow
- Run Analysis: Execute the provided Python script on a target URL.
- Interpret Results: Review the JSON output for
primaryRegion,likelyAudience, andconfidencescores. - Review Optimization: Check the
optimizationsection for the grade, score, and actionable recommendations. - Verify Evidence: Check the
evidencesection to see which signals (IP, HTML, Content) contributed to the conclusion.