verdict property

String? verdict
getter/setter pair

High-level mobile-usability inspection result for this URL. Possible string values are:

  • "VERDICT_UNSPECIFIED" : Unknown verdict.
  • "PASS" : Equivalent to "Valid" for the page or item in Search Console.
  • "PARTIAL" : Reserved, no longer in use.
  • "FAIL" : Equivalent to "Error" or "Invalid" for the page or item in Search Console.
  • "NEUTRAL" : Equivalent to "Excluded" for the page or item in Search Console.

Implementation

core.String? verdict;