【问题标题】:Google search on multi-language site shows description only in one language多语言网站上的谷歌搜索仅显示一种语言的描述
【发布时间】:2015-10-14 06:28:35
【问题描述】:

根据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>

我的问题是当我使用西班牙语浏览器搜索我的网站时,因为我的网站出现了,但网站的描述是英文的。我认为我的站点地图缺少一些东西。有谁知道为什么 Google 不考虑西班牙语版本?

【问题讨论】:

    标签: seo meta-tags google-search xml-sitemap


    【解决方案1】:

    Google Search Console(以前的网站管理员工具)中有一个称为国际定位的功能,我们(Google)在其中报告与 Hreflang 相关的问题。

    此外,在Sitemaps feature 中,您可以查看我们为您的站点地图检测到的错误(如果有)。

    通常,当父页面和目标页面都被抓取和索引时,hreflang 注释会被拾取。在某些情况下,这可能需要一些时间,但您可以使用 Fetch as Google、Submit to Index 功能加快速度。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-08-09
      • 2019-02-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多