RichResultsInspectionResult

Rich results inspection results for a URL.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
verdict string The overall rich results verdict.
detectedItems array A list of detected rich result item types and their status.
View JSON Schema on GitHub

JSON Schema

google-search-console-rich-results-inspection-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RichResultsInspectionResult",
  "type": "object",
  "description": "Rich results inspection results for a URL.",
  "properties": {
    "verdict": {
      "type": "string",
      "description": "The overall rich results verdict."
    },
    "detectedItems": {
      "type": "array",
      "description": "A list of detected rich result item types and their status."
    }
  }
}