Situation 1: I am transitioning a site from stupiddomainname.info to betterdomainname.com. It has been suggested to me that the best way to do that is to make betterdomainname.com a CNAME to the server for a few months. Then, after users and the serarch engines are used to the new name, switch, making it the A (canonical) name and stupiddomainname.info the CNAME. Is that a good way to do it?
Situation 2: I have a site, widgetinfo.com, with a good PageRank. I've recently acquired sprocketinfo.com which I want to point to the same site. But I don't want to somehow harm the PageRank of widgetinfo.com, when Google notices two identical sites. If someone searches the Web for "widget information", I would prefer theit hits say widgetinfo.com not sprocketinfo.com. So - does it matter if sprocketinfo.com is a CNAME or a A record? Or should I just use my ISP's domain forwarding service?
Thanks
A CNAME will serve the same content on different domains, and could look bad. At best, it'll have undesirable consequences.
Situation 2: Host sprocketinfo.com on a seperate IP than widgetinfo.com. Do a 301 redirect from sprocketinfo to widgetinfo. Google will figure it out properly.
Put the A record on the domain you care about most and move everything else to a cname of it.
Just my thoughts.
Vinny