MobileUsabilityIssue

A specific mobile usability issue.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
issueType string The type of mobile usability issue.
severity string The severity of the issue.
message string A human-readable description of the issue.
View JSON Schema on GitHub

JSON Schema

google-search-console-mobile-usability-issue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MobileUsabilityIssue",
  "type": "object",
  "description": "A specific mobile usability issue.",
  "properties": {
    "issueType": {
      "type": "string",
      "description": "The type of mobile usability issue."
    },
    "severity": {
      "type": "string",
      "description": "The severity of the issue."
    },
    "message": {
      "type": "string",
      "description": "A human-readable description of the issue."
    }
  }
}