gpt4 book ai didi

jquery - 网站站长工具中的文件夹出现 404 错误

转载 作者:行者123 更新时间:2023-12-01 00:12:03 24 4
gpt4 key购买 nike

在 Google 网站站长工具中,在抓取错误下,我的第一个 404 错误称为

www.domain.com/a 

我的网站上没有这样的东西,也没有指向它的链接。出了什么问题,这是什么意思?在站点日志中,没有关于指向/a的404错误的错误。 W3C 检查器显示没有错误。我能做什么?

最佳答案

不是你,一定是 Googlebot。 (这些都与 php 无关;也许有人可以删除 php 标签。)

我的 Google 网站管理员工具中有 8 个网站,而两个完全不相关的网站也显示同样的内容。显示此问题的两个网站均不使用 PHP。

我唯一能想到的是 Google 机器人错误地解析了 HTML,并以某种方式将结束“a”标签附加到根 URL 上。听起来很愚蠢,但这是唯一可以解释此问题的多个不相关实例的方法。

有人在 Google 论坛中就此问题发起过讨论吗?

我不确定这会对根本问题产生什么影响,但我将其放入我的 htaccess 文件中,希望能够清除错误的 404 错误。 (编辑:这是 Google 推荐的解决方案。)

Redirect 301   /a   http://www.mysite.com
<小时/>

编辑:

向 Google 帮助论坛报告:

http://www.google.com/support/forum

<小时/>

编辑2:

这两个网站都经过 W3C 验证,并且都不使用 PHP。

<小时/>

编辑3:

“/a”来自 jQuery v1.5.2 内部。这是根本原因。

在 jQuery 本身中是这一行...

<a href='/a' style='color:red;float:left;opacity:.55;'>a</a>
<小时/>

编辑4:

使用 robots.txt 文件阻止它。 (根据 Google 的说法,这只会将网站站长工具抓取错误从“404”更改为“被 robots.txt 阻止”)

Disallow:  /a/
Disallow: /a
<小时/>

编辑 5:

以下是 Google 员工 JohnMu 在 the thread I started at Google Groups 中对此问题的回复。看来我还是要坚持使用 301。

JohnMu

Google Employee

4:39 AM

Hi guys

Just a short note on this -- yes, weare picking up the "/a" link for manysites from jQuery JavaScript. However,that generally isn't a problem, if wesee "/a" as being a 404, then that'sfine for us. As with other 404-URLs,we'll list it as a crawl error inWebmaster Tools, but again, that's notgoing to be a problem for crawling,indexing, or ranking. If you want tomake sure that it doesn't trigger acrawl error in Webmaster Tools, then Iwould recommend just 301 redirectingthat URL to your homepage (disallowingthe URL will also bring it up as acrawl error - it will be listed as aURL disallowed by robots.txt).

I would also recommend not explicitlydisallowing crawling of the jQueryfile. While we generally wouldn'tindex it on its own, we may need toaccess it to generate good InstantPreviews for your site.

So to sum it up: If you're seeing "/a"in the crawl errors in WebmasterTools, you can just leave it likethat, it won't cause any problems. Ifyou want to have it removed there, youcan do a 301 redirect to yourhomepage.

Cheers

John

关于jquery - 网站站长工具中的文件夹出现 404 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5416081/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com