inspection | R Documentation |
Perform an inspection of URL index coverage
inspection(inspectionUrl, siteUrl, languageCode = NULL)
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) |
An R list containing the crawl information
https://developers.google.com/webmaster-tools/v1/urlInspection.index/inspect
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.