# Audit One Webpage for SEO and Broken Links

**Use case:** 

Check one webpage for technical SEO, broken links, indexability, TLS, and security headers. Get structured results and an HTML report.

## Input

```json
{
  "startUrl": "https://example.com",
  "confirmAuthorizedUse": false,
  "maxPages": 1,
  "maxCrawlDepth": 0,
  "maxLinksPerPage": 25,
  "checkExternalLinks": false,
  "maxExternalLinks": 0,
  "includePerformance": false,
  "maxPerformancePages": 1,
  "compareWithPreviousRun": false,
  "generateHtmlReport": true,
  "generatePdfReport": false,
  "failOnSeverity": "none"
}
```

## Output

```json
{
  "url": {
    "label": "Page URL",
    "format": "string"
  },
  "statusCode": {
    "label": "HTTP status",
    "format": "integer"
  },
  "score": {
    "label": "Health score",
    "format": "number"
  },
  "title": {
    "label": "HTML title",
    "format": "string"
  },
  "metaDescription": {
    "label": "Meta description",
    "format": "string"
  },
  "indexability": {
    "label": "Indexability",
    "format": "object"
  },
  "linkSummary": {
    "label": "Link summary",
    "format": "object"
  },
  "imageSummary": {
    "label": "Image summary",
    "format": "object"
  },
  "issues": {
    "label": "Audit issues",
    "format": "array"
  },
  "auditedAt": {
    "label": "Audited at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website SEO, Health & Broken Link Auditor](https://apify.com/fascinating_lentil/website-health-seo-broken-link-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/website-health-seo-broken-link-auditor) to learn more, explore other use cases, and run it yourself.