ywGetSitemaps: Get site sitemaps from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetSitemaps downloads site sitemaps from Yandex Webmaster API v 3.0

Usage

1
ywGetSitemaps(user_id = NULL, host_id = NULL, parent_id = NULL, limit = NULL, from = NULL, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

Host id of your site. You can get by function ywGetSitesList.

parent_id

Parent sitemap id.

limit

Limit quantyty of results.

from

Offset of sitemap index to start with.

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: sitemap_id - id of sitemap in Yandex Webmaster, sitemap_url - url of sitemap, last_access_date - date of last access by yandex robot, errors_count - quantity of sitemap errors, urls_count - quantity of urls in sitemap, children_count - quantity of children sitemaps if it is sitemap index file, sources - sources where yandex found sitemaps, sitemap_type - type of sitemap file

Author(s)

Ivan Kutas

Examples

1
2
3
siteSitemaps <- ywGetSitemaps(host_id=hostId, 
                              user_id=userId, 
                              token=myToken)

kutasok/ryandexwebmasterv3 documentation built on May 20, 2019, 7:06 p.m.