WmxSitemapContent

Content type information within a sitemap.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
type string The type of content in this sitemap segment.
submitted integer The number of URLs of this type submitted in the sitemap.
indexed integer The number of URLs of this type that have been indexed by Google.
View JSON Schema on GitHub

JSON Schema

google-search-console-wmx-sitemap-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WmxSitemapContent",
  "type": "object",
  "description": "Content type information within a sitemap.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of content in this sitemap segment."
    },
    "submitted": {
      "type": "integer",
      "description": "The number of URLs of this type submitted in the sitemap."
    },
    "indexed": {
      "type": "integer",
      "description": "The number of URLs of this type that have been indexed by Google."
    }
  }
}