You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"inspectionUrl": "A String", # Required. URL to inspect. Must be under the property specified in "site_url".
99
+
"languageCode": "A String", # Optional. An [IETF BCP-47](https://en.wikipedia.org/wiki/IETF_language_tag) language code representing the requested language for translated issue messages, e.g. "en-US", "or "de-CH". Default value is "en-US".
100
+
"siteUrl": "A String", # Required. The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property.
101
+
}
102
+
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
107
+
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Index-Status inspection response.
112
+
"inspectionResult": { # URL inspection result, including all inspection results. # URL inspection results.
113
+
"ampResult": { # AMP inspection result of the live page or the current information from Google's index, depending on whether you requested a live inspection or not. # Result of the AMP analysis. Absent if the page is not an AMP page.
114
+
"ampIndexStatusVerdict": "A String", # Index status of the AMP URL.
115
+
"ampUrl": "A String", # URL of the AMP that was inspected. If the submitted URL is a desktop page that refers to an AMP version, the AMP version will be inspected.
116
+
"indexingState": "A String", # Whether or not the page blocks indexing through a noindex rule.
117
+
"issues": [ # A list of zero or more AMP issues found for the inspected URL.
118
+
{ # AMP issue.
119
+
"issueMessage": "A String", # Brief description of this issue.
120
+
"severity": "A String", # Severity of this issue: WARNING or ERROR.
121
+
},
122
+
],
123
+
"lastCrawlTime": "A String", # Last time this AMP version was crawled by Google. Absent if the URL was never crawled successfully.
124
+
"pageFetchState": "A String", # Whether or not Google could fetch the AMP.
125
+
"robotsTxtState": "A String", # Whether or not the page is blocked to Google by a robots.txt rule.
126
+
"verdict": "A String", # The status of the most severe error on the page. If a page has both warnings and errors, the page status is error. Error status means the page cannot be shown in Search results.
127
+
},
128
+
"indexStatusResult": { # 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](https://support.google.com/webmasters/answer/7440203). # Result of the index status analysis.
129
+
"coverageState": "A String", # Could Google find and index the page. More details about page indexing appear in 'indexing_state'.
130
+
"crawledAs": "A String", # Primary crawler that was used by Google to crawl your site.
131
+
"googleCanonical": "A String", # The URL of the page that Google selected as canonical. If the page was not indexed, this field is absent.
132
+
"indexingState": "A String", # Whether or not the page blocks indexing through a noindex rule.
133
+
"lastCrawlTime": "A String", # Last time this URL was crawled by Google using the [primary crawler](https://support.google.com/webmasters/answer/7440203#primary_crawler). Absent if the URL was never crawled successfully.
134
+
"pageFetchState": "A String", # Whether or not Google could retrieve the page from your server. Equivalent to ["page fetch"](https://support.google.com/webmasters/answer/9012289#index_coverage) in the URL inspection report.
135
+
"referringUrls": [ # URLs that link to the inspected URL, directly and indirectly.
136
+
"A String",
137
+
],
138
+
"robotsTxtState": "A String", # Whether or not the page is blocked to Google by a robots.txt rule.
139
+
"sitemap": [ # Any sitemaps that this URL was listed in, as known by Google. Not guaranteed to be an exhaustive list, especially if Google did not discover this URL through a sitemap. Absent if no sitemaps were found.
140
+
"A String",
141
+
],
142
+
"userCanonical": "A String", # The URL that your page or site [declares as canonical](https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls?#define-canonical). If you did not declare a canonical URL, this field is absent.
143
+
"verdict": "A String", # High level verdict about whether the URL *is* indexed (indexed status), or *can be* indexed (live inspection).
144
+
},
145
+
"inspectionResultLink": "A String", # Link to Search Console URL inspection.
146
+
"mobileUsabilityResult": { # Mobile-usability inspection results. # Result of the Mobile usability analysis.
147
+
"issues": [ # A list of zero or more mobile-usability issues detected for this URL.
"message": "A String", # Additional information regarding the issue.
151
+
"severity": "A String", # Not returned; reserved for future use.
152
+
},
153
+
],
154
+
"verdict": "A String", # High-level mobile-usability inspection result for this URL.
155
+
},
156
+
"richResultsResult": { # Rich-Results inspection result, including any rich results found at this URL. # Result of the Rich Results analysis. Absent if there are no rich results found.
157
+
"detectedItems": [ # A list of zero or more rich results detected on this page. Rich results that cannot even be parsed due to syntactic issues will not be listed here.
158
+
{ # Rich Results items grouped by type.
159
+
"items": [ # List of Rich Results items.
160
+
{ # A specific rich result found on the page.
161
+
"issues": [ # A list of zero or more rich result issues found for this instance.
162
+
{ # Severity and status of a single issue affecting a single rich result instance on a page.
"severity": "A String", # Severity of this issue: WARNING, or ERROR. Items with an issue of status ERROR cannot appear with rich result features in Google Search results.
165
+
},
166
+
],
167
+
"name": "A String", # The user-provided name of this item.
168
+
},
169
+
],
170
+
"richResultType": "A String", # Rich Results type
171
+
},
172
+
],
173
+
"verdict": "A String", # High-level rich results inspection result for this URL.
0 commit comments