Recently a friend of mine moved his site to new hosting, and it was Linode (at Newark), which offered IPv6 as well as IPv4.
As we all know the latest fashion is to support IPv6, so he enabled it on server and added corresponding AAAA-records, and then we both got a discussion on whether IPv6 site should be "tied" to the same hostname (URL) as IPv4 one.
Simple to say, should the site be available under www.domain.tld both via IPv4 and IPv6, or there should better be different subdomain for IPv6 (like use www.domain.tld for IPv4 and something like ipv6.domain.tld for IPv6 version)?
If you ask me, I'd like to see both version under the same name, plus it weaves the risk of Google ban one version for "copy content from another site". But then, I also believe that IPv6 not always run as fast as IPv4 (so far), so establish different names may help.
What you say? What would you do if it was your site? And are there any best-practice guides of how to implement IPv6 on sites?
Thank you in advance! This is my first question I ask here so home I won't break the rules, but I can't find much info on subject.