# GEO Audit for AI Search Readiness

**Use case:** 

Evaluate how prepared Logiover.com is for AI search visibility. Receive a score and prioritized fixes based on accessibility, speed, and trust.

## Input

```json
{
  "websiteUrl": "https://www.logiover.com",
  "maxPages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "overallGeoScore": {
    "label": "GEO Readiness (0-100)",
    "format": "integer"
  },
  "band": {
    "label": "Band",
    "format": "string"
  },
  "aiAccessText": {
    "label": "AI crawler access",
    "format": "string"
  },
  "blockedAiBotsText": {
    "label": "Blocked AI bots",
    "format": "string"
  },
  "prioritizedFixesText": {
    "label": "Prioritized fixes",
    "format": "string"
  },
  "pagesAudited": {
    "label": "Pages audited",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Auditor — AI Search Readiness & Citability Audit](https://apify.com/foxlabs/geo-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/geo-auditor) to learn more, explore other use cases, and run it yourself.