What To Do After Moving site to http to https in Google webmaster tools. Please help

12 replies
  • SEO
  • |
Hello, Today I Installed SSL certificate for my site, Its totally new for me and successfully installed. My site has been running for 3 years, as I have moved to https version what should I do in my webmaster tools where my site URL is still http. how can I change that one to https in webmaster. should I ad my site again and sitemap also ? please help me here. what are the process to let Google know the change. Thanks in a dvance.
#google #http #https #moving #site #tools #webmaster
  • Profile picture of the author arulkaruppannan
    Submit sitemap.xml file. Make sure that all URLs in sitemap redirecting to https version. Add https version sitemap.xml location in robots.txt. Then google automatically index your website .
    {{ DiscussionBoard.errors[10929691].message }}
  • Profile picture of the author Woomeister
    Make sure that on your dashboard you create and verify each and every version of your site so you can keep track of url errors, links etc. So rather than looking to change the http version you just add the https version.

    Go through the usual processes for the individual site verification, in this case then https:// version.

    Redirect all subdomains to the https:// version.

    There are people who see having a site wide https as unnecessary, and believe there is an issue with regards to link juice not being passed on properly. This is contrary to any of my experiences. I have several sites fully https: and rank very well.
    {{ DiscussionBoard.errors[10929710].message }}
    • Profile picture of the author arulkaruppannan
      Why we need to track http version? Actually our intension is to move everything https. If we replace everything to https, automatically everything will be solved right?
      {{ DiscussionBoard.errors[10929749].message }}
      • Profile picture of the author Mike Anthony
        You have incoming links and crawled pGes from http - those all could now show errors.

        Https makes it a completely different url
        Signature

        {{ DiscussionBoard.errors[10929760].message }}
  • Profile picture of the author Mike Anthony
    As others have indicated you do need to do some redirects. Changing to https has been kno wn to have some seriois issues if not done correctly
    Signature

    {{ DiscussionBoard.errors[10929724].message }}
  • Profile picture of the author PBScott
    Google has a short guide here:
    https://support.google.com/webmasters/answer/83106?hl=en
    Signature

    If you don't look at this => Really Funny Shirts <= you missed something in life

    {{ DiscussionBoard.errors[10929726].message }}
  • Profile picture of the author PBScott
    In addition to changing all website URLS from HTTP to HTTPS, You would want to 301 your website from the http to https. This is very important for transferring any existing link power you might have for the website.

    Here is a decent code sample for Apache I found.

    Make sure to keep a copy of the .htaccess if your new to this, if you make a mistake the website will be down until you put a working copy of .htaccess back up.

    Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site:

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    If you have an existing .htaccess file:

    Do not duplicate RewriteEngine On.
    Make sure the lines beginning RewriteCond and RewriteRule immediately follow the already-existing RewriteEngine On.
    There is a decent guide here for apache or other servers:
    https://th.godaddy.com/help/redirect...matically-8828
    Signature

    If you don't look at this => Really Funny Shirts <= you missed something in life

    {{ DiscussionBoard.errors[10930450].message }}
  • Profile picture of the author altonroot
    First, 301 redirect all http urls to https urls respectively.
    Second, verify https website separately in Google webmaster (now search console).
    Third submit new https sitemap.
    And sit back and relax. Check how urls de-indexed from old sitemap and indexed from new sitemap. Check traffic and search analytics data to track ranking and see if there is problem in any section of your website.
    {{ DiscussionBoard.errors[10932177].message }}
  • Profile picture of the author yourwarr
    So there would come a period when there would be crawled two http and https links and considered as duplicate? Or not?
    {{ DiscussionBoard.errors[10932258].message }}
  • Profile picture of the author PBScott
    If you 301, nothing will be considered duplicate.
    Signature

    If you don't look at this => Really Funny Shirts <= you missed something in life

    {{ DiscussionBoard.errors[10941734].message }}
  • Profile picture of the author katefeesh
    Yes the first thing you do is use a 301 redirect from the old http to new https domain.

    Next, add the https domain as a new property on Google Search Console (if you have both non-www. and www. domains, add both, and then set one of them as the preferred domain under Site Settings).

    Lastly, submit the sitemap to the (preferred) domain via Search Console. You can use Xenu Link Sleuth to generate a sitemap of your https domain for free, but the Yoast plugin does a pretty fine job too.
    {{ DiscussionBoard.errors[10943387].message }}
  • Profile picture of the author richardZ
    Originally Posted by tanvirbd View Post

    Hello, Today I Installed SSL certificate for my site, Its totally new for me and successfully installed. My site has been running for 3 years, as I have moved to https version what should I do in my webmaster tools where my site URL is still http. how can I change that one to https in webmaster. should I ad my site again and sitemap also ? please help me here. what are the process to let Google know the change. Thanks in a dvance.

    After redirecting http url of your website (which are remain to update as https) to https you must have to update those urls in your sitemap.xml and resubmit updated sitemap in webmaster tool to let google know.
    {{ DiscussionBoard.errors[10946195].message }}

Trending Topics