iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-05-2008, 03:08 AM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default One website, two top level domains

In addition to a .co.uk domain we bought the domain for an .com domain, but for ease of maintenance/cost would like to have only one website. The hosting is with the already existing .co.uk website.

We are after a method for user typing the .com address to be transfered to UK website without it being obvious (if possible no frames). We would like the domain mydomain.com still to show (althouth user actually is on .co.uk). On website itself price should alter if user came from .com.

Any ideas?

Son
Reply With Quote
  #2 (permalink)  
Old 11-05-2008, 04:21 AM
seiretto's Avatar
WebProWorld Pro
 
Join Date: Nov 2006
Location: Huddersfield, Yorkshire, UK
Posts: 155
seiretto RepRank 0
Default Re: One website, two top level domains

Hi Son,

You can achieve this programmatically BUT depending how it is done it could screw your SEO (robots seeing duplicate but the same content may mean your site is penalised).

Using server side scripting (PHP, ASP, etc.) you can check the domain for .com or .co.uk and load the appropriate price list. I empathise with your issue but long term two separate websites is the way to go and to have unique content on each (at least ensure page titles and a good deal of the product descriptions are different).

There is no short-cut to success.
__________________
Experienced UK website host hosting sites for over a decade; Need to host mutliple domains and websites check out our Reseller hosting or try our Fully managed servers
Reply With Quote
  #3 (permalink)  
Old 11-05-2008, 07:46 AM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default Re: One website, two top level domains

Would the situation for the duplicate content be different if we had a .co.uk and an .ie (irish) domain for instance? I am just asking as it seems that no irish websites come up when using Google.co.uk (I use irish websites as an example as they are English speaking).

Son
Reply With Quote
  #4 (permalink)  
Old 11-05-2008, 10:48 AM
seiretto's Avatar
WebProWorld Pro
 
Join Date: Nov 2006
Location: Huddersfield, Yorkshire, UK
Posts: 155
seiretto RepRank 0
Default Re: One website, two top level domains

Quote:
Originally Posted by son View Post
Would the situation for the duplicate content be different if we had a .co.uk and an .ie (irish) domain for instance?
No difference. Same content on two separate domains.
__________________
Experienced UK website host hosting sites for over a decade; Need to host mutliple domains and websites check out our Reseller hosting or try our Fully managed servers
Reply With Quote
  #5 (permalink)  
Old 11-05-2008, 04:25 PM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default Re: One website, two top level domains

Understood. Still, to start off with it would cost too much to have two separate hosting packages. To pick up what you said (Using server side scripting (PHP, ASP, etc.) you can check the domain for .com or .co.uk and load the appropriate price list.): What do you mean by that? I know you can have hosting with one domain and then forward the other domain to first domain with some info in querystring to have the programming logic display the correct content. Still, this would mean a user going to mydomain.com would be transfered to mydomain.co.uk. My main problem is: How would you be able still to show mydomain.ie in browser address bar although the user actually is on .co.uk hosting? Hope I make sense.

Son
Reply With Quote
  #6 (permalink)  
Old 11-05-2008, 05:32 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: One website, two top level domains

if you want to rank in the UK and the US you should host both independently and build quality, unique websites for each.
Reply With Quote
  #7 (permalink)  
Old 11-05-2008, 05:33 PM
spiderbait's Avatar
WebProWorld Pro
 
Join Date: Oct 2003
Location: Gibsons, BC, Canada
Posts: 271
spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6
Default Re: One website, two top level domains

Quote:
Originally Posted by son View Post
Understood. Still, to start off with it would cost too much to have two separate hosting packages. To pick up what you said (Using server side scripting (PHP, ASP, etc.) you can check the domain for .com or .co.uk and load the appropriate price list.): What do you mean by that? I know you can have hosting with one domain and then forward the other domain to first domain with some info in querystring to have the programming logic display the correct content. Still, this would mean a user going to mydomain.com would be transfered to mydomain.co.uk. My main problem is: How would you be able still to show mydomain.ie in browser address bar although the user actually is on .co.uk hosting? Hope I make sense.

Son
To make this work you'd need to have a hosting package that permits you to "park" a domain on top of the other one. With that, either domain would work properly and assuming all of your internal links are structured as relative links (rather than absolute links) a visitor would be able to browse the site in its entirety using whichever TLD they arrived on.

The next thing you need is to have a script which would check the URL the visitor is using and test it for either .com or .co.uk or .ie and then based on the TLD it finds, it would then dynamically change the variable content you want to control, such as prices in pounds or dollars.

Hope this helps.
__________________
Jade Burnside, Ahead of the Web
What good is your web site if no one can find it?
SEO & Optimized Web Site Design
Reply With Quote
  #8 (permalink)  
Old 11-05-2008, 05:41 PM
villageloop's Avatar
WebProWorld Member
 
Join Date: Dec 2007
Location: South Florida
Posts: 72
villageloop RepRank 1
Default Re: One website, two top level domains

If I have read this correctly, you could just set up a domain alias through your server.
Most hosting control panels will allow you to do this.

You will of course have the duplicate content issue, and probably some complexity with tracking conversions through your analytics program. But a domain alias will allow you to have the exact same website on a different domain name.
Then, through your programming code, just read the domain that you are on and show the appropriate content for that domain.
Reply With Quote
  #9 (permalink)  
Old 11-05-2008, 06:14 PM
Orion's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Sep 2003
Location: Halton Hills, ON
Posts: 702
Orion RepRank 4Orion RepRank 4Orion RepRank 4Orion RepRank 4
Default Re: One website, two top level domains

good advice on keeping separate unique sites but I understand the easy of maintenance...

If you want both domain names pointed at the same site this should ONLY be done one of two ways..

1) at the registrar point the .com domain name to the .co.uk (also called aliasing)

2) at your host provider you can set up the .com as an alias through your hosting control panel not as good as option 1)

Do NOT..

use scripting to forward to the other domain...

Hope this helps!
Reply With Quote
  #10 (permalink)  
Old 11-05-2008, 09:18 PM
ron angel's Avatar
WebProWorld Veteran
 
Join Date: Jan 2004
Location: london uk
Posts: 336
ron angel RepRank 2ron angel RepRank 2
Default Re: One website, two top level domains

Quote:
Originally Posted by son View Post
In addition to a .co.uk domain we bought the domain for an .com domain, but for ease of maintenance/cost would like to have only one website. The hosting is with the already existing .co.uk website.

We are after a method for user typing the .com address to be transfered to UK website without it being obvious (if possible no frames). We would like the domain mydomain.com still to show (althouth user actually is on .co.uk). On website itself price should alter if user came from .com.

Any ideas?

Son
You are making things very complicated for yourself and search engines for seo purposes. the simplest way would be to use a 301 redirect from com to .co.uk without frames this would show .uk when accessed via the com site but be better seo wise. framed would show com but not so good seo wise. make one price list but with different post & pack rates & other things for different country's to make up price differences,this will be a much better way search engine wise,although not exactly what you want to do.
simplicity is the keyword including when updating or making adjustments to the site. I have my main site as .com (see below footer signature) but own all other domains if you put .co.uk or .co.nz or org or net at the end you will still get .com seamlessly.
from long term use I find unframed is the best way to go. just make clear on the index page that you are international with different country names on the page which will help you to show up for particular country's in search engines also I think the country names in meta tags cosponsoring with those on page may also help. maybe even dedicated pages to particular country's with nothing but info for particular country on page & meta tags with link to index page.the lists of ways is endless.
__________________
historical information links re uk and usa
http://www.ssrichardmontgomery.com
Reply With Quote
  #11 (permalink)  
Old 11-05-2008, 09:25 PM
Orion's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Sep 2003
Location: Halton Hills, ON
Posts: 702
Orion RepRank 4Orion RepRank 4Orion RepRank 4Orion RepRank 4
Default Re: One website, two top level domains

Quote:
Originally Posted by ron angel View Post
You are making things very complicated for yourself and search engines for seo purposes. the simplest way would be to use a 301 redirect from com to .co.uk without frames this would show .uk when accessed via the com site but be better seo wise. framed would show com but not so good seo wise. make one price list but with different post & pack rates & other things for different country's to make up price differences,this will be a much better way search engine wise,although not exactly what you want to do.
simplicity is the keyword including when updating or making adjustments to the site. I have my main site as .com (see below footer signature) but own all other domains if you put .co.uk or .co.nz or org or net at the end you will still get .com seamlessly.
It's a LOT easier to just point it from the registrar, no hosting account needed no set up no .htaccess file nothing.. just simply enter in the domain you want to point it to at the registrar and you're done. Also best for SEO as it's not seen at all by the search engines.
Reply With Quote
  #12 (permalink)  
Old 11-05-2008, 09:38 PM
ron angel's Avatar
WebProWorld Veteran
 
Join Date: Jan 2004
Location: london uk
Posts: 336
ron angel RepRank 2ron angel RepRank 2
Default Re: One website, two top level domains

Quote:
Originally Posted by Orion View Post
It's a LOT easier to just point it from the registrar, no hosting account needed no set up no .htaccess file nothing.. just simply enter in the domain you want to point it to at the registrar and you're done. Also best for SEO as it's not seen at all by the search engines.
You put it better than I did! its what I meant but showing other ways as well. just use control panel of registered site you are redirecting from.
__________________
historical information links re uk and usa
http://www.ssrichardmontgomery.com
Reply With Quote
  #13 (permalink)  
Old 11-05-2008, 11:03 PM
WebProWorld New Member
 
Join Date: Dec 2007
Posts: 18
thai_guy RepRank 1
Default Re: One website, two top level domains

Quote:
Originally Posted by Orion View Post
Also best for SEO as it's not seen at all by the search engines.
Yes best for SEO overall; I think though that dilution of page rank needs to be considered. If you have other sites linking to the redirected domain then there is the issue that the links won't register. If the 303redirect.com starts to become a dominant domain for back linking then the long term SEO may suffer from lost page rank opportunity. Short term gain may lead to long-term grief and, apart from 2 unique websites, I don't think there is a have-your-cake-and-eat-it-too solution.

I have a question for the pros. If the instance did occur where the redirected domain became more dominant and a decision was made to turn the domain structure around (make redirect.com the main domain and create a redirect.co.uk) how long will it take Google to figure out the change and what need to be considered to make the change most successfully.

Last edited by thai_guy; 11-05-2008 at 11:29 PM.
Reply With Quote
  #14 (permalink)  
Old 11-06-2008, 08:19 AM
WebProWorld Veteran
 
Join Date: Jul 2004
Posts: 913
activeco RepRank 2
Default Re: One website, two top level domains

Quote:
Originally Posted by Orion View Post
It's a LOT easier to just point it from the registrar, no hosting account needed no set up no .htaccess file nothing.. just simply enter in the domain you want to point it to at the registrar and you're done. Also best for SEO as it's not seen at all by the search engines.
I don't agree. You have to have the most of your domain in your hands including DNS settings.
Any redirect from registrar side will end up as a duplicate content for search engines.

In this case I would disallow / in robots.txt file on .com domain and redirect everything else to .co.uk. (except robots.txt).
If you want .com in url and don't want simple frame solution you can install proxy module, but it is a bit more work to do.

Once you want .com as an independent domain you can lift redirections and robots ban without any consequences.
__________________
Impossible? You just underestimate the time.
Reply With Quote
  #15 (permalink)  
Old 11-06-2008, 11:39 AM
jordanmcclements's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Oct 2003
Location: Northern Ireland
Posts: 701
jordanmcclements RepRank 3jordanmcclements RepRank 3
Default Re: One website, two top level domains

I agree with incrediblehelp if you want US users to see US content and UK users to see UK content.

But perhaps it would be easier more sensible to do it as ron angel suggests, if your content is identical, and you only want to change prices depending on where the user is..
Reply With Quote
  #16 (permalink)  
Old 11-07-2008, 12:06 AM
jawn_tech's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jun 2004
Location: USA
Posts: 1,546
jawn_tech RepRank 3jawn_tech RepRank 3
Default Re: One website, two top level domains

If you're not interested in the .com domain name ranking, depending on your registrar and if they offer this feature, just use domain forwarding + domain masking, and point it to the other site. See what they offer, whether it be aliasing, forwarding, masking, etc. Sometimes domain registrations include features that are sometimes overlooked.

As far as being penalized, I don't see it penalizing the domain / site you've been using. (If that's the case, someone tell me so I can register a ton of domains and forward them to my competitor's sites... well, not really. I wouldn't do that).

That doesn't solve the issue of prices changing to reflect the referring domain, however. As an alternate suggestion, program the site so the prices displayed are based on the user's IP instead of the referring domain.

Otherwise, if you're interested in both domains ranking, you're best off making two unique sites (with same look, feel, and branding), so both domains would rank in their respective locations. (as incrediblehelp suggested)
__________________
Domain Name Registration and Website Hosting :: DesignerTrade

Last edited by jawn_tech; 11-07-2008 at 12:13 AM.
Reply With Quote
  #17 (permalink)  
Old 11-07-2008, 11:59 AM
RichAtVNS's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: New York, USA
Posts: 144
RichAtVNS RepRank 1
Lightbulb Re: One website, two top level domains

Quote:
Originally Posted by spiderbait View Post
To make this work you'd need to have a hosting package that permits you to "park" a domain on top of the other one. .
You don't need a hosting service that parks a domain all you need is a separate DNS service that does that for the second domain to point to the first. You could use a simple service like dyndns.org to do this. There are 100s of them out there, And yes some are free!

This is how we manage domains and subdomains on different hosts.

For instance my images for multiple domains have been hosted on one service (a UNIX system) for 5 years and they have the subdomain images.xxxx.com. This way they all can partipate in a high bandwidth, large backed up storage area without me having to worry about any security issues and taking away processing time from the processor for the webites.

And my main domains are all hosted on an inhouse microsoft server which is behind a firewall.

The DNS records control it all. Simple to implement
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum

Thread Tools
Display Modes

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
Google Analytics and 3rd Level Domains - HOW TO? petergar Google Discussion Forum 6 09-16-2008 05:06 PM
2 Domains 1 Website robburne Search Engine Optimization Forum 3 03-27-2008 10:25 AM
Country Edition Third Level Domains ukbrad1980 Google Discussion Forum 2 03-06-2006 07:44 PM
Doing SEO with the help of Third level Domains... lucks Search Engine Optimization Forum 3 05-22-2004 04:55 AM
two domains for same website New Marketing Strategies Discussion Forum 0 04-07-2004 10:44 PM


All times are GMT -4. The time now is 12:10 AM.



Search Engine Optimization by vBSEO 3.3.0