# Website SEO Audit Scraper

**Use case:** 

Run an on-page SEO audit for any website and get SEO scores, issues, titles, meta descriptions, headings, links, and image alt checks.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "maxRequestsPerCrawl": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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