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

WmxSitemapContent

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

Information about the various content types in the sitemap.

interface WmxSitemapContent {
indexed?: bigint;
submitted?: bigint;
type?:
| "WEB"
| "IMAGE"
| "VIDEO"
| "NEWS"
| "MOBILE"
| "ANDROID_APP"
| "PATTERN"
| "IOS_APP"
| "DATA_FEED_ELEMENT";
}

§Properties

§
indexed?: bigint
[src]

Deprecated; do not use.

§
submitted?: bigint
[src]

The number of URLs in the sitemap (of the content type).

§
type?: "WEB" | "IMAGE" | "VIDEO" | "NEWS" | "MOBILE" | "ANDROID_APP" | "PATTERN" | "IOS_APP" | "DATA_FEED_ELEMENT"
[src]

The specific type of content in this sitemap. For example: web.