Forum Moderators: Robert Charlton & goodroi
This is looking at the question through the wrong end
For my audience, rankings is way down my list on reasons I implemented HTTPS.
Ask what will happen to your site's ranking in the longer term if you don't make it https.
Broaster, CloudFlare offers a "Flexible SSL" option that's free and requires no technical knowledge whatsoever.
Broaster, CloudFlare offers a "Flexible SSL" option that's free and requires no technical knowledge whatsoever.If they are still offering SSL then it is *they* that have "no technical knowledge whatsoever."
Secure Sockets Layer (SSL) is now deprecated by the Internet Engineering Task Forcesource: [en.wikipedia.org...]
Except, of course, it's not the best way to go HTTPS unless you already (want to) use Cloudflare for its other features.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Note: your server may require different code
Changing World Wide Web to SSL certificate increases users trust