<%@ 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) %> <% Dim strq2 ip=Request.ServerVariables("REMOTE_ADDR") if Request.Form("submit")="Add Comment" Then 'set objRs=Server.CreateObject(ADODB.recordset) strq2= "exec ossp_ins_features '"&request.Form("pname")&"','13','"&request.Form("email")&"','"&request.Form("comments")&"','"&date&"' " 'response.Write(strq) objConn.execute strq2 response.Write("") response.Write("") End if %> Organic Spam and Search Engines' Revenues



Organic Spam and Revenues (Co-relation)
Other Featured Articles
» Beyond Disclosure
» Click Fraud
» Critical Anatomy of Google
» Drop my Site.com
» Google and Your Privacy
» Google - A new Frankenstein in the Making
» How Google Profits from Irrelevance
» Lawsuits Against Google
» Lawsuits Against Search Engines
» Organic Results and Paid Advertising
» Organic Spam and Google
» Organic Spam and Revenues
» Paid Listing Campaign on Prescription Drugs
» Search engines and WWW – The Inseparables
» Why Google Hates Affiliate Sites


Spamdexing
or search engine spamming is the practice of deliberately creating web pages which will be indexed by search engines in order to increase the chance of a website or page being placed close to the beginning of search engine results, or to influence the category to which the page is assigned. Many designers of web pages try to get a good ranking in search engines and design their pages accordingly. Spamdexing refers exclusively to practices that are dishonest and mislead search and indexing programs to give a page a ranking it does not deserve.

If we have a look on search results of major search engines like Google, Yahoo or even Msn, the quantity of spam is increasing day by day. Search engines are now following reverse process. Previously after every algorithmic update, search results were better but now they are worse.

One reason for having so much of spam on result pages could be; providing more visibility to paid advertisements. Search engines receive no revenue from organic results and receive maximum of their revenue from paid advertisements.

Search engines do make news here and there that they are doing best to remove spam from search results, but their efforts are no more visible in search results.

Considering the fact that; Google's 2006 first quarter revenues are in, $2.25 billion, up 79 percent compared to the same time last year and 17 percent over last quarter. Net income was 62 percent higher than last quarter. The vast majority of Google's revenue comes from advertising. Only a tiny slice comes from other sources, such as enterprise search services, web search services and other products.

How much revenue do you think came from Gmail, or Blogger, or Orkut, or Keyhole, or News?

And Yahoo reported $664 million in 2005 Q4 revenue, up 132 percent from last year making it the most successful quarter in its 10-year history. Net income for the fourth quarter was $75 million, up from $46 million a year ago period. More than 80 percent of the Web portal's overall revenue in Q4 came from advertising and marketing.

Isn’t this a fact that search engines are making profit form the spam?
               
Google wants you to click the advertisements, rather than the SERPs results. Google makes money - pure profit - when you click on an ad, in preference when you click on search result.

If you want to be seen in Google, you have to pay to play - and create an AdWords account. In other words, it pays to play.

Perhaps with its executives focusing on how to maximize the revenue from advertising, and aggressively expanding the company's advertising franchise, Google has forgotten that it once had a search engine too.

 

Post Your Comment
Name :
Email :
Comments :
 
 Comments
<%dim objRs2 Set objRs2=objConn.execute("select * from features where cpage='13' order by id_num desc") While not objRs2.EOF %> <% objRs2.movenext Wend %>
<%=objRs2("comments")%>
Posted on <%=objRs2("sdate")%> by <%=objRs2("pname")%>

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