Learn R Programming

searchConsoleR (version 0.2.0)

list_crawl_error_samples: Lists a site's sample URLs for crawl errors.

Description

Category is one of: authPermissions, manyToOneRedirect, notFollowed, notFound, other, roboted, serverError, soft404. Platform is one of: mobile, smartphoneOnly or web.

Usage

list_crawl_error_samples(siteURL, category = "notFound", platform = "web")

Arguments

siteURL
The URL of the website to delete. Must include protocol (http://).
category
Crawl error category. Default 'notFound'.
platform
User agent type. Default 'web'.

Value

  • A dataframe of $pageUrl, $last_crawled, $first_detected, $response

Details

See here for details: https://developers.google.com/webmaster-tools/v3/urlcrawlerrorssamples

See Also

Other working with search console errors: crawl_errors, error_sample_url, fix_sample_url