google 搜索中的 Wordpress 帖子显示了混合的 http 和 https

Wordpress posts in google search showing mixed http and https

最近我已将我的域移至 https,但在 google 搜索帖子中显示同时影响 SEO 的 http 和 https,当我搜索 site:newkannada.com 时显示我的其他域内容..

我的 htaccess 内容

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Options -MultiViews
RedirectMatch 301 ^/[0-9]{4}/[0-9]{2}/([a-z0-9\-/]+) https://newkannada.com/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/.]+)/?$ .html [L,R=301]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

有什么帮助吗?

提前致谢 website in google search

  1. google 需要时间来了解您的网站已迁移到 https,所以最后您只需要稍等一下

  2. 你必须强制https,为什么http://www.newkannada.com/ is not redirecting to https://www.newkannada.com/?有一些wordpress插件可以使用

  3. 重定向成功后,您可以在 google 搜索控制台上注册您的站点(http 和 https 版本)并发送 google.

    的 https 站点地图

好东西4你在这里:https://www.keycdn.com/blog/http-to-https/