Get a list of errors detected by Googlebot over time. See here for details: https://developers.google.com/webmaster-tools/v3/urlcrawlerrorscounts/query
crawl_errors(siteURL, category = "all", platform = c("all", "mobile",
"smartphoneOnly", "web"), latestCountsOnly = FALSE)
The URL of the website to delete. Must include protocol (http://).
Crawl error category. Defaults to 'all'
The user agent type. 'all', 'mobile', 'smartphoneOnly' or 'web'.
Default FALSE. Only the latest crawl error counts returned if TRUE.
dataframe of errors with $platform $category $count and $timecount.
The timestamp is converted to a date as they are only available daily.
Category is one of: authPermissions, manyToOneRedirect, notFollowed, notFound, other, roboted, serverError, soft404.
Platform is one of: mobile, smartphoneOnly or web.
Other working with search console errors: error_sample_url
,
fix_sample_url
,
list_crawl_error_samples