我可以在站点地图索引文件中使用hreflang标签吗?

时间:2019-05-10 07:09:30

标签: sitemap hreflang xml-sitemap

我有一个包含sitemaploc元素的sitemapindex文件。

我可以在该文件中添加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>

0 个答案:

没有答案