【问题标题】:Multilanguage sitemap effect [closed]多语言站点地图效果[关闭]
【发布时间】:2013-07-18 14:54:40
【问题描述】:

之前我们的网站只有一种语言,我们的主要语言:匈牙利语。

几周前,我们上传了新网站,也有英文(语言在子目录中)。

我们制作了新的站点地图:

<?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://dinox-h.hu</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/"
                 />
  </url>


  <url>
    <loc>http://dinox-h.hu/cegbemutato.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/about-us.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/cegbemutato.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/about-us.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/cegbemutato.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/about-us.php"
                 />
  </url>


   <url>
    <loc>http://dinox-h.hu/termekeink.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/products.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/termekeink.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/products.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/termekeink.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/products.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/standard_puffer_tartaly.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-buffer-tanks.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_puffer_tartaly.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/standard-buffer-tanks.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_puffer_tartaly.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-buffer-tanks.php"
                 />
  </url>


    <url>
    <loc>http://dinox-h.hu/standard_belso_hocserlos.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-internal-heat-exchanger.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_belso_hocserlos.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/standard-internal-heat-exchanger.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_belso_hocserlos.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-internal-heat-exchanger.php"
                 />
  </url>


   <url>
    <loc>http://dinox-h.hu/puffer_tartalyok.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/buffer-tanks.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/puffer_tartalyok.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/buffer-tanks.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/puffer_tartalyok.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/buffer-tanks.php"
                 />
  </url>


  <url>
    <loc>http://dinox-h.hu/belso_hocserelos_tartalyok.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/internal-heat-exchanger-tanks.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/belso_hocserelos_tartalyok.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/internal-heat-exchanger-tanks.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/belso_hocserelos_tartalyok.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/internal-heat-exchanger-tanks.php"
                 />
  </url>

   <url>
    <loc>http://dinox-h.hu/egyeb_tartalyok.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/other_tanks.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyeb_tartalyok.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/other_tanks.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyeb_tartalyok.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/other_tanks.php"
                 />
  </url>

   <url>
    <loc>http://dinox-h.hu/egyedi_termekek.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/custom-products.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyedi_termekek.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/custom-products.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyedi_termekek.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/custom-products.php"
                 />
  </url>

   <url>
    <loc>http://dinox-h.hu/galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/gallery.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/standard_puffer_tartaly_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-buffer-tanks-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_puffer_tartaly_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/standard-buffer-tanks-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_puffer_tartaly_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-buffer-tanks-gallery.php"
                 />
  </url>

   <url>
    <loc>http://dinox-h.hu/standard_belso_hocserlos_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-internal-heat-exchanger-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_belso_hocserlos_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/standard-internal-heat-exchanger-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/standard_belso_hocserlos_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/standard-internal-heat-exchanger-gallery.php"
                 />
  </url>

     <url>
    <loc>http://dinox-h.hu/puffer_tartalyok_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/buffer-tanks-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/puffer_tartalyok_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/buffer-tanks-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/puffer_tartalyok_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/buffer-tanks-gallery.php"
                 />
  </url>

    <url>
    <loc>http://dinox-h.hu/belso_hocserelos_tartalyok_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/internal-heat-exchanger-tanks-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/belso_hocserelos_tartalyok_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/internal-heat-exchanger-tanks-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/belso_hocserelos_tartalyok_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/internal-heat-exchanger-tanks-gallery.php"
                 />
  </url>

      <url>
    <loc>http://dinox-h.hu/egyeb_tartalyok_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/other-tanks-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyeb_tartalyok_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/other-tanks-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyeb_tartalyok_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/other-tanks-gallery.php"
                 />
  </url>

      <url>
    <loc>http://dinox-h.hu/egyedi_termekek_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/custom-products-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyedi_termekek_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/custom-products-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/egyedi_termekek_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/custom-products-gallery.php"
                 />
  </url>

   <url>
    <loc>http://dinox-h.hu/rolunk_galeria.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/aboutus-gallery.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/rolunk_galeria.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/aboutus-gallery.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/rolunk_galeria.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/aboutus-gallery.php"
                 />
  </url>

    <url>
    <loc>http://dinox-h.hu/elerhetosegek.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/contacts.php"
                 />

    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/elerhetosegek.php"
                 />
  </url>

  <url>
    <loc>http://dinox-h.hu/en/contacts.php</loc>
    <xhtml:link 
                 rel="alternate"
                 hreflang="hu"
                 href="http://dinox-h.hu/elerhetosegek.php"
                 />

     <xhtml:link 
                 rel="alternate"
                 hreflang="en"
                 href="http://dinox-h.hu/en/contacts.php"
                 />
  </url>

</urlset>

(http://pastebin.com/djKhi2xR).

在我们进行此更改之前,我们在 Google 的第一页上显示了许多关键字。现在我们无处可去。

我应该检查我们的站点地图,否则可能是什么问题?

【问题讨论】:

  • 这个问题似乎跑题了,因为似乎没有编程问题。

标签: seo sitemap


【解决方案1】:

您的 cookie 和重定向有问题。当我第一次访问站点地图中的 URL 时,302 重定向到带有双斜杠的版本。稍后当我有一个 cookie 并再次获取它们时,它们不会重定向。

例如http://dinox-h.hu/en/gallery.php 重定向到http://dinox-h.hu//en/gallery.php

这可能会导致您的网站未被编入索引,因为:

  • 当用户(或 googlebot)没有 cookie 时,您将重定向到站点地图中的 URL
  • 重定向是 302,没有通过 pagerank。

$ curl -s -D - http://dinox-h.hu/galeria.php | head -n 30
HTTP/1.1 302 Found
Date: Thu, 18 Jul 2013 17:02:39 GMT
Server: Apache
Set-Cookie: PHPSESSID=j22vjbjvj8n63ma1foalm5ujp0; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://dinox-h.hu//en/gallery.php
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=UTF-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
....

【讨论】:

  • 如果用户浏览器的语言与匈牙利语不同,我会自动重定向。也许这是错误的。你能帮我调试一下吗?我在哪里可以检查这个重定向?
  • 如果您自动重定向,Googlebot 将无法抓取您的网站,您将失去排名。 (Googlebot 不发送语言信息)。最好在网站上张贴“我看到你说英语,点击这里查看英文版”的通知。
  • 我修复了 de 重定向错误。但是我禁用了这个功能。也许这就是谷歌不索引匈牙利内容的原因?
  • 所以我禁用了自动重定向作为您的建议。还有其他认为我应该做的吗?我的站点地图好吗?如果我认为谷歌必须根据使用的谷歌搜索域来管理搜索结果中将显示哪些内容(英语或匈牙利语),我可能错了吗? (google.hu 还是 google.com?!)
猜你喜欢
  • 2013-12-18
  • 1970-01-01
  • 1970-01-01
  • 2020-10-15
  • 2023-02-12
  • 2013-12-29
  • 2018-03-14
  • 2016-06-04
  • 1970-01-01
相关资源
最近更新 更多