# JSON-LD Validator for Websites

**Use case:** 

Validate JSON-LD structured data on web pages and export errors, warnings, schema types, and parsed entities.

## Input

```json
{
  "urls": [
    "https://schema.org",
    "https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data"
  ]
}
```

## 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.