ampIndexStatusVerdict property

String? ampIndexStatusVerdict
getter/setter pair

Index status of the AMP 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? ampIndexStatusVerdict;