ImageMoosedogCrawlState
Image MooseCrawlingGoogleApi.ContentWarehouse.V1.Model.ImageMoosedogCrawlState
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
- Monitor for changes in rankings that may correlate with updates to this system
- Consider how your content strategy aligns with what this signal evaluates
- 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
11codestringnilFull type: String.tdetailedReasoninteger(nilEach of the above not_crawled_reason will have a set of detailed reason defined in crawler/trawler/trawler_enums.proto.
internalStatusUtilStatusProto →nilFull type: GoogleApi.ContentWarehouse.V1.Model.UtilStatusProto.tThe status returned when RPCs are used to internally fetch the image (eg. from FIFE).
isTerminalboolean(nilSpecifies if the current crawl state is terminal.
noIndexAfterTimestampstringnilFull type: String.tTime in seconds since epoch after which this image should be considered unavailable.
notCrawledReasonstringnilFull type: String.toverrodeTerminalStateboolean(nilWhen true, it means that a non-terminal state has overwrote a terminal one.
repidstringnilFull type: String.tThe repid for the urls. This repid is the id given to the dupe cluster this url belongs to.
robotedAgentsstringnilFull type: String.tA comma separated list of user agents for which this image should be considered roboted. All images are crawled using googlebot-images and this exists here purely for informative reasons.
urlstringnilFull type: String.tThe url at which we crawled this content. With us starting to use repids the crawl table key no longer is suggestive of the url. In addition this is used in Amarna to detect race conditions between a reference changing its crawl directive and the original crawl job finishing.
urlDeletedboolean(nilSet to true if the url is taken down by clients. This indicates that this crawl state is used to fast remove the crawl result of the url instead of waiting for Multiverse crawl results. For more information, please refer to go/amarna-url-deletion.