Impact of SSL - switching from http: to https: on organic rankings?
-
Hello,
just paranoid, but thought i'd ask. We are installing an SSL certificate on a site ranking very well organically in all the engines. This will change our site from http:// to https://. Is there an risk to our rankings in doing so?
What might I need to consider? Changing my htaccess redirects to https: instead of http;? Any ripple effects from switching to a secure site?
Thanks,
Greg -
What's your plan for the new pages? Are you going to support both http and https browsing of your site for all pages? If so Streamline Metrics answer is spot on.
Or are you switching all your pages from http to https? Do realize that having all secure pages means the browsers won't be able to cache anything from page to page, and makes page sizes slightly larger, so your page load times will suffer for every page view. This is a major reason why most sites are non-secure for as many pages as possible, and are only secure for pages that need it. I'd strongly consider doing this, or supporting both http and https (with canonical tags) if possible.
-
Yes, you should configure your site so that the HTTPS version does not get crawled by the search engines. One way is to do it via .htaccess but another way is to automatically insert a canonical tag to all of the HTTPS versions so the search engines know not to crawl and index the secure versions. Here's a snippet of code that I've used before -
$currenturl= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
//Check if it is using the secure https port which is 443
if ($_SERVER["SERVER_PORT"] == “443″) {//connected to secure port, formulate the http canonical version
$canonicalversion=”http://”.$currenturl;//echo the canonical version to the HTML as link rel canonical tag
echo ‘’;
}
?>
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Rankings Continue To Drop
Hi there I'm at wits end trying to stop the slow bleed in our rankings to our store URL's that started mid March 2017 and continues through to today. I'd appreciate some pointers and hope this will throw up a challenge to someone out there. Here is the background: 1. We run an e-commerce store on Shopify with a blog. The recent ranking decline has been almost entirely on the store URL's (catalogue and product pages) while at the same time we have seen steady growth in search volumes in the blog - this makes me think we are seeing a Penguin4 penalty of some type, because the impact is confined to the store URLs. 2. We received a linked based manual penalty back in 2014 and this was successfully removed within 3 months. We have quite a large disavow file as a result. 3. Shortly after launch of Penguin 4.0 in Sept/Oct 2016 we saw a really nice boost in traffic and ascribed this to being under a previous Penguin algo penalty, now removed. 4. Come March 2017 we see a small but steady weekly drop in rankings for our store URL's only, this steady drop continues through to today and over time has become significant. Approximately a 50% decline in visitor numbers to store URL's only as of today, since March. All of this despite: a. Initially I thought this was a Panda issue (because it seemed to coincide with Panda releases in March and May) so the entire website has been rewritten (during June and July) with thin content removed across the store and the blog. Remaining content has been given a serious content boost, being very careful to watch for over-optimisation, and for keyword cannibalisation. I think I've got this right. There are also no crawl issues being highlighted by Moz Pro or SEMRush site audits. b. Recently discovered, only last week in fact. A very low domain website, trust score (0 and 0) had been copying our blog articles steadily on a weekly basis, starting Oct 2016 (yes same time as Penguin4) and only caught last week (my fault for missing this). These articles were copied verbatim with all links and so generated nearly 400 spammy backlinks to our store URLs (about 30% of all the links we have). I've had all these articles removed from the spammy site via DMCA so none of those links exist anymore (as of 8/14/17). I've also disavowed this domain with Google. Could these spam links be the issue, and Google is still needing to crawl this site to see the links are no longer there? I'm not sure because my understanding is that Penguin4 would have devalued these links to start? c. A general review of links and anchor text. I've used Moz Pro and SEMRush backlink audit (linked to Google Search Console) and have removed all toxic links by contacting web masters and using Google disavow. This included removing any links that I think are causing over optimised anchor text. After disavow, according to SEMRush, we have no toxic backlinks left and only 50 out of 1200 links with "Money" anchor text. This exercise was completed two days ago when the last disavow file was uploaded. However I don't believe there was an issue here before as toxic links were < 1% of all links and exact match "money" anchor text in the region of 5%. d. One potential problem with our backlinks is that we have quite a few high domain/high trust links to our scholarship page with anchor text "official website". The net result is that our "Other" anchor text category is just over 50% of total links - these are mainly educational institutions with .edu domains. e. A review of internal linking. We had some what I would refer to as SEO links, linking all product and collection pages across the store, through a tagging type system. This was removed two days ago as it was probably unnecessary for user experience. Other than this I have two concerns remaining with our internal linking structure. The first is that we have quite a big static navigation on the left margin of our store collection pages. This is not faceted navigation, but static. The second is that we've internally linked from almost every blog to our "key" money page in the store, however with varied and non-money anchor text. f. There is nothing in Google Search Console indicating a problem, no manual actions, no significant HTML improvements, and Google has indexed over 90% of URL's compared to the sitemap. All broken links have been fixed - there were a lot before but all fixed as of three weeks ago. g. Checking site speed in GA. Speed has remained constant over the period and we have put in some fixes to improve it. Site speed has not got worse and scores average in Googles speed checker. That's about it. It's possible that with the recent changes made with respect to b, c, e and f above I just need to wait a couple more weeks for Google to catch up, and would appreciate thoughts on this. However I'd also like some thoughts on the static navigation on our collection pages, plus importantly on linking from blog articles to mostly a single money page in the store - of all that remains I think this is potentially a problem. Our website is located at www.thekewlshop.com Many thanks for your help. Charles
Intermediate & Advanced SEO | | charlesfitz0 -
Is it possible to direct HTTP www 301 to HTTPS non www?
I have a question that has been stumping me and if someone could help I would gladly buy your coffee for a month. I have a website that used to be www and http a year or two ago. Now it is https and non www. A lot of my older links point to the www and http version of my site. This results in two 301 redirects. I.e. A link on another site to my site points to http://www.mysite.com The network waterfall shows: http://www.mysite.com 301 -> http://mysite.com http://mysite.com 301 -> https://mysite.com https://mysite.com (finally) **2 part question. ** **--Do you think that this two 301 redirect hop would affect SEO performance? I can see it did affect page authority through Moz. ** --Is there away around this? I.e. to redirect http:// AND http://www directly to https:// with no hops in between. Thank you!
Intermediate & Advanced SEO | | Stodzy0 -
Silly Question still - Because I am paying high to google adwords is it possible google can't rank me high in organic?
Hello All, My ecommerce site gone in penalty more than 3 years before and within 3 months I got message from google penalty removed. Since then till date my organic ranking is very worst. In this 3 years I improved my site onpage very great. If I compare my site with all other competitors who are ranking in top 10 then my onpage that includes all schema, reviews, sitemap, header tags, meta's etc, social media, site structure, most imp speed, google page speed insight score, pingdom, w3c errors, alexa rank, global rank, UI, offers, design, content, code to text raito, engagement rate, page views, time on site etc all my sites always good compare to competitors. They also have few backlinks I do have few backlinks only. I am doing very high google adwords and my conversion rate is very very good. But do you think because I am paying since last 3 year high to google because of that google have some setting or strategy that those who perform well in adwords so not to bring up in organic? Is it possible I can talk with google on this? If yes then what will be the medium of conversation? Pls give some valuable inputs I am performing very much in paid so user end site is very very well. Thanks!
Intermediate & Advanced SEO | | pragnesh96390 -
Site experiencing drop in Google rankings and organic traffic after redesign.
Hello, The company that I work for recently implemented a complete redesign for our company website. The former site was old, cumbersome and in desperate need of an update. We streamlined the site structure and made sure to redirect as many pages as we could find to new thematically related pages with 301 redirects. After the launch of our new site we saw a large upswing in "soft" 404 errors despite the fact that most of these pages do redirect upon inspection. So in relation to the soft 404s, for example, is it merely a matter of labeling them as fixed if they redirect properly, or could their be an underling issue with the site itself? Also, a majority or the urls labeled "not found" in webmaster tools are properly redirected. Do these merely need to be marked as fixed, or is there something else that needs to be fixed like the sitemap structure? I appreciate any and all input. Beyond Indigo
Intermediate & Advanced SEO | | BeyondIndigo1 -
Will I lose Ranking if I switch from Volusion to Big Commerce?
I've had a website with Volusion for years and rank in the top position for most relative keywords. I'm planning to move to Big Commerce because of the limitations with Volusion but I'm worried that my rankings will suffer when I move... is this a valid concern and is there anything I should do to make the transition seamless?
Intermediate & Advanced SEO | | CatrinaSpindler0 -
3 Pages Ranking Beside Each Other | How do I consolidate so one ranks better?
An ecommerce website I own called backyardGamez.com sells outdoor games, for example cornhole boards, bags, etc. One such product is a cornhole board carrying case. If you search the above phrase, my site has three pages that rank on the first page. The term isn't high volume, so I'm assuming that is part of the reason. Is this a good, normal thing or does this mean I have inadvertently broken up my ranking power from one powerful page to 3 OK pages? Does anyone know how I can take two of these pages and use them to make the 3rd page more powerful? For example, I would prefer 1 page ranks higher on page 1 in the serps and the other two fall a bit from supporting the other. Thanks, Adam
Intermediate & Advanced SEO | | Soft-Lite0 -
Dramatic Ranking Changes
Hi, My website is ranked on the 2nd page of Google for the /ncr. Last week suddenly it climbed up to the first page and I let my boss know about it with a quite enthusiasm and happiness 🙂 Then my boss didn't look at it on that day and next day our site was on the second page again and still is. Now I kind of lost reputation in the office, and people start questioning my comments. It wasn't a delusion but I would like to know what it was. No one does any SEO for this 10 years old site, and I've just started an SEO campaign about 1,5 months ago. And I really thought this is it, we are on the first page. But now we are back in to the 2nd page. Is waiting for couple days or weeks to Google to settle right approach for such cases? Or it was just a random bounce or coincidence? Never seen such thing, so I'm quite curious about your opinions or experience if you have.
Intermediate & Advanced SEO | | nunobaronio0 -
Okay. So I had the top spot for organic rank ( # 1 position ) above the places section. Now it has been eliminated and I am in the top spot for just the places section. What gives?
So i dont just want to be number in the places section.
Intermediate & Advanced SEO | | NWExterminating0