searchConsoleR (version 0.3.0)

list_sitemaps: Gets sitemap information for the URL supplied.

Description

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

Usage

list_sitemaps(siteURL)

Arguments

siteURL

The URL of the website to get sitemap information from. Must include protocol (http://).

Value

A list of two dataframes: $sitemap with general info and $contents with sitemap info.

See Also

Other data fetching functions: delete_website

Other sitemap admin functions: add_sitemap, delete_sitemap