"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"Unknown rule. Sorry, we don't have any description for the rule that was\nbroken.",
"Plugins incompatible with mobile devices are being used. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#flash_usage).",
"Viewsport is not specified using the meta viewport tag. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#viewport_not_configured).",
"Viewport defined to a fixed width. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#fixed-width_viewport).",
"Content not sized to viewport. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#content_not_sized_to_viewport).",
"Font size is too small for easy reading on a small screen. [Learn More]\n(https://support.google.com/webmasters/answer/6352293#small_font_size).",
"Touch elements are too close to each other. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#touch_elements_too_close)."
],
"enum":[
"MOBILE_FRIENDLY_RULE_UNSPECIFIED",
"USES_INCOMPATIBLE_PLUGINS",
"CONFIGURE_VIEWPORT",
"FIXED_WIDTH_VIEWPORT",
"SIZE_CONTENT_TO_VIEWPORT",
"USE_LEGIBLE_FONT_SIZES",
"TAP_TARGETS_TOO_CLOSE"
]
}
},
"id":"MobileFriendlyIssue",
"description":"Mobile-friendly issue.",
"type":"object"
},
"RunMobileFriendlyTestResponse":{
"description":"Mobile-friendly test response, including mobile-friendly issues and resource\nissues.",
"type":"object",
"properties":{
"mobileFriendliness":{
"description":"Test verdict, whether the page is mobile friendly or not.",
"type":"string",
"enumDescriptions":[
"Internal error when running this test. Please try running the test again.",
"The page is mobile friendly.",
"The page is not mobile friendly."
],
"enum":[
"MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
"MOBILE_FRIENDLY",
"NOT_MOBILE_FRIENDLY"
]
},
"mobileFriendlyIssues":{
"description":"List of mobile-usability issues.",
"items":{
"$ref":"MobileFriendlyIssue"
},
"type":"array"
},
"screenshot":{
"description":"Screenshot of the requested URL.",
"$ref":"Image"
},
"resourceIssues":{
"description":"Information about embedded resources issues.",
"items":{
"$ref":"ResourceIssue"
},
"type":"array"
},
"testStatus":{
"$ref":"TestStatus",
"description":"Final state of the test, can be either complete or an error."
}
},
"id":"RunMobileFriendlyTestResponse"
},
"ResourceIssue":{
"description":"Information about a resource with issue.",
"type":"object",
"properties":{
"blockedResource":{
"$ref":"BlockedResource",
"description":"Describes a blocked resource issue."
"description":"Final state of the test, including error details if necessary.",
"type":"object",
"properties":{
"status":{
"enumDescriptions":[
"Internal error when running this test. Please try running the test again.",
"Inspection has completed without errors.",
"Inspection terminated in an error state. This indicates a problem in\nGoogle's infrastructure, not a user error. Please try again later.",
"Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected."
"description":"Image data in format determined by the mime type. Currently, the format\nwill always be \"image/png\", but this might change in the future.",