加上<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>试试。

解决方案 »

  1.   

    把首页改成这样
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      

  2.   

    <html>
    <head>
    <title> 成名网--最值得信赖的数码购物网站 </title>
    <meta name="description" content="成名数码专卖店是一家大型的数码产品网上购物商城,主要销售数码相机,数码摄像机,掌上电脑, MP3播放器,数码录音笔,随身视听,电子词典,数码学习机,名牌耳机,移动存储,摄像头,数码配件.所有商品均为自营商品,是目前国内最可信赖的网上商城">
    <meta name="keywords" content="数码相机,数码摄像机,掌上电脑">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link href="css/css.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style1 {color: #999999}
    -->
    </style>
    </head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="40" background="images/topimage.gif"><div align="center"><img src="images/topimage-up.gif" width="773" height="40"></div></td>
      </tr>
    </table>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>成名购物网</title>
    <link href="/css/css.css" rel="stylesheet" type="text/css">
    =========================================================================
    你的网页内有两段<html>,构成嵌套,是不是这样引起的呀?我没试验,猜测而已....
    UP.
      

  3.   

    <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 放到 <header> 后的第一个。其他的排后面。
      

  4.   

    楼主不要心急,就算你改了页面,但要在google里更正过来还需要等到googlebot下一次到访才行呀
      

  5.   

    而且<html>
    <head> 嵌套使用,虽然IE浏览正常,但Google bot并不这样 ,这个明显的语法错误看不到?保证你一改,等下次刷新后就不会乱码了
    Google排名其实很简单,百度更简单(不过百度比较无耻,有时人工操作搜索结果) 
      

  6.   

    猛药:
    <meta http-equiv="Content-Type" content="text/html; charset=gbk">
      

  7.   

    cloudchen是正确的!你的页面文字是UNICODE编码,怎么用GB2312来声明CHARSET呢?
      

  8.   

    呵呵我刚才也发现了这个问题研究了一个多小时,终于搞定了
    将web.config中的    
    <globalization 
                requestEncoding="utf-8" 
                responseEncoding="utf-8" 
       />
    更改为
        <globalization 
                requestEncoding="gb2312" 
                responseEncoding="gb2312" 
       />结果可以根据http://www.webconfs.com/search-engine-spider-simulator.php来判断..更改之前所有关键字和内容全是乱码,更改后不存在乱码。最后结果就只有等google更新了呵呵