代码之家  ›  专栏  ›  技术社区  ›  M_Idrees

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

  •  3
  • M_Idrees  · 技术社区  · 6 年前

    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.
    

    我查过这个问题( Use 301 Redirect In Google Blogger/Blogspot )似乎与此类似,但解决方案相当耗时,因为它需要针对每个帖子进行修复。

    1 回复  |  直到 6 年前
        1
  •  2
  •   Prayag Verma    6 年前

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

    enter image description here

    <head> 模板代码的一部分。

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

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

    推荐文章