I just launched this site 2 weeks ago. There are two registration-like pages that I want to be secure. I'd prefer to keep the rest of the site non-secure (http).
A day or two after the site went live, it was indexed in Google. The problem is, every page was indexed twice- once with http, the second time with https.
I've looked around for threads RE: proper way to use https, but everything I've read has been all or none. With my case, I want to use both http and https on the same site.
5 days ago I created two robots.txt files, one served for non-secure and the other served for secure. The secure robots.txt disallows everything (I don't mind if the 2 secure pages are not indexed).
As of today, every page is still indexed twice. I'm not sure if my http/https robots.txt is a solution, or if there's something else I should do. Has anyone run into something like this before?