In this case, assuming the goal is both to NOT pass value to the merchant site AND reduce the chance of being classified as only an affiliate site, I would probably do the following with the link and the redirected folder:
- Use "rel='nofollow'" on the link to the folder
- Implement a 302-redirect (see reference) from the folder URL
- Block the folder in robots.txt
- Use "noindex,nofollow,noarchive" in the robots meta tag on the folder index page
That's pretty extreme but it's about the only way to tell a search engine "go away, nothing here to see" without being sneaky and deceptive.
You want to use a 302- rather than a 301- redirect when you don't want value shifted from the redirecting URL to the destination URL. This is an SEO technique and some Web standards purists might question the value of doing it like this, but the major search engines have all indicated they won't follow a 302-redirect or pass value through it.
Technically, if you're redirecting, you don't need a Web page but if you're using the folder page to link to a script that does the redirect then you need to do all the folder-specific stuff.












LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks