Google Search Console · JSON Structure

Google Search Console Wmx Sitemap Content Structure

Type: object Properties: 3
AnalyticsGoogleSearchSEOWebmaster Tools

WmxSitemapContent is a JSON Structure definition published by Google Search Console, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type submitted indexed

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WmxSitemapContent",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "submitted": {
      "type": "integer"
    },
    "indexed": {
      "type": "integer"
    }
  }
}