Google Search Console · Example Payload

Google Search Console Index Status Inspection Result Example

AnalyticsGoogleSearchSEOWebmaster Tools

Google Search Console Index Status Inspection Result Example is an example object payload from Google Search Console, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

verdictcoverageStaterobotsTxtStateindexingStatelastCrawlTimepageFetchStategoogleCanonicaluserCanonicalsitemapreferringUrlscrawledAs

Example Payload

Raw ↑
{
  "verdict": "example_value",
  "coverageState": "example_value",
  "robotsTxtState": "example_value",
  "indexingState": "example_value",
  "lastCrawlTime": "example_value",
  "pageFetchState": "example_value",
  "googleCanonical": "example_value",
  "userCanonical": "example_value",
  "sitemap": [],
  "referringUrls": "https://www.example.com",
  "crawledAs": "example_value"
}