Forum Moderators: open

Message Too Old, No Replies

Same content on 2 URLs

Redirecting site from widget.net to widget.com

         

RunnerD

2:03 am on Apr 21, 2003 (gmt 0)

10+ Year Member



Some time ago, we tried to protect our domain name (widget.com) by purchasing (widget.net) and putting the same content on (widget.net). After reading numerous posts on this forum, it looks like it is not a good idea to have the same content on two differnt sites.

My question is what is the best way to redirect the newer site (widget.net) to point to our normal site that has good PR and not run into any problems. Should we just take (widget.net) offline completely, or use some type of redirect, and what would be the best method to use. I do not believe the original page PR has been hurt yet. I do not believe they have realized it it same content.

Should we just put a link on (widget.net) to link to the regular site?

mack

3:04 am on Apr 21, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



you can redirect all traffic to your protected domain to your trading domain using htaccess.

Use a 301 redirect this will send users direct to your main domain. It will also tell search engine spiders that content has been moved and send then also to your propper domain.

<added>

you could use something like this in a text file and save it as .htaccess

redirect 301 / [you.com...]

You then place this in the root directory of the site you dont want used and point you.com to your main site.

RunnerD

12:49 am on Apr 22, 2003 (gmt 0)

10+ Year Member



If I do this, will it hurt my older site (widget.com)?

In other words, will it think that (widget.com) is a brand new site because we had the other site (widget.net) forward to this?

Will we get penalised because the newer page (widget.net) shows up in some search engines allready with the same title as our older page, and if I use .htaccess they will now figure this out?

Im thinking to play it safe to just shut off the newer page (widget.net). Unless for sure no penalties to older site, I will use .htaccess. We do get decent traffic on the newer site, but much more on the regular older site.

What do you think?

mcavic

2:26 am on Apr 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If your main site is widget.com, and you redirect widget.net to that, it shouldn't affect the ranking of widget.com at all. When the SE's visit the .net, they'll just go to the .com instead.

Sounds like the best way to go. You'll keep getting the .net traffic at the .com site, but it won't be duplicate content. Just make sure it's a 301 permanent, and not a 302 temporary redirect.

RunnerD

9:18 pm on Apr 22, 2003 (gmt 0)

10+ Year Member



What would be the exact verbage to put in the .htaccess file to do a permanent?

mack

2:44 am on Apr 23, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



redirect 301 / [you.com...]

Someone feel free to correct me if im wrong!