Google网站站长工具:当我重新提交包含其他站点地图的索引文件时,会自动提交这些子站点

时间:2014-11-03 17:41:22

标签: xml seo sitemap google-webmaster-tools

我有一个文件sitemap.xml,它是指向其他几个站点地图的链接的主索引:sitemap1.xmlsitemap2.xmlsitemap3.xml,.... {{1} }

sitemap20.xml看起来像这样:

sitemap.xml

如果我在Google的网站管理员工具中重新提交父级 <?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"> <sitemap> <loc>http://example.com/sitemap/sitemap0.xml.gz</loc> <lastmod>2014-10-29</lastmod> </sitemap> <sitemap> <loc>http://example.com/sitemap/sitemap10.xml.gz</loc> <lastmod>2014-10-29</lastmod> </sitemap> ...more links to other sitemaps... ,是否会自动重新提交其列出的子网站地图文件(假设其上次更新的属性晚于Google已经拥有的属性)?

2 个答案:

答案 0 :(得分:0)

您将在站点地图中提交的任何内容都会被查看。将评估到其他站点地图的任何链接,但它们的评估将更像HTML内容,而不是像站点地图XML提交。如果您知道自己有多个站点地图,那么最好的办法就是全部提交。如果他们动态更改,请使用Google的API提交所有内容。此外,如果您有静态数量的站点地图,您可以通过网站管理员工具告诉Google有关它们的信息,只要内容保持常绿,Google就会每隔几天自动ping一次。

答案 1 :(得分:0)

不,他们不是。您应该在robots.txt文件中声明每个站点地图。像这样,所有搜索引擎都能够找到所有搜索引擎并自动重新抓取它们。