Quote:
Quote:
Most websites, including mine, have the same content for their domainname as well as for www+their domain name. For instance at my site in the past if you went to jdhodges.com you'd get the same thing as www.jdhodges.com. The problem with this is that Google and other search entries treat www.yourdomain.com and yourdomain.com as two completely different sites, this can result in your pagerank being split between multiple sites and duplicate content showing up on the search engines.
Is this true?
|
Yes, that is true. Google will see mysite.com and
www.mysite as seperate sites. Google has however corrected the
PR split problem, as the two should have the same
PR now. If you're concerned you can use a 301 redirect one the mysite.com and redirect to
www.mysite. Alternatively, if your host won't allow you to do an IIS redirect from the server, you can use some simple code to use a meta noindex tag so they don't index the mysite.com domain. The code is:
<%If Request.ServerVariables("HTTP_HOST") <> "www.mysite.com" Then%>
<meta name="robots" content="noindex,nofollow"> <%End If%>
Quote:
|
Seriously though, what does google and others class as spam in this area, could cross linking the domains be viewed as an attempt at a link farm?? Whats peoples thoughs on this?
|
Yes, excessive crosslinking can be viewed as spam and penalized. You can do it to a minimal extent and it should be fine, as long as it benifits the user. No one really knows where the line is so you would have to use your best judgement on it.