Leeoniya
06-28-2008, 05:21 PM
I was wondering if anyone knows what the best SEO approach is to having multiple domain names all go to the same place.
there are several options and not knowing what google likes or prefers, i cant decide what i want to do.
here are my options:
1. Redirect/forward at the registrar (have HTTP headers return a 301 or 302).
This has the effect of sending the browser to the destination domain and having the address bar in the browser also change to the destination domain.
2. Multiple VirtualHost entries in Apache's httpd.conf - all using the same DocumentRoot, and IP. this basically makes the address bar stay the same and masks the primary domain, while serving identical content.
3. Same as#2 above, except use different IPs, still with the same DocumentRoot. (maybe google checks the IP to determine whether or not the domain is an alias?)
This is an ecommerce site, and i'm thinking i will have little choice but to go with the forwarding option since i have a Verisign SSL cert for a "secure." subdomain of the primary domain, otherwise people will not be able to checkout without having to send them to the real thing anyhow.
Leon
there are several options and not knowing what google likes or prefers, i cant decide what i want to do.
here are my options:
1. Redirect/forward at the registrar (have HTTP headers return a 301 or 302).
This has the effect of sending the browser to the destination domain and having the address bar in the browser also change to the destination domain.
2. Multiple VirtualHost entries in Apache's httpd.conf - all using the same DocumentRoot, and IP. this basically makes the address bar stay the same and masks the primary domain, while serving identical content.
3. Same as#2 above, except use different IPs, still with the same DocumentRoot. (maybe google checks the IP to determine whether or not the domain is an alias?)
This is an ecommerce site, and i'm thinking i will have little choice but to go with the forwarding option since i have a Verisign SSL cert for a "secure." subdomain of the primary domain, otherwise people will not be able to checkout without having to send them to the real thing anyhow.
Leon