Mobile app version of vmapp.org
Login or Join
Karen161

: Will not having https redirect from example.com to www.example.com affect SEO I've recently set up SSL for a bunch of my domains using a Positive SSL Multi-domain certificate from NameCheap, my

@Karen161

Posted in: #Https #Iis #Seo

I've recently set up SSL for a bunch of my domains using a Positive SSL Multi-domain certificate from NameCheap, my domain provider.

In the past when I was using single domain certificates, they would cover both the www domain and the non-www domain, like this:

example.com example.com


I set up IIS so that all these URLs would redirect to www.example.com:
example.com example.com www.example.com http://example.com www.example.com https://example.com


Everything was good.

Now, with the new multi-domain cert in place, I discovered that it does not cover the www subdomain and the non-www domain by default. My thought was to control this with redirect rules, just as I did above. However, I ran into an issue:

example.com works
example.com works www.example.com works example.com works www.example.com works example.com Shows Cert Error


I spent a lot of time modifying redirect rules to try to address this, but eventually came to believe that browser checks the certificate and shows the cert error page before the server is able to perform the redirect.

I could add more domains to my multi-domain cert to make sure it covers both the example.com and example.com for each respective domain. I have avoided this due to cost.

My question is: Do search engines care that example.com doesn't work? Will that affect search rankings for the overall domain?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

I don't think you'd see any direct SEO impact however provided your primary domain is working correctly, other than the fact that more people landing on error pages means less visitors reaching your website.

Depending on your hosting setup you may be able to ensure that the redirect still works with an HTTP 301 response without the SSL protocol - you'll have to test this and see. If you wish to ensure customers don't end up seeing an error message or landing on an error page though it may be worth considering including both variants in the SSL certificate. The cost is not so great if compared to potential customers lost on error pages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme