|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Yahoo! Discussion Forum Yahoo Search discussion. Any topic or subject specific to Yahoo should go here. You will also find a subforum dedicated to YPN & Panama. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is there a way to control which domain name Yahoo/Slurp indexes for a website? The website has 2 domain names pointed to the same website.
Yahoo has completely indexed one of the domains, the second and preferred domain only has a couple pages indexed. We would like the second domain indexed instead since since it appears more professional in the results. Is there a way we can get Yahoo/Slurp to replace one domain for the other? Can one domain be excluded in the robots.txt file for Yahoo/Slurp and what would the commnd look like? |
|
|||
|
HI Chris since both domain names point to the same content all you need to is to put a 301 redirect from the site you do not want indexed pointing to the site you do want indexed. Your webhost should be able to assist you in doing this.
|
|
|||
|
I would either use a robots.txt to block the domain you dont want traffic on or use, 301 redirect. Here is a PHP version that I have had good results with.
Code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.yournewsite.com");
exit();?>
|
|
|||
|
jestep wrote
Quote:
Does anyone know if Yahoo has a tech support email address? Unable to find any tech support on their website for search (excluding directory) results. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |