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

UrlInspectionResult

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

URL inspection result, including all inspection results.

interface UrlInspectionResult {
ampResult?: AmpInspectionResult;
indexStatusResult?: IndexStatusInspectionResult;
inspectionResultLink?: string;
mobileUsabilityResult?: MobileUsabilityInspectionResult;
richResultsResult?: RichResultsInspectionResult;
}

§Properties

§

Result of the AMP analysis. Absent if the page is not an AMP page.

§

Result of the index status analysis.

§
mobileUsabilityResult?: MobileUsabilityInspectionResult
[src]

Result of the Mobile usability analysis.

§

Result of the Rich Results analysis. Absent if there are no rich results found.