请教各位大侠们,为什么我google网站管理员后台出现如许多抓取错误

2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家



以前2.6.2的时候,开启了伪静态,没有这么多问题,自从升级到了2.7.x以后就出现了如此多的抓取错误,是不是因为开启了筛选的缘故啊,怎么解决呢!




顺便把我的伪静态规则贴出来,大家帮我分析一下,急死了
[ISAPI_Rewrite]

# 为了确保重写规则不影响服务器上的其他站点
# 请将下面的语句前的#号去掉,并将(?:www\.)?site1\.com改为商店所在域名

RewriteCond %{HTTP:Host} www.suzhou99.com

RewriteRule ^(.*)/index.html(\??)(.*)$ $1/index\.php\?$3[I]
RewriteRule ^(.*)/feed-c([0-9]+).xml(\??)(.*)$$1/feed\.php\?$4&cat=$2[I]
RewriteRule ^(.*)/feed-b([0-9]+).xml(\??)(.*)$$1/feed\.php\?$4&brand=$2[I]
RewriteRule ^(.*)/feed-type([^-]+)\.xml(\??)(.*)$$1/feed\.php\?$4&type=$2 [I]
RewriteRule ^(.*)/feed.xml(\??)(.*)$$1/feed\.php\?$3[I]

RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/category\.php\?$12&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9[I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)\.html(\??)(.*)$$1/category\.php\?$8&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6 [I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/category\.php\?$9&id=$2&brand=$3&page=$4&sort=$5&order=$6[I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$7&id=$2&brand=$3&page=$4 [I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$6&id=$2&brand=$3[I]
RewriteRule ^(.*)/category-([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$5&id=$2[I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)\.html(\??)(.*)$$1/category\.php\?$5&id=$2&brand=$3[I]

RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html(\??)(.*)$$1/goods\.php\?$5&id=$2[I]
RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$8&id=$2&page=$3&sort=$4&order=$5[I]
RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$6&id=$2&page=$3 [I]
RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$5&id=$2[I]
RewriteRule ^(.*)/article-([0-9]+)(.*)\.html(\??)(.*)$$1/article\.php\?$5&id=$2 [I]

RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html(\??)(.*)$$1/brand\.php\?$8&id=$2&cat=$3&page=$4&sort=$5&order=$6 [I]
RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$ $1/brand\.php\?$7&id=$2&cat=$3&page=$4[I]
RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)\.html(\??)(.*)$$1/brand\.php\?$5&id=$2&cat=$3[I]
RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html(\??)(.*)$ $1/brand\.php\?$6&id=$2&cat=$3[I]
RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html(\??)(.*)$$1/brand\.php\?$5&id=$2[I]
RewriteRule ^(.*)/tag-(.*)\.html(\??)(.*)$$1/search\.php\?$4&keywords=$2[I]

RewriteRule ^(.*)/snatch-([0-9]+)\.html(\??)(.*)$$1/snatch\.php\?$4&id=$2[I]
RewriteRule ^(.*)/group_buy-([0-9]+)\.html(\??)(.*)$$1/group_buy\.php\?$4&act=view&id=$2[I]
RewriteRule ^(.*)/auction-([0-9]+)\.html(\??)(.*)$ $1/auction\.php\?$4&act=view&id=$2 [I]
RewriteRule ^(.*)/exchange-id([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$5&id=$2&act=view[I]

RewriteRule ^(.*)/exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$10&cat_id=$2&integral_min=$3&integral_max=$4&page=$5&sort=$6&order=$7 [I]
RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$8&cat_id=$2&page=$3&sort=$4&order=$5 [I]
RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$6&cat_id=$2&page=$3[I]
RewriteRule ^(.*)/exchange-([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$5&cat_id=$2[I]

回答:
期待高手出现...

129、循序而渐进,熟读而精思。(宋朱熹读书之要)130、问渠哪得清如许,为有源头活水来。(宋朱熹观书有感)131、不畏浮云遮望眼,只缘身在最高层。(宋王安石登飞来峰)132、看似寻常最奇崛,成如容易却艰辛。(宋王安石)133、荷尽已无擎雨盖,菊残犹有傲霜枝。(宋苏轼冬景)

不错,顶一下,

顶一下,期待有人能帮我发现问题,

关闭复杂重写,用简单重写

这几天 没见 晓天了 ,应该很忙 。

hehe.. 确实是编码问题

我设置的就是简单重写哦,哪儿来这么多找不到地址啊,为了试着能把这个问题解决,我昨天刚刚开了复杂重写,不知道会不会解决这个问题呢