Class AmpInspectionResult
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.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class AmpInspectionResult : IDirectResponseSchema
Properties
AmpIndexStatusVerdict
Index status of the AMP URL.
Declaration
[JsonProperty("ampIndexStatusVerdict")]
public virtual string AmpIndexStatusVerdict { get; set; }
Property Value
Type | Description |
---|---|
string |
AmpUrl
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.
Declaration
[JsonProperty("ampUrl")]
public virtual string AmpUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IndexingState
Whether or not the page blocks indexing through a noindex rule.
Declaration
[JsonProperty("indexingState")]
public virtual string IndexingState { get; set; }
Property Value
Type | Description |
---|---|
string |
Issues
A list of zero or more AMP issues found for the inspected URL.
Declaration
[JsonProperty("issues")]
public virtual IList<AmpIssue> Issues { get; set; }
Property Value
Type | Description |
---|---|
IList<AmpIssue> |
LastCrawlTime
object representation of LastCrawlTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastCrawlTimeDateTimeOffset instead.")]
public virtual object LastCrawlTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastCrawlTimeDateTimeOffset
DateTimeOffset representation of LastCrawlTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastCrawlTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastCrawlTimeRaw
Last time this AMP version was crawled by Google. Absent if the URL was never crawled successfully.
Declaration
[JsonProperty("lastCrawlTime")]
public virtual string LastCrawlTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
PageFetchState
Whether or not Google could fetch the AMP.
Declaration
[JsonProperty("pageFetchState")]
public virtual string PageFetchState { get; set; }
Property Value
Type | Description |
---|---|
string |
RobotsTxtState
Whether or not the page is blocked to Google by a robots.txt rule.
Declaration
[JsonProperty("robotsTxtState")]
public virtual string RobotsTxtState { get; set; }
Property Value
Type | Description |
---|---|
string |
Verdict
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.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
Type | Description |
---|---|
string |