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

Description Usage Arguments Details Value See Also

View source: R/getData.R

Description

Category is one of: authPermissions, manyToOneRedirect, notFollowed, notFound, other, roboted, serverError, soft404.

Platform is one of: mobile, smartphoneOnly or web.

Usage

1
2
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'.

Details

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

Value

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

See Also

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


searchConsoleR documentation built on Sept. 6, 2019, 5:02 p.m.