AmpInspectionResult class
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.
Constructors
Properties
- ampIndexStatusVerdict ↔ String?
-
Index status of the AMP URL.
Possible string values are:
getter/setter pair
- ampUrl ↔ String?
-
URL of the AMP that was inspected.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexingState ↔ String?
-
Whether or not the page blocks indexing through a noindex rule.
Possible string values are:
getter/setter pair
-
issues
↔ List<
AmpIssue> ? -
A list of zero or more AMP issues found for the inspected URL.
getter/setter pair
- lastCrawlTime ↔ String?
-
Last time this AMP version was crawled by Google.
getter/setter pair
- pageFetchState ↔ String?
-
Whether or not Google could fetch the AMP.
Possible string values are:
getter/setter pair
- robotsTxtState ↔ String?
-
Whether or not the page is blocked to Google by a robots.txt rule.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verdict ↔ String?
-
The status of the most severe error on the page.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited