Google Search Console API
  1. Schemas
Google Search Console API
  • urlInspection
    • /v1/urlInspection/index:inspect
  • urlTestingTools
    • /v1/urlTestingTools/mobileFriendlyTest:run
  • sites
    • /webmasters/v3/sites
    • /sites
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
  • searchanalytics
    • /webmasters/v3/sites/{siteUrl}/searchAnalytics/query
    • /sites/{siteUrl}/searchAnalytics/query
  • sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps
    • /sites/{siteUrl}/sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
  • Schemas
    • Schemas
      • AmpInspectionResult
      • AmpIssue
      • ApiDataRow
      • ApiDimensionFilter
      • ApiDimensionFilterGroup
      • BlockedResource
      • DetectedItems
      • Image
      • IndexStatusInspectionResult
      • InspectUrlIndexRequest
      • InspectUrlIndexResponse
      • Item
      • MobileFriendlyIssue
      • MobileUsabilityInspectionResult
      • MobileUsabilityIssue
      • ResourceIssue
      • RichResultsInspectionResult
      • RichResultsIssue
      • RunMobileFriendlyTestRequest
      • RunMobileFriendlyTestResponse
      • SearchAnalyticsQueryRequest
      • SearchAnalyticsQueryResponse
      • SitemapsListResponse
      • SitesListResponse
      • TestStatus
      • UrlInspectionResult
      • WmxSite
      • WmxSitemap
      • WmxSitemapContent
  1. Schemas

IndexStatusInspectionResult

Results of index status inspection for either the live page or the version in Google's index, depending on whether you requested a live inspection or not. For more information, see the Index coverage report documentation.

{
    "coverageState": "string",
    "crawledAs": "CRAWLING_USER_AGENT_UNSPECIFIED",
    "googleCanonical": "string",
    "indexingState": "INDEXING_STATE_UNSPECIFIED",
    "lastCrawlTime": "string",
    "pageFetchState": "PAGE_FETCH_STATE_UNSPECIFIED",
    "referringUrls": [
        "string"
    ],
    "robotsTxtState": "ROBOTS_TXT_STATE_UNSPECIFIED",
    "sitemap": [
        "string"
    ],
    "userCanonical": "string",
    "verdict": "VERDICT_UNSPECIFIED"
}
Built with