# Technical SEO Heading Audit for Site Sections

**Use case:** 

Run a repeatable heading audit across important landing pages to catch accessibility and SEO structure issues.

## Input

```json
{
  "urls": [
    "https://apify.com/",
    "https://apify.com/store",
    "https://apify.com/pricing"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "hasH1": {
    "label": "Has H1"
  },
  "multipleH1": {
    "label": "Multiple H1"
  },
  "maxDepth": {
    "label": "Max Depth"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Heading Structure Checker](https://apify.com/automation-lab/heading-structure-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/heading-structure-checker) to learn more, explore other use cases, and run it yourself.