0

我有一个包含sitemaploc元素的站点地图索引文件。

我可以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>
4

0 回答 0