November 12, 2006

Microsoft search suffers serious flaws


by Brian Turner

Microsoft Windows

Serious flaws in the new MSN Live.com search engine have been revealed, which could adversely affect websites.

The first is that MSN search is reportedly unable to handle 301 redirects, a common internet protocol used online to indicate that a webpage – or even a website – has moved to another domain.

This means that Live.com is likely to provide only information on older locations, including webpages and sites that no longer exist.

Perhaps most seriously, though, is the report that entire websites can be maliciously removed from the Live.com search index.

This involves Microsoft’s “anti-spam” filters, which are primed to remove websites where a large number of pages are copies of one another.

Rival businesses can reportedly have their competitors completely removed from Live.com, simply by creating a string of URLs for non-existent pages, and then forward the list to Microsoft.

The anti-spam filters will reportedly then simply perceive the website as spam, and automatically remove it.

While it remains clear that Microsoft’s presence in the search market is still relatively young, it can only be disappointing that their search engine currently suffers such basic technical issues.

The fact that it cannot apparently process basic internet protocols would be concern enough, but the fact that webmasters can reportedly remove other websites though malicious actions can only be especially serious.

In the meantime, online users have posted code online which should help protect websites from falling foul of the reported malicious practice until Microsoft fixes the issue:

PHP:

if($_GET) {
ignore_user_abort(true);
header (”Pragma: no-cache”);
header(”Cache-Control: no-store, no-cache, must-revalidate”);
header(”HTTP/1.1 301 Moved Permanently”);
header(”Location: http://www.yourdomain.com/ “);
header(”Connection: close”);
exit;
}
?>

ASP:

if request.QueryString <> “” then
response.status=”301 Moved Permanently”
response.addHeader “Location”, “http://www.YourSite.com”
end if

Questions? Discuss this in our Internet Business forums for help and advice

Story link: Microsoft search suffers serious flaws

Add to Bookmarks:

ADD TO DEL.ICIO.US     ADD TO DIGG     ADD TO FURL
ADD TO STUMBLEUPON     ADD TO YAHOO MYWEB     ADD TO GOOGLE     ADD TO SPURL

 

Leave a Reply




 

Previous: « PPC advertisers complain on new quality scoring
Next: Four seconds to sell online »

Visited 3252 times, 6 so far today