# Article Schema Markup QA

**Use case:** 

Audit Article, NewsArticle, and BlogPosting JSON-LD for headline, image, datePublished, author, parse, and canonical issues.

## Input

```json
{
  "urls": [
    "https://developers.google.com/search/docs/appearance/structured-data/article"
  ],
  "sitemapUrls": [],
  "maxPages": 1,
  "monitorChanges": false,
  "onlyChanges": false,
  "firstRunMode": "emit_current",
  "stateStoreName": "sdcm-check-article-schema-markup",
  "stateNamespace": "check-article-schema-markup",
  "requestTimeoutSecs": 30,
  "maxRetries": 2,
  "maxResponseBytes": 2000000
}
```

## Output

```json
{
  "url": {
    "label": "Page",
    "format": "string"
  },
  "httpStatus": {
    "label": "HTTP",
    "format": "integer"
  },
  "schemaTypes": {
    "label": "Schema types",
    "format": "array"
  },
  "score": {
    "label": "QA score",
    "format": "integer"
  },
  "richResultReady": {
    "label": "Ready",
    "format": "boolean"
  },
  "changed": {
    "label": "Changed",
    "format": "boolean"
  },
  "issues": {
    "label": "Issues",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [JSON-LD Change Monitor & Rich Result QA](https://apify.com/xerophylous_mercy_0wn/structured-data-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xerophylous_mercy_0wn/structured-data-change-monitor) to learn more, explore other use cases, and run it yourself.