delete_sitemap: Delete a sitemap.

Description Usage Arguments Value See Also

View source: R/getData.R

Description

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

Usage

1
delete_sitemap(siteURL, feedpath)

Arguments

siteURL

The URL of the website you are deleting the sitemap from. Must include protocol (http://).

feedpath

The URL of the sitemap to delete. Must include protocol (http://).

Value

TRUE if successful, raises an error if not.

See Also

Other sitemap admin functions: add_sitemap, list_sitemaps


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