Duplicate pages & Google

This is a discussion on "Duplicate pages & Google" within the Search Engine Optimization (SEO) section. This forum, and the thread "Duplicate pages & Google are both part of the Promote Your Website category.



Go Back   Webforumz.com > Main Forums > Promote Your Website > Search Engine Optimization (SEO)

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 14th, 2007, 12:40
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cullinanweb Send a message via Skype™ to cullinanweb
Post Duplicate pages & Google

I have 2 domain names which are the same but one is .co.uk and one is .com

I want both to serve the same content. Which is best? Having the content on the server of both domains or having the .com domain forward to the .co.uk domain?

I know which ever i choose may have some implications in Google and other search engines but not exactly sure on how i should go about it.

any reccomendations?

Thanks in advance
Reply With Quote

  #2 (permalink)  
Old Aug 14th, 2007, 12:48
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 717
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Duplicate pages & Google

use a 301 redirect in a .htaccess file to redirect all traffic going to .com, to the .co.uk domain or vice versa whatever you prefer.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^www.example.com
RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^example.co.uk
RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]

untested but might work, give it a go.

Bascially first rule says if example.com is typoed in redirect to www.exampel.co.uk, second says if www.example.com is typed in redirect to www.exampel.co.uk, and if example.co.uk is typed in redirect to www.exampel.co.uk.

So that eliminates duplicate content on both the www and non ww versions of .com and the non=-www version of .co.uk.

Hope that makes sense.
Reply With Quote
  #3 (permalink)  
Old Aug 14th, 2007, 12:57
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cullinanweb Send a message via Skype™ to cullinanweb
Re: Duplicate pages & Google

So am I right in thinking that i should also add the 3rd rule to the .co.uk domain? to prevent duplicat content?

Thanks so far
Reply With Quote
  #4 (permalink)  
Old Aug 14th, 2007, 13:02
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 717
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Duplicate pages & Google

yup.

sorry shoudl have sauid that.

If your unaware of what a .htaccess is look it up on google...loads of resources.
Reply With Quote
  #5 (permalink)  
Old Aug 14th, 2007, 13:11
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cullinanweb Send a message via Skype™ to cullinanweb
Re: Duplicate pages & Google

Yea am kind of ok with what it does just neva had to site down and write one...lol

shoudl really look into it

Thanks for that anyway.

dan
Reply With Quote
Reply

Tags
duplicate, google, multi domain, seo

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Google to ignore pages not in sitemap? nate2099 Search Engine Optimization (SEO) 8 May 25th, 2008 19:49
Duplicate content ScottR Search Engine Optimization (SEO) 6 Jul 27th, 2007 13:36
Javascript - Updating web pages with snippets from other pages Ydot JavaScript Forum 3 Jul 10th, 2007 14:38
Scripting Needed(adding pages to pages) Amari Classic ASP 1 Sep 4th, 2004 18:06


All times are GMT. The time now is 23:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43