RichResultsIssue

A specific issue with a rich result item.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
issueType string The type identifier for this issue.
severity string The severity of the issue.
issueMessage string A human-readable description of the issue.
View JSON Schema on GitHub

JSON Schema

google-search-console-rich-results-issue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RichResultsIssue",
  "type": "object",
  "description": "A specific issue with a rich result item.",
  "properties": {
    "issueType": {
      "type": "string",
      "description": "The type identifier for this issue."
    },
    "severity": {
      "type": "string",
      "description": "The severity of the issue."
    },
    "issueMessage": {
      "type": "string",
      "description": "A human-readable description of the issue."
    }
  }
}