Google Search Console · JSON Structure

Google Search Console Mobile Usability Inspection Result Structure

Type: object Properties: 2
AnalyticsGoogleSearchSEOWebmaster Tools

MobileUsabilityInspectionResult is a JSON Structure definition published by Google Search Console, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

verdict issues

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MobileUsabilityInspectionResult",
  "type": "object",
  "properties": {
    "verdict": {
      "type": "string"
    },
    "issues": {
      "type": "array"
    }
  }
}