# Improve your Apify Actor's discoverability & SEO

**Use case:** 

Audit an Apify Actor's Store discoverability — description quality, schema, SEO, disambiguation, and agent retrieval — with prioritized fixes to get found.

## Input

```json
{
  "actor": "apify/rag-web-browser",
  "include_suggestions": true,
  "include_retrieval_probe": true
}
```

## Output

```json
{
  "actor": {
    "label": "Actor",
    "format": "string"
  },
  "overall_status": {
    "label": "Overall status",
    "format": "string"
  },
  "agentic_payment_eligible": {
    "label": "Agentic-payment eligible",
    "format": "boolean"
  },
  "category_summary": {
    "label": "Category summary",
    "format": "object"
  },
  "warnings": {
    "label": "Warnings (data-collection issues)",
    "format": "array"
  },
  "audited_at": {
    "label": "Audited at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Actor Discoverability & SEO Audit](https://apify.com/shelvick/apify-discoverability-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/apify-discoverability-audit) to learn more, explore other use cases, and run it yourself.