# Backlink Audit — Dofollow and Noindex

**Use case:** 

Run a backlink audit on store, directory, and profile pages for nofollow, sponsored, UGC, and noindex signals before outreach or reporting.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/tugelbay/youtube-transcript"
    }
  ],
  "targetDomains": [
    "konabayev.com"
  ],
  "maxItems": 1,
  "requestTimeoutSecs": 30
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "statusCode": {
    "label": "Status code"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "matchingLinkCount": {
    "label": "Matching link count"
  },
  "cleanFollowLinkFound": {
    "label": "Clean follow link found"
  },
  "noindex": {
    "label": "Noindex"
  },
  "verdict": {
    "label": "Verdict"
  }
}
```

## About this Actor

This example demonstrates how to use [Backlink Audit & Dofollow Link Checker API](https://apify.com/tugelbay/store-link-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/store-link-auditor) to learn more, explore other use cases, and run it yourself.