<%@ Language="VBScript" %> <% Dim conn,rs,sql 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> <% Dim strq,ip,objRs strq="select top 3 * from fft order by id_num desc" 'response.Write(strq) Set objRs=objConn.execute(strq) %> Google and Yahoo Having Trouble with Results



Google and Yahoo Having Trouble with Results

Google and Yahoo having trouble with results?


Strange results are appearing for searches, be it any engine. Google is not alone in the race but Yahoo and MSN are also in the fray to get the top position for showing most corrupted results.

Threadwatch has reported finding evidence that Google is having trouble with sub sub domains.  For a good example of what we are talking about, do a simple search for "queer forum" on Google and you will see that 95 out of the top 100 are for CraigsList — not the best set of results. Even though this is a problem, it's not limited to Google — Yahoo is displaying almost the same set of results for that query.

 

 

Don’t we need an explanation for slaughter of genuine organic results? Search engines do own responsibility to show fair and natural listings. Problems with algorithm or any technical snag can persist for limited time, but once this scenario becomes a permanent phenomenon then it really sucks!

What do you say?

 

 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>