Blogger / Blogspot-如何将Http修复为Https重定向SEO违规

时间:2019-01-16 09:21:14

标签: blogger blogspot

在我博客的SEO分析报告中,我发现此违规消息的次数超过了数千次。

The link to "http://myblog.blogspot.com/search/label/ASP.Net" has resulted in HTTP redirection to "https://myblog.blogspot.com/search/label/ASP.Net".
Search engines can only pass page rankings and other relevant data through a single redirection hop. Using unnecessary redirects can have a negative impact on page ranking.

我在网上搜索过,我想设置自定义robot.txt文件以禁止抓取http页面,或者可能是我必须设置301永久重定向。无论哪种方式,任何人都可以在Blogger / blogspot中建议如何做。

我检查了这个问题(Use 301 Redirect In Google Blogger/Blogspot)与此类似,但是该解决方案非常耗时,因为每个帖子都需要解决。

1 个答案:

答案 0 :(得分:2)

Blogger设置中有一个选项(“设置”下的“基本HTTPS HTTPS重定向”),您可以在整个站点范围内设置301重定向。

enter image description here

如果您想防止从HTTP到HTTPS的往返而不更新用户的帖子内容(不适用于抓取工具),则需要在以下网址的<head>部分中添加以下元标记模板代码。

<meta content='upgrade-insecure-requests' http-equiv='Content-Security-Policy' />

对于自定义域,您还可以设置CloudFlare并使用其始终使用HTTPS 自动HTTPS重写功能来设置301重定向。