# On-Page SEO Audit for SaaS Websites

**Use case:** 

Conduct a comprehensive SEO audit of a SaaS company website. Analyze metadata, schema, and detect SEO issues across up to 100 pages.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.intercom.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.