I have discussed a scenario here that our company is using and would like some input if possible.
We have a main url for a site, call it "http://www.site.com". At some point during its inception, it was decided that the site will be load balanced active/active across two physical data centers. This was accomplished at the time by having the network device return a 301 redirect to either "https://site1.site.com" or "https://site2.site.com". Obviously this does not seem to play nice with search engines, as when you search for the site, you are getting the site specific results for the redirect at the time of crawling, when marketing wants the main www.site.com to always show. I'm curious what would the proper way to implement a solution such as this?