Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 01-07-2005, 02:09 PM   #1 (permalink)
Contributing Member
 
Join Date: 07-06-04
Location: Southern California
Posts: 60
iTrader: 0 / 0%
Latest Blog:
None

MerlinX is liked by many
Multiple domain question

I have some questions about multiple domains, and am hoping someone here can help me out...

1) Is it possible for a web page other than the index page to have its own domain name? If so, what's the best way to set this up?

2) From a SEO standpoint are there any ranking penalties for something like this?
MerlinX is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-11-2005, 03:21 AM   #2 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Red face

Quote:
Originally Posted by MerlinX
I have some questions about multiple domains, and am hoping someone here can help me out...

1) Is it possible for a web page other than the index page to have its own domain name? If so, what's the best way to set this up?
No. What you want is a multi domain webhosting.

Quote:
Originally Posted by MerlinX
2) From a SEO standpoint are there any ranking penalties for something like this?
No.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-11-2005, 02:53 PM   #3 (permalink)
Inactive
 
Join Date: 01-10-05
Posts: 18
iTrader: 0 / 0%
Latest Blog:
None

mariobox is liked by many
Merlin:

Yes, it is possible, and there are many ways to do it. From the SEO point of view though (to avoid duplicated content penalties) there is only one legit way to do it, and it's this:

Set up your second domain as an add-on domain within your existing account. Some hosts charge a small monthly fee for add-on domains, some others don't (hopefully yours doesn't ). You can read this article to learn how to set up an addon domain: http://www.accordmarketing.com/tid/a...n-domains.html ).

When you set up your second domain as add-on, it will basically create a subdomain called seconddomain.maindomain.com . Then, go to the Sub-Domain section of your control panel and redirect your recently created subdomain to the folder within your existing account where you want your second domain to point. In other words, redirect seconddomain.maindomain.com to maindomain.com/folder/. And, you're set.

Now, if your second domain is not registered with your web host, go will first have to go to your domain registrar's page and change the DNS servers of your second domain to the DNS servers of your webhost (allow two days before your secondary domain starts working).

To check if everything went OK, go to a "server header checking tool" such as http://www.seoconsultants.com/tools/headers.asp and type the name of your second domain in the search box. In return, you should get a message saying something like "Status Code HTTP/1.1 301 Moved Permanently". Make sure you see the "301" number, because it will indicate the search engines that your second domain doesn't host duplicate content but is simply pointing to an existing website. This should be enough to avoid any penalties and to transfer any Pagerank your second domain may have to your main domain.

Hope this helps,
Mario Sanchez
The Internet Digest
http://www.theinternetdigest.net
mariobox is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-12-2005, 07:47 AM   #4 (permalink)
Inactive
 
Join Date: 11-28-04
Location: Fort Collins, Colorado
Posts: 49
iTrader: 0 / 0%
Latest Blog:
None

webyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the rough
Quote:
Originally Posted by Johan007
No. What you want is a multi domain webhosting.
Yes - it is perfectly possible.... even without multiple-domain hosting.

1. get a dedicated IP host
2. make sure that you can setup your own re-write rules via .htaccess
3. put a re-write for each domain to the new "home page" for each domain.

While it is TECHNICALLY easier to do if you have "proper" multiple domain hosting, it is very readily accomplished without a package marketed as such.

hth

Greg Hewitt-Long
webyourbusiness is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-12-2005, 07:55 AM   #5 (permalink)
Inactive
 
Join Date: 11-28-04
Location: Fort Collins, Colorado
Posts: 49
iTrader: 0 / 0%
Latest Blog:
None

webyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the roughwebyourbusiness is a jewel in the rough
Quote:
Originally Posted by mariobox
To check if everything went OK, go to a "server header checking tool" such as http://www.seoconsultants.com/tools/headers.asp and type the name of your second domain in the search box. In return, you should get a message saying something like "Status Code HTTP/1.1 301 Moved Permanently". Make sure you see the "301" number, because it will indicate the search engines that your second domain doesn't host duplicate content but is simply pointing to an existing website. This should be enough to avoid any penalties and to transfer any Pagerank your second domain may have to your main domain.
you can do it without using 301 (permanently moved) redirection - using mod_rewrite, you should be able to do this and get a PROPER response without anyone getting any indication that it is redirected...


Assuming you have mod_rewrite and .htaccess override allowed by your host:

1. setup your dns records to point the subdomains to the same IP as the main (www.yourdomain.com)
2. enter this in your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.)?YOURDOMANI\.TLD [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^.]+)\.YOURDOMAIN\.TLD [NC]
RewriteCond %{REQUEST_URI} !^/subdomains/
RewriteRule ^ /subdomains/%2%{REQUEST_URI} [L]


this will redirect SUB.YOURDOMAIN.TLD to: www.YOURDOMAIN.TLD/SUB/

and the headers will be 400 - ie, CORRECT

301 rewrites should be reserved for their PROPER purpose... moving content permanently!
webyourbusiness is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2005, 12:18 PM   #6 (permalink)
Contributing Member
 
Join Date: 07-06-04
Location: Southern California
Posts: 60
iTrader: 0 / 0%
Latest Blog:
None

MerlinX is liked by many
Thanks for all the responses. Very helpful.
MerlinX is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB 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
Multiple blog question MommyEnterprises Contextual Links Support 7 10-26-2008 10:17 PM
adwords + multiple domains question motheninja Marketing Forum 3 07-29-2008 05:46 PM
Bandwidth question for multiple webcam setup enginerunup Web Hosting Forum 3 09-02-2007 11:13 AM
Multiple / Same Site Question ToddW SEO Forum 4 02-20-2004 01:10 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:51 AM.
© Copyright 2008 V7 Inc