SSL Certificate Install Conerns
-
Hi guys
I've recently had an EV security certificate installed on the site and have seen a drop in search visibility ever since. It was installed on Nov 27th.
Though I was expecting some tracking hiccups as a result of the install and that this is a particularly competitive time of year (I know that others are bidding more aggressively on our brand terms which constitute the vast majority of our traffic) I have been quite concerned by the following:
- Under Acquisition > SEO > Landing Pages this has dropped to 0.
- In GWT, the certificate has been identified as self-signed which we know not to be the case. We've checked with the SSL provider that the certificate has been properly installed and obviously with our developers.
We're just at a bit of a loss as to whether there is actually an issue and it's not just due to tracking issues and external factors.
Does anyone have any advice as to confirm the existence of a problem with the install?
Or how to rectify the GWT error as obviously if Google thinks it's self-signed we're not going to get the ranking benefits we were expecting?
Thanks in advance for your time.
Kind regards
-
How is the rest of your visitors seeking out natural, is it declining for different pages or sub folders as nicely? I've in no way visible Google Analytics no longer attributing the right visit to the right pages so I doubt that could be the case.
-
Sorry for the late response.
What SSL Labs is telling you to do is disable SSLv3. You should be using only the more secure Transport Layer Security(TLS) 1.0 or higher (if you're running credit cards then PCI compliance will force you to use only 1.2 soon). I would also disable RC4 if you can (only affects IE6 users)
-
I've passed this onto our developers so hopefully they can do something with that.
Thanks very much for your time.
-
I got PM. But will post response here.
So there are two situations in SSL (there are much more but it's complicated) - SNI or w/o SNI.
With SNI on one IP you can use many TLS sites. Because in process of handshake browser put hostname and server knows this request for what site inside is. But some browsers doesn't support SNI - Windows XP, IE6, Android 2.2/2.3 and few more. For that you need dedicated IP just they can connect correct on your site.
I think that you have issue with SNI. Because if you trying to open your IP - http://212.48.85.138/ you get warning (about host mismatch) and self-signed certificate (on some machines).
Also you need to tighten your secure connection - stop SSL (it's 15 year old and it's now deprecated), you should support only TLS. Also enable forward secrecy, OCSP stapling and TLS session tickets. It's long but you can see all recommendations here:
https://www.ssllabs.com/ssltest/analyze.html?d=quellabicycle.comI hope that implementing few of them will bring GoogleBot back in site w/o warnings.
-
Hi Highland
Thanks for your response. I've done as you suggested and put our domain through the SSL Labs Tool. Again, nothing is jumping out at me. Except of course the fact we're vulnerable to a POODLE attack for which the suggestion is simply to disable SSL?
-
I had added to the search console the HTTPs versions of the site so we have:
Do I need both HTTP & HTTPs?
& Does it matter which of either www or non-www I select as the "Preferred domain"?
With regards to your second point, I'm fairly confident that our visitors are getting no such warning as there is nothing to suggest to me, other than what is said in the search console, that it is a self-signed certificate. I've checked it on multiple computers/browsers. But as you say, as it does say it in SC then it may be the case!
I've messaged you with the site details. Thanks very much for your help and time!
-
So this is two issues:
- You should verify in SearchConsole new site https:// and link this site with Analytics to get Landing Pages. Please check for correct sitewide 301 redirect from http:// to https:// on ALL your assets. This can be CSS/JS/canonicals/images/local links between pages, etc.
- You should track down this ASAP because of SC show that certificate is self-signed probably same can be seen on your users computers/devices. And this also can lead your visits to 0 if some "warning" was shown. Probably your certificate isn't installed correct on server.
You can PM me with site so i can make quick test.
-
I would highly recommend you run your site through SSL Labs tool. It should help you identify any problems with your SSL install.
Also, make sure that you're loading GA in a secure manner. If it's not loaded securely and someone says not to load insecure assets then it won't show up.
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
-
SSL, www issue. Should we buy WWW license or just add redirect from www to non-www site?
Hi, We've installed SSL certificate (Symantec Safe Site).
Technical SEO | | Ryan_V
Now our site shows with https, but when someone types www before site name it leads to http and shows strikethrough https unsafe icon in the browser. As it appears, our SSL was purchased without www domain name license. Should we buy www license or just add redirect from www to without www site? If so how to set up this redirect properly. Thanks.0 -
Will combining multiple websites/brands into one Wordpress Multisite Installation hurt SEO?
My company currently operates four websites, independently of each other, a corporate website and three separate store brands. innovativemattresssolutions.com - corporate website mattressking.net sleepoutfitters.com mattresswarehouse.com All of our stores have the same branding, same TV spots, same print ads, etc across the company, we just swap out logos on all marketing pieces. It is proving nearly impossible for us to maintain four separate websites, currently on three different platforms. all four are hosted separately as of now. We would like to combine all four websites to one Wordpress Multisite installation so we can manage the pages from one place, using the same theme and even content in many places because all brands share the same info, policies, products, etc. We would set up wordpress multi using subfolders for installation and point the URL directly to resolve to the appropriate subfolder. The only site that would crosslink to the others would be the corporate website. Is this a bad idea for SEO? What other options would we have? Should we keep the corporate site on its own installation, but put the other three brands on a multisite install? Would duplicating content on the three brand pages be an issue? Less of an issue if they were not on multisite? Any insight is much appreciated.
Technical SEO | | Karrie_Beth0 -
Would adding an SSL certificate help my website?
SSL certificates can obviously be a used as a ranking factor by Google, but would a site with no need for an SSL certificate notice a gain by adding one? Is it possible to demonstrate you have an SSL certificate without having some https pages on your site?
Technical SEO | | sthompson0 -
Should I add SSL certificate site-wide? Or just on Checkout?
I'm setting up my SSL certificate and my programmer said it's smart to just apply it to the entire site. I'm concerned about how this could affect my SEO work. I've heard as far as SEO is concerned, applying it to just the checkout pages is the best way to do it. What are your thoughts? What are potential problems?
Technical SEO | | Webmaster1230 -
Please advice needed SSL .htaccess
Hi everyone, I recently installed verisign ssl. the idea to have page https://example.com all redirect from non-http to https work properly, but in IE whenever smbdy types https://www.example.com it shows the red screen with invalid certificate. If you click "proceed" - everything goes to normal page and on server redirect www to non-www seem to work fine. Is there way to get rid of the warning? Is it server or certificate issue? Here is the peice of code from htaccess. Please, advice needed! RewriteEngine On RewriteBase /RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Thanks in advance
Technical SEO | | Kotkov0 -
Cant view campaign after windows 7 install
i am giving it a try here since seomoz support couldnt help me. Anyone had similar problems ? Earlier i was using W Vista (norwegian version) - did a clean reinstall of windows 7 (english version). After that i couldnt open anything related to the pro version of seomoz. When i am on the dashboard and try to open my campaign nothing happens and I just time out after a while(internet explorer). Tried with google chrome. Google chrome says after a while that this site has a redirection loop that is causing multiple redirections. Its advicing me to try to delete cookies (didnt help) also set security to minimum(didnt help). I then also realized that my google analytics didnt update last 2 days (after install). I am writing this now on my wifes mac. Seomoz and google analytics work just fine. What is wrong? anyone know ?
Technical SEO | | danlae0 -
Verisign Trust Seal and Domain Metrics (Has noting to do with SSL)
Hi, Does anyone have any evidence or case studies that Verisign Trust seal actually raises trust metrics? I know there are the obvious benefits such as better CTR and Conversion (which could in turn raise trust metrics). But i am looking for actual sighted examples of Verisign increasing trust signals to search engines discrediting the correlation between search metrics improving. I modified this as i think people are getting confused between SSL products and the specific Versign product i am talking about Verisign Trust Seal seen here. https://www.verisign.com/trust-seal/index.html?tid=gnps This has nothing to do with security for transactions it is more geared towards all around safer user experience including Malware scans and enhanced "stand out" in SERPS. It is not just a Domain validation but an organizational or Branding authentication check" With that being said, the question still stands Does anyone have any case studies or direct examples of trust being elevated in metrics for the specific product mentioned above. Thanks.
Technical SEO | | Jinx146780 -
Should I move x-cart installation or 301 redirect?
We have an existing e-commerce site built on x-cart. The default store location is www.site.com/store. The domain root however is just a static HTML page (currently using mainly graphics) and a nav menu. What would be a better option: 1. Move the install location to the root directory and get rid of the static HTML page. We would have to manually 301 redirect all the old pages to the new location. Not sure if there are negative implications with that. 2. Just optimize the HTML landing page? Seems like it is better to have products and categories as close to the root domain as possible... 3. 301 redirect the domain to www.site.com/store/ and optimize the homepage within the store. This option means we dont have to worry about 2000 redirects or the hassle of moving the store. Anyone had any experience with this and suggestions?
Technical SEO | | BlinkWeb0