我有一个包含sitemap
和loc
元素的站点地图索引文件。
我可以hreflang
向这个文件添加属性,这合乎逻辑吗?因为 sitemapindex 仅包含指向其他站点地图的 URL。
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<sitemap>
<loc>domain/en/sitemap-general.xml</loc>
</sitemap>
<sitemap>
<loc>domain/en/sitemap-categories.xml</loc>
</sitemap>
<sitemap>
<loc>domain/en/sitemap-brands.xml</loc>
</sitemap>
<sitemap>
<loc>domain/en/sitemap-products-1.xml</loc>
</sitemap>
<sitemap>
<loc>domain/en/sitemap-products-2.xml</loc>
</sitemap>
<sitemap>
<loc>
domain/en/sitemap-products-images-1.xml
</loc>
</sitemap>
<sitemap>
<loc>
domain/en/sitemap-products-images-2.xml
</loc>
</sitemap>
</sitemapindex>