mobileFriendliness property
Test verdict, whether the page is mobile friendly or not. Possible string values are:
- "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED" : Internal error when running this test. Please try running the test again.
- "MOBILE_FRIENDLY" : The page is mobile friendly.
- "NOT_MOBILE_FRIENDLY" : The page is not mobile friendly.
Implementation
core.String? mobileFriendliness;