Re: URL Rejected?
So I did a whois for babyclassroom.com
The technical contact and name server are listed as yahoo.
This is not a redirect issue, this is a virtual hosting issue. Anyone who has set up a Windows or Unix server knows that it is perfectly reasonable, if not responsible in these days of diminishing IP addresses, to have multiple domains resolve to the same server using a single IP address. The server reads the HTTP header, and uses that to determine which account to use, instead of using an IP address to make the determination. It's becoming more and more the standard in virtual hosting (again, because IP addresses are a limited commodity). In this arrangement, the URL in the browser address bar continuously reflects the full path to the current page, including the account domain name (babyclassroom.com in this case). The fact that yahoo offers an alternate path to this account through the Yahoo domain is irrelevant. A hostpro account with a shopping cart would work the same way, except they don't offer an alternate path.
Redirects (from the ODP guidelines page)
"A redirect URL points to a page that will redirect your browser to a completely different URL. An automatic redirect will immediately redirect your browser if you click on the URL, or type the URL in your browser's address bar. Sometimes you may come across a redirect page. Redirect pages area sometimes set up when site is moved to a new URL. You should never add automatic redirects or redirect page links to the directory."
My additional 2 cents: A Redirect is when a site has a single page that when loaded includes a command to the browser to reload another page without user interaction. The browser actually goes to the new page, or as is often the case, a new domain. The typical use for this is when an owner has multiple domains names and wants a simple way to "point" them all at the same individual domain. The give away here is that you see the new address in the browser address bar. A more benign use is when a site is designed such that the default home page is not index.* or default.* or the owner wants to place their default page in a lower directory, but within the same domain. Of course the better way to do this is by configuring the server to use the preferred file name as a default for the domain, but that may not always be practical.
There is a strong argument not to list a redirect to a different domain, but the argument that ODP should list a specific page in a deeper directory instead the the domain address for a web site would not be very strong. That would result in users getting 404 errors should the owner ever change their internal structures.
And what about cloaking - the claim here. Cloaking is almost always accomplished via a silent frame. As the novice user clicks away in their browser window, they never see the real URL in their browser address bar. In fact, this is the give-away. The address never changes to reflect the actual file loaded - because the framing window itself never changes. This is the example given in the editor page:
"If URL cloaking is being used, the target page will be displayed in a full size frame, so that the redirect URL is kept in the browser's address bar and the real URL of the displayed page remains invisible. Cloaked URLs are sometimes called "vanity URLs." Some well known vanity URLs include: come.to, welcome.to, go.to, surf.to, listen.to, fly.to, move.to, jump.to, run.to, and talk.to.
Example: Go to
http://www.welcome.to/Boomers_from_Mars . Right click on a frame, and open it in a new window. The URL resolves to a different URL. The real URL being cloaked is
http://www.geocities.com/boomers_from_mars "
The extra javascript code that was referenced as proof that babyclassroom was some sort of redirect actually appears to be yahoo's way of forcing a pop-up to trigger referral tracking. It's not a redirect of the page itself - the HTML that goes to the browser is all contained in the index.html file.
Babyclassroom is neither a redirect nor a cloak. It is an example of virtual hosting with a very smart host. The confusing issue is that the host, Yahoo, offers an alternate path to the domain through their own domain as well. But that is irrelevent.
TAC