Hi, I have a website which is running SSL how should i create links for its it should i include https in link or not in link building campaign? Please help....
You could make your entire site https by putting this in the .htaccess file at the top. RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Code (markup):
You don't need to worry about that, just build links to the standard version (http). Google doesn't consider those two different sites.