verdict property

String? verdict
getter/setter pair

The status of the most severe error on the page.

If a page has both warnings and errors, the page status is error. Error status means the page cannot be shown in Search results. 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;