Forum Moderators: open
My site's domain name is widgets.com. I also own yellowwidgets.com and bluewidgets.com.
If I set it up so that each domain name does a redirect to its corresponding page, not index.htm, will this be a problem?
Examples: widgets.com goes to the home page
yellowwidgets.com goes to widgets.com/yellow.htm
bluewidgets.com goes to widgets.com/blue.htm
Will this cause search engines to think I have duplicate content?
The reason I ask is that I created a web site for a client.
The client then bought more domain names and redirected those domain names to deeper pages with content that corresponds to the domain name.
Thanks in advance!
You could always do a Javascript redirect, as G can't execute that there would be zero risk. The only problem is clients would need JS enabled in their browser, but you can catch that by using the <NOSCRIPT> tag showing a deeplink to the appropriate section in your site.
I understand the wish of having nice domain names for e.g. blue widgets. It's kind of a service to have a nice typ-in domain, imo.
Yes agree, but there is little adavantage and a real risk of duplicate content when owing more than one domain for the same site. It also costs to keep them registered. I would have a short easy to spell main domain (matching product or service if possible) and then name all pages appropriatley, e.g. www.keyword.com/keyowrd1-keyword2.htm etc
If you would be searching for superwidgets, wouldn't you try superwidgets.com before searching for it?
Honestly no! I would only do that when/if I knew such a domain existed, otherwise it's straight to Google.
About the risk, well, if there is no content on the site, how can there be duplicate content? A 301 redirect is at no risk at all, and if that is not possible, a JS redirect is not detectable, and if so, who cares if that domain does not show up in the results? It's not there for SE's, but for clients.
I would find it perfectly acceptable if I would type in www.bluewidgets.com and see the browser get redirected to www.widgets.com/blue/. Not only would it take out the possibility for competition to register the domain, it would also direct people right away to the sub-category of the main site.
And be honest: how much do a couple of domains cost? We're talking about peanuts here :)
If I set it up so that each domain name does a redirect to its corresponding page, not index.htm, will this be a problem?Examples: widgets.com goes to the home page
yellowwidgets.com goes to widgets.com/yellow.htm
bluewidgets.com goes to widgets.com/blue.htm
My site was set up in a way that was similar to this, i.e.:
widgets.com = widgets.com/index.html
yellowwidgets.com = widgets.com/yellow/index.html
bluewidgets.com = widgets.com/blue/index.html
This worked fine for two years, but after the Florida update, the secondary (yellow and blue) index.html pages disappeared from the Google index for their most important search keyphrases.
I then changed my internal links to point to the page URLs rather than to the secondary domains, and the secondary index.html pages are showing up again for their most important keyphrases (with one being in the #1 spot).
So: If my experience is any guide, redirecting from bluewidgets.com to a page under widgets.com won't cause a problem. However, using internal links to bluewidgets.com (instead of to the page's relative URL under your main domain) could be risky, no matter how innocent your intentions might be.
I set the domain forwarding to point to my IP address. I then did a mod_rewrite 301 from my IP address to the appropriate page.
Thus,
In NetSol, I forward all traffic from bluewidgets.com to htt*p://233.32.233.22/bluewidgets.htm. I then did a mod_rewrite 301 so that htt*p://233.32.233.22/bluewidgets.com redirects to htt*p://widgets.com/bluewidgets.htm
It forwards it to the correct page. All I'm hoping to do is catch the type in traffic without being penalized by search engines. I'll let you know if I get penalized.