如何增加sitemapindex的数量

时间:2015-05-15 10:15:30

标签: xml seo sitemap googlebot

如果我可以拥有许多像这样的sitemapindex,那么我就设置了:

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://domain.com/sitemap/destinatieTag.xml</loc>
<lastmod>2015-02-01T05:00:34+02:00</lastmod>
</sitemap>
</sitemapindex>

我的意思是1个sitemapindex来引用athor sitemapindex,或者什么是站点地图的最大限制?

如果destinatieTag.xml是athor

的示例
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://domain.com/sitemap/myUrlXML.xml</loc>
<lastmod>2015-02-01T05:00:34+02:00</lastmod>
</sitemap>
</sitemapindex>

并且只有myUrlXML.xml包含url xml示例:

<urlset 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/sitemap.xsd">
<url>
<loc>https://domain.com/romania</loc>
</url>
</urlset>

我需要在我的网站上做一个站点地图并且有一个dinamical链接需要对一个对象列表进行部分置换,并且对于所有部分置换需要做athor部分置换用athor列表中的对象要清楚我可以有一个url像如果这两个列表只有2个对象:

/exame/0/0
/exame/0/0;1
/exame/0/1
/example/0;1/0
/example/0;1/0;1
/example/0;1/1
/example/1/0
/example/1/0;1
/example/1/1

并且这个力量有大数字的马赫。

1 个答案:

答案 0 :(得分:1)

对于Google,站点地图可以包含对其他站点地图的引用,但只包含一个级联级别。因此,sitemapindexdestinatieTag.xml可以,但destinatieTag.xmlmyUrlXML.xml不是。

sitemapindex中最多可有50 000个网址指向其他网站地图。这些站点地图可以包含50 000个网页网址。所有这些站点地图和网址都必须属于同一网站。