ssl is not a big factor in rankingsto do this it's nonsense and defeats the purpose of https
but yes it does help
have you tryed run site full https and use htacess to turn it of on pages like newsfeed
or blogs
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} /blog
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
cause once you switched from https to http you expose yourself to spoofing attacks and basically the whole https you've been using till that moment was useless.
this is not a good idea and I urge everyone to not do it.
the only way this would work is if the pages for which you turn off https and visit them via http do not require authentication therefor do not send over the wire your authentication ticket (header).
I made screenshots to be sure if they are deleted I will have them ;-)LOL now they won't just to prove me wrong lol
JoshWho may I ask where did you guy your ssl certificate?I am currently using cloudflares free ssl but I also buy them from comodo there cheap like 4.99 a year
and it is really cheap.
I have witched fully to https however, looking with FF in debug window I can see this message
Loading mixed (insecure) display content "http://__mydomain__.com/...es/theme_image_6.png" on a secure page"
which determines FF to say the site insecure...
in what source should I look and change this url to https?
also, I assume there's more places like this; lucky me I am using just a few plugins (I am not using the blog, or video, and more others). so I would like to know how to find the places where the http links to images I should change to https.
thanks
thanks Josh, do you know anything about the letsencrypt guys? they offer ssl certs for free.Lets encrypt is a very good service but you need to install their software onto your server for it to work. It is a really great free ssl system. If you are on shared hosting you wont be able to use it. Only for dedicated and vps servers.