TrawlerFetchReplyDataPartialResponse
TrawlerCrawlingGoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataPartialResponse
SEO Analysis
AI GeneratedPart of Google's web crawling infrastructure (Trawler is Google's internal name for their web crawler). This model governs how Googlebot fetches and processes web pages, affecting crawl efficiency and frequency. Crawl management directly impacts how quickly new content is discovered and how often existing content is refreshed in the index.
Actionable Insights for SEOs
- Optimize crawl budget by fixing broken links and reducing redirect chains
- Use robots.txt and sitemap.xml effectively to guide crawling
- Monitor Google Search Console for crawl errors and indexing issues
Attributes
6BodyLocationstringnilFull type: String.tIf set, indicates where the fetched body is, e.g. a CNS file path. FetchReply.Body should be empty in this case. In the case where client does not support streaming but the content is too large to be accumulated in memory, we keep writing the streaming chunks to some storage unit and notify client when it is done.
ChunkNumberinteger(nilFetch number in this series of fetches
ContentRangeTrawlerContentRangeInfo →nilFull type: GoogleApi.ContentWarehouse.V1.Model.TrawlerContentRangeInfo.tIf there is a Content-Range header, the ranges in it
ETagstringnilFull type: String.tAny ETag seen in the headers
FetchIDstringnilFull type: String.tID which links all partial fetches for this url
IsFinalResponseboolean(nilIs this the final response for this fetch?