list_sitemaps: Gets sitemap information for the URL supplied.

View source: R/getData.R

list_sitemapsR Documentation

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()


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