IndexStatusInspectionResult class
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.
Constructors
-
IndexStatusInspectionResult({String? coverageState, String? crawledAs, String? googleCanonical, String? indexingState, String? lastCrawlTime, String? pageFetchState, List<
String> ? referringUrls, String? robotsTxtState, List<String> ? sitemap, String? userCanonical, String? verdict}) - IndexStatusInspectionResult.fromJson(Map json_)
Properties
- coverageState ↔ String?
-
Could Google find and index the page.
getter/setter pair
- crawledAs ↔ String?
-
Primary crawler that was used by Google to crawl your site.
Possible string values are:
getter/setter pair
- googleCanonical ↔ String?
-
The URL of the page that Google selected as canonical.
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
- lastCrawlTime ↔ String?
-
Last time this URL was crawled by Google using the
primary crawler.
getter/setter pair
- pageFetchState ↔ String?
-
Whether or not Google could retrieve the page from your server.
getter/setter pair
-
referringUrls
↔ List<
String> ? -
URLs that link to the inspected URL, directly and indirectly.
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
-
sitemap
↔ List<
String> ? -
Any sitemaps that this URL was listed in, as known by Google.
getter/setter pair
- userCanonical ↔ String?
-
The URL that your page or site
declares as canonical.
getter/setter pair
- verdict ↔ String?
-
High level verdict about whether the URL is indexed (indexed status), or
can be indexed (live inspection).
Possible string values are:
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