Hi Ryan,
So basically you are saying you have
a site which is currently indexed as http or
a mixture of http and https.
The change will then be that all the pages of
your site will change to https.
I believe this will very much affect indexing as all the old
pages in the index (w/o https) will have to be either
removed (Not Good) or 301 redirected (Preferred) to the new protocol.
(As it results in a new URL).
That is one implication.
The other is that you probably have inbound links from
other sites that specify http. These URLs will no longer
work (Including those in the Google index) and return
a 404 page not found.
Again this is where the 301 redirection is important.
You also will have to make sure that the links
coded in the site all now point to the https
counterparts.
It will take some time depending on the size
of your site and it's crawl rate (And those of
your external inbound linked pages) for Google
to adjust it's index.
Unless the proxy\_load balancer_ can deal with these
issues transparently then you will need to implement
the 301 redirects for every page.
That's my take but hang around,
Hopefully others will add their thoughts.
I'd consider this very carefully and want a second
opinion,
Hope that helps,
Abracadabra
On Sep 1, 3:39 pm, ryan.pratt wrote:
> Our webservers site behind a hardware load balancer that handles the
> SSL traffic. For security reasons we are considering having the load-
> balancer redirect all http traffic to https. Our main concern is how
> (if at all) this will effect indexing and SEO. Are there any
> implications to this change? Thanks
> Ryan Pratt