从Google网站站长工具下载提交的站点地图

时间:2016-05-03 03:22:27

标签: sitemap google-webmaster-tools

是否有来自Google网站站长工具的内置API,允许用户下载之前提交的站点地图?

1 个答案:

答案 0 :(得分:1)

您可以使用Sitemaps: list列出所有提交的站点地图。这将返回包含您可以下载的URL的站点地图列表。

GET https://www.googleapis.com/webmasters/v3/sites/siteUrl/sitemaps
                                                   └──┬──┘
           the domain URL e.g. https://example.com/ ──┘

您需要authorise first