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

RichResultsIssue

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

Severity and status of a single issue affecting a single rich result instance on a page.

interface RichResultsIssue {
issueMessage?: string;
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR";
}

§Properties

§
issueMessage?: string
[src]

Rich Results issue type.

§
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR"
[src]

Severity of this issue: WARNING, or ERROR. Items with an issue of status ERROR cannot appear with rich result features in Google Search results.