Google Search Console · JSON Structure

Google Search Console Index Status Inspection Result Structure

Type: object Properties: 11
AnalyticsGoogleSearchSEOWebmaster Tools

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

Properties

verdict coverageState robotsTxtState indexingState lastCrawlTime pageFetchState googleCanonical userCanonical sitemap referringUrls crawledAs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IndexStatusInspectionResult",
  "type": "object",
  "properties": {
    "verdict": {
      "type": "string"
    },
    "coverageState": {
      "type": "string"
    },
    "robotsTxtState": {
      "type": "string"
    },
    "indexingState": {
      "type": "string"
    },
    "lastCrawlTime": {
      "type": "string"
    },
    "pageFetchState": {
      "type": "string"
    },
    "googleCanonical": {
      "type": "string"
    },
    "userCanonical": {
      "type": "string"
    },
    "sitemap": {
      "type": "array"
    },
    "referringUrls": {
      "type": "array"
    },
    "crawledAs": {
      "type": "string"
    }
  }
}