# SEO Audit for The Verge News Site

**Use case:** 

Crawl The Verge for a comprehensive on-page SEO analysis. Get insights on meta tags, structured data, and detected SEO issues in CSV/JSON format.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.theverge.com"
    }
  ],
  "crawlScope": "same-domain",
  "maxPagesToCrawl": 100,
  "maxConcurrency": 10,
  "useProxy": true
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "title": {
    "label": "Title"
  },
  "titleLength": {
    "label": "Title length",
    "format": "number"
  },
  "metaDescriptionLength": {
    "label": "Meta description length",
    "format": "number"
  },
  "h1Count": {
    "label": "H1 count",
    "format": "number"
  },
  "wordCount": {
    "label": "Word count",
    "format": "number"
  },
  "issueCount": {
    "label": "Issue count",
    "format": "number"
  },
  "seoScore": {
    "label": "SEO score",
    "format": "number"
  },
  "issues": {
    "label": "Issues"
  }
}
```

## About this Actor

This example demonstrates how to use [Website SEO Audit Crawler — On-Page Analyzer](https://apify.com/logiover/website-seo-audit-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/website-seo-audit-crawler) to learn more, explore other use cases, and run it yourself.