Score AI Overview eligibility
score_ai_overview_eligibilityEvaluate any URL's likelihood of appearing in Google AI Overviews. Get a 0-100 score plus six factor subscores: semantic completeness, structured data, E-E-A-T, entity density, freshness, and technical hygiene.
Instructions
Score a page's probability of appearing in Google AI Overviews. Returns an overall 0-100 score plus six factor subscores: semantic completeness, structured data, E-E-A-T signals, entity density, freshness, and technical hygiene.
Read-only. One HTTP GET.
Deterministic, rule-based scoring derived from published 2025-2026 AI-Overview correlation studies. No LLM calls. Same URL returns the same score on repeated runs.
When to use: AI-Overview-specific prioritization. For a multi-dimensional audit that includes this scoring plus everything else, use audit_page. For citation-worthiness of a specific text passage (rather than a URL ranking probability), use score_citation_worthiness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to score. The tool fetches the URL once and runs deterministic, rule-based scoring across six factors (semantic completeness, structured data, E-E-A-T signals, entity density, freshness, technical hygiene) using published 2025-2026 correlation studies. No LLM calls. Read-only HTTP GET. | |
| respect_robots | No | If true (default), respect robots.txt before fetching. Set false only for auditing your own site where you've intentionally blocked crawlers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| factors | Yes | Per-factor 0-100 subscores. | |
| fetched_at | Yes | ||
| top_improvements | Yes | ||
| overall_eligibility_score | Yes |