与Google Support相符我有一个具有相同配置的网站,但仅限于西班牙语和英语:
<?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>
我的问题是当我使用西班牙语浏览器搜索我的网站时,因为我的网站出现了,但网站的描述是英文的。我认为我的站点地图遗漏了一些东西。任何人都知道为什么谷歌不考虑西班牙语版本?
答案 0 :(得分:0)
在Google Search Console(以前的网站站长工具)中,有一项名为国际定位的功能,我们(Google)会报告与Hreflang相关的问题。
此外,在Sitemaps feature中,您可以查看我们为您的站点地图检测到的错误(如果有)。
通常,当父网页和目标网页都被抓取并编入索引时,会拾取hreflang注释。在某些情况下,这可能需要一些时间,但您可以使用Google提取,提交到索引功能来提高速度。