![]() | | ||||||||
| | #1 |
| Captain War Room Member | Good day, Can I buy two domains and send them to one site? How is this done and will I still be able to benefit from the SEO benefits of both domains? |
|
"Action is the foundational key to all success." - Pablo Picasso
| |
| | |
| | #2 |
| Niche Empire Builder War Room Member Join Date: May 2009
Posts: 181
Thanks: 16
Thanked 34 Times in 13 Posts
|
You can buy multiple domains and redirect to one domain. There are many ways to do it, but the SEO friendly way to do it is a 301 redirect. You will need to go into your hosting control panel to set this up. Typically you would have these other two domains as add on domains in your account. Then you will need to setup the permanent redirect. This can be easily done through cPanel You can also use javascript or your name server can do this, but those are typically 302 redirects which are not seo friendly. Now, when I say SEO friendly, I do not mean SEO benefits. These redirect domains could still get indexed and maybe you will get some benefit from them, but your chances are less likely if the spider visits that page and then gets redirected elsewhere. However, if you are using javascript or 302 redirects then there is a chance the search engine may deindex the site or penalize you. |
| | |
| | #4 |
| DomainProfitsClub.com War Room Member Join Date: Feb 2007 Location: Oswego, NY USA
Posts: 2,990
Blog Entries: 1 Thanks: 946
Thanked 1,639 Times in 652 Posts
|
Oscar, You can redirect any domain instantly by creating a plain text file named index.php containing this code: Code: <?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.newdomain.com");
exit();
?> |
| | |
| | |
| | #5 |
| Niche Empire Builder War Room Member Join Date: May 2009
Posts: 181
Thanks: 16
Thanked 34 Times in 13 Posts
|
Sorry Oscar.. I didn't mean to be confusing. I didn't mean to assume you knew your way around a control panel. I guess sometimes I assume everyone on here knows cPanel. Gene's suggestions works good too, you just have to edit the html in the index or home file |
| | |
| | #6 | |
| Captain War Room Member | Quote:
I am alright with the cPanel. Your advice was right - I am just a bit slow today. Thanks so much. | |
|
"Action is the foundational key to all success." - Pablo Picasso
| ||
| | |
| | #7 | |
| Captain War Room Member | Quote:
| |
|
"Action is the foundational key to all success." - Pablo Picasso
| ||
| | |
![]() |
|
| Tags |
| domain, redirects |
| Thread Tools | |
| |
![]() |