08-31-2018, 06:58 PM
Being the savvy user I am, I ran a query in google against this site trying to find something specific.
Example -
I was returned https://www.post4vps.com/ url's and upon clicking these I am presented with an invalid certificate.
1) Google doesn't like to index multiple base url's for the site.
2) Google doesn't like invalid certificates.
3) It's a crappy experience for the users.
Proposed solution: put a simple redirect on the webserver for all www urls to the non www version of this site!
Example -
Code: (Select All)
site:post4vps.com stuff and things
I was returned https://www.post4vps.com/ url's and upon clicking these I am presented with an invalid certificate.
1) Google doesn't like to index multiple base url's for the site.
2) Google doesn't like invalid certificates.
3) It's a crappy experience for the users.
Proposed solution: put a simple redirect on the webserver for all www urls to the non www version of this site!