Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RichResultsInspectionResult

import type { RichResultsInspectionResult } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";

Rich-Results inspection result, including any rich results found at this URL.

interface RichResultsInspectionResult {
detectedItems?: DetectedItems[];
verdict?:
| "VERDICT_UNSPECIFIED"
| "PASS"
| "PARTIAL"
| "FAIL"
| "NEUTRAL";
}

§Properties

§
detectedItems?: DetectedItems[]
[src]

A list of zero or more rich results detected on this page. Rich results that cannot even be parsed due to syntactic issues will not be listed here.

§
verdict?: "VERDICT_UNSPECIFIED" | "PASS" | "PARTIAL" | "FAIL" | "NEUTRAL"
[src]

High-level rich results inspection result for this URL.