Googleサポートによると、同じ構成のサイトがありますが、スペイン語と英語のみです。
<?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://example.com/en/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="http://example.com/es/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://example.com/en/"
/>
<changefreq>daily</changefreq>
<lastmod>2015-07-19</lastmod>
<priority>1</priority>
</url>
<url>
<loc>http://example.com/es/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://example.com/en/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="http://example.com/es/"
/>
<changefreq>daily</changefreq>
<lastmod>2015-07-19</lastmod>
<priority>1</priority>
</url>
<url>
<loc>http://example.com/en/blog</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="http://example.com/es/blog"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://example.com/en/"
/>
<changefreq>daily</changefreq>
<lastmod>2015-07-19</lastmod>
<priority>0.8</priority>
</url>
<url>
<loc>http://example.com/es/blog</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://example.com/en/blog"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="http://example.com/es/blog"
/>
<changefreq>daily</changefreq>
<lastmod>2015-07-19</lastmod>
<priority>0.8</priority>
</url>
</urlset>
私の問題は、スペイン語でブラウザを使用してサイトを検索すると、サイトが表示されますが、サイトの説明が英語であるためです。私のサイトマップに何かが欠けていると思います。Google がスペイン語版を考慮しない理由を知っている人はいますか?