Special thanks to:
|
#1
|
||||
|
||||
|
Yahoo! Stores finally offer 301 redirect.
I just got this message in our Store Manager:
Quote:
![]() |
|
#2
|
||||
|
||||
|
OK, I tried it and I got this response:
Quote:
I guess it got fixed only half way . . . . Need your help Yahoo! please. |
|
#3
|
||||
|
||||
|
OK, just in case it happens to any of you (kids don't try this at home
), here is what we did for our other domains. Keep in mind we're talking about a Yahoo! Store, not a regular site you can manage easily with your server and hosting company.We set up a dedicated hosting account outside of Yahoo! because Yahoo! Webhosting would only allow one domain per account. We set up the server assigining an individual zone record for each domain as if it was their own site, here is an example: Code:
zone "domain.com" {
type master;
file "/etc/namedb/primary/domain.com.db";
allow-transfer {imatest;};
notify yes;
};
Code:
redirect 301 / http://www.domain.com/ redirect 301 /index.html http://www.domain.com/index.html repeat for every file . . . User-agent: *Then you go to your registrar and change DNS primary and secondary to your new server. This usually looks something like this: NS1.hositngcompany.COMThen you wait for DNS to roll over and verify that spiders have done their work. If they haven't check for errors. For example, go type in one of your domains in the search box additional to the page title, spot the link and click on it. It should follow to the right location of the new domain. If it isn't go back and check everything one more time. Finally, go back to the Store Manager and under Site Settings (all the way to the right), look for "Domain Names" and start deleting every additional domain you did a 301 redirect for. MAKE SURE YOU DON'T DELETE YOUR MAIN DOMAIN NAME (the one you did not do a 301 for). If the search engines have not done their work to respect the 301 redirects and robots.txt file, then just pray every night you don't get penalized for content duplication. Good luck to you! Saludos! PS. Shame on you Y! Slurp for indexing through the back door via Y! Stores ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|