多语言sitemap.xml文件

nir*_*led 5 xml sitemap xhtml multilingual sitemap.xml

我有一个网站,有超过1种语言,我会优化我的sitemap.xml,因此它将包括所有可用的语言 - 我在Google网站站长工具上找到了这个指南,使用XHTML提供所有可用的网址(每种语言一个)和这打破了XML文件,我已经将属性更改为如上所述,但它仍然被破坏 - 不是Chrome,Firefox或IE能够正确读取文件.

这是正常的吗?

以下是Google网站站长工具提供的sitemap.xml示例:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>http://www.example.com/english/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="http://www.example.com/deutsch/"/>
    <xhtml:link rel="alternate" hreflang="de-ch" href="http://www.example.com/schweiz-deutsch/"/>
    <xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/english/"/>
  </url>
  <url>
    <loc>http://www.example.com/deutsch/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/english/"/>
    <xhtml:link rel="alternate" hreflang="de-ch" href="http://www.example.com/schweiz-deutsch/"/>
    <xhtml:link rel="alternate" hreflang="de" href="http://www.example.com/deutsch/"/>
  </url>
  <url>
    <loc>http://www.example.com/schweiz-deutsch/</loc>
     <xhtml:link rel="alternate" hreflang="de" href="http://www.example.com/deutsch/"/>
     <xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/english/"/>
     <xhtml:link rel="alternate" hreflang="de-ch" href="http://www.example.com/schweiz-deutsch/"/>
  </url>
</urlset>
Run Code Online (Sandbox Code Playgroud)

Jér*_*nge 0

只要 Google Search Consolesitemap.xml在找到它(或在您提交它时)时不抱怨您的内容,这里就不存在真正的 SEO 问题。