inspection: Perform an inspection of URL index coverage

View source: R/inspection.R

inspectionR Documentation

Perform an inspection of URL index coverage

Description

Perform an inspection of URL index coverage

Usage

inspection(inspectionUrl, siteUrl, languageCode = NULL)

Arguments

inspectionUrl

URL to inspect

siteUrl

The URL of the property as defind in Search Console

languageCode

Optional. An IETF BCP-47 language code representing the requested language for translated issue messages e.g. "en-US" (the default)

Value

An R list containing the crawl information

See Also

https://developers.google.com/webmaster-tools/v1/urlInspection.index/inspect

Examples


## Not run: 

# siteUrl parameter has to be one of these
list_websites()

# get a URL from your website
inspection("https://code.markedmondson.me/searchConsoleR/",
           "sc-domain:code.markedmondson.me")

## End(Not run)

MarkEdmondson1234/searchConsoleR documentation built on May 15, 2023, 9:33 p.m.