Answer the question
In order to leave comments, you need to log in
Question about transferring a site from http to https, how to do it right from the point of view of SEO?
The situation is this:
There is a site, "Google Analytics" is connected to it. The search console did not enter a site of any version, neither http nor https. Just like in Yandex.Webmaster, the site has not been added either. But it has been brewing on the Internet for a long time and I would not want to lose positions. How to competently build a move to https and add all these features without leaving the positions?
Answer the question
In order to leave comments, you need to log in
1. Make a redirect in the .htaccess file:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question