Magento 设置的 302 重定向,9300 抓取错误

发布于 2024-12-17 04:48:57 字数 376 浏览 0 评论 0原文

我有一个 SEOMOZ Pro 帐户,抓取后我们有 9300 个警告,其中 90% 是因为 302 重定向错误。 它看起来像是具有比较功能的东西。

网址: http://goo.gl/Dg1jY

0 个错误

未发现错误! 1 警告

302(临时重定向) 1天前发现 重定向至 http://goo.gl/OcAqw 描述 使用 302 重定向将导致搜索引擎爬虫将重定向视为临时的,并且不会传递任何链接权重(排名能力)。我们强烈建议您将 302 重定向替换为 301 重定向。

I have a SEOMOZ Pro account, and after crawling we have 9300 Warnings, and 90% of them are because of 302 redirect errors.
It looks like its something with the compare feature.

URL:
http://goo.gl/Dg1jY

0 Errors

No errors found!
1 Warning

302 (Temporary Redirect)
Found 1 day ago
Redirects to
http://goo.gl/OcAqw
Description
Using a 302 redirect will cause search engine crawlers to treat the redirect as temporary and not pass any link juice (ranking power). We highly recommend that you replace 302 redirects with 301 redirects.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

硬不硬你别怂 2024-12-24 04:48:57

我有同样的问题。您可以在系统 -> 中更改是否要将无 cookie 的用户重定向到“启用 cookie”页面。配置->网页->浏览器能力检测->如果禁用Cookie,则重定向到CMS页面

我禁用了它,然后更改了源代码(版本1.7.0.2)如下:

app/code/core/Mage/Core/Controller/Response/Http.php
93c93
<     public function setRedirect($url, $code = 302)
---
>     public function setRedirect($url, $code = 301)

I had the same issue. You can change whether or not you want to redirect cookie-less users to "enable cookies" page, in System -> Configuration -> Web -> Browser capabilities detection -> Redirect to CMS-page if Cookies are Disabled

I disabled it, and then changed the source code (version 1.7.0.2) as follows:

app/code/core/Mage/Core/Controller/Response/Http.php
93c93
<     public function setRedirect($url, $code = 302)
---
>     public function setRedirect($url, $code = 301)
維他命╮ 2024-12-24 04:48:57

Yoast Canonical 扩展应该可以解决这个问题。它为指向实际产品页面的比较 URL 设置规范 URL。

The Yoast Canonical extension should fix that for you. It sets a canonical URL for the compare URLs that point to the actual Product page.

空气里的味道 2024-12-24 04:48:57

如果您只有 1 个商店视图,请考虑禁用“在前端使用 SID” - 这应该对您的一些自然链接有很大帮助。

从版本 1.4 开始,规范 URL 已成为核心 - 因此请勿安装第 3 方扩展。

另外,请考虑在非结帐/帐户页面上禁用 HTTPS - 您会不必要地减慢网站速度。

附带说明一下,您缺少一个网站图标并显示完整的服务器令牌;)

If you've only got 1 store view, then consider disabling "Use SID on front end" - this should help some of your natural links considerable.

Canonical URLs are in the core from version 1.4 onwards - so don't install a 3rd party extension.

Also, consider disabling HTTPS on non-checkout/account pages - you are slowing down your site unnecessarily.

As a side note, you're missing a favicon and showing full server tokens ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文