Skip to content
weballin

weballin DIGIWIKI

Crawl Stats

Crawling statistics is a report in Search Console that shows Googlebot's site crawling frequency, response code, and response time for 90 days. Used to diagnose server errors or causes of crawl budget waste from a server-side perspective.

weballin

The Crawl Statistics Report is the only official tool that provides a server-side view of how Googlebot crawls your site. It shows 90 days of data including how many crawling requests are received per day, the distribution by response code (200, 3xx, 4xx, 5xx), what the average response time is, and which resources among HTML, images, CSS, and JS are crawled.

This report is important for two reasons. First, crawl budget problems can be diagnosed. If crawling requests suddenly decreased, Googlebot may have reduced crawling due to repeated server errors. Second, check whether unnecessary resources (duplicate URLs, parameter URLs, images) are eating up the crawling budget.

Search Console navigation: → Settings → Crawl stats. Check the trend in the number of crawling requests, total download size, and response code distribution in the top chart. In the 'Host Status' tab, see details on how the server handled crawl requests.

Key takeaways

  • Tracks the number of Googlebot crawling requests, response code, response time, and download size for 90 days.
  • Shows crawling distribution by HTML, CSS, JS, image, and other file types.
  • A sharp decrease in the number of crawling requests can be a sign of repeated server errors, and a sharp increase can be a sign of a sitemap update or increase in links.
  • In the Host Status tab, check whether DNS, server connection, and robots.txt import were successful.
  • This is a tool that allows you to easily understand Googlebot crawling patterns without analyzing log files.

References

Frequently asked questions

Crawl requests have suddenly decreased. Is there a problem?

The most common cause of a decrease in crawl requests is when the server repeats 5xx errors, causing Googlebot to visit less frequently. Check the 5xx error rate in the Response Codes tab, and check your hosting provider and server logs. This could also be a cause if robots.txt was suddenly changed to block entirely.

What should I do if the percentage of image/CSS/JS crawling is high?

Some percentage of Googlebot crawling CSS and JS is normal as it is necessary for JavaScript SEO rendering. However, if too many images are crawled, blocking unnecessary image directories from crawling in robots.txt or reducing duplicate image URLs can help save on your crawl budget.