pageFetchState property
Whether or not Google could fetch the AMP. Possible string values are:
- "PAGE_FETCH_STATE_UNSPECIFIED" : Unknown fetch state.
- "SUCCESSFUL" : Successful fetch.
- "SOFT_404" : Soft 404.
- "BLOCKED_ROBOTS_TXT" : Blocked by robots.txt.
- "NOT_FOUND" : Not found (404).
- "ACCESS_DENIED" : Blocked due to unauthorized request (401).
- "SERVER_ERROR" : Server error (5xx).
- "REDIRECT_ERROR" : Redirection error.
- "ACCESS_FORBIDDEN" : Blocked due to access forbidden (403).
- "BLOCKED_4XX" : Blocked due to other 4xx issue (not 403, 404).
- "INTERNAL_CRAWL_ERROR" : Internal error.
- "INVALID_URL" : Invalid URL.
Implementation
core.String? pageFetchState;