# Schema.org Markup Audit

**Use case:** 

Audit Schema.org JSON-LD markup across product, article, and organization pages for structured-data QA.

## Input

```json
{
  "urls": [
    "https://schema.org/Product",
    "https://schema.org/Article",
    "https://schema.org/Organization"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "jsonLdCount": {
    "label": "JSON-LD Blocks"
  },
  "isValid": {
    "label": "Valid"
  },
  "errorCount": {
    "label": "Errors"
  },
  "types": {
    "label": "Types"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [JSON-LD Validator](https://apify.com/automation-lab/jsonld-validator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/jsonld-validator) to learn more, explore other use cases, and run it yourself.