<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: One Stop Search Shopping<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

One Stop Search Shopping

Yahoo! India recently launched Glue Pages Beta, a new search experience that collates and integrates information from across the Web onto one enhanced visual results page. Glue Pages run across searches for select terms in categories such as health, sports, entertainment, travel, technology, and finance. Glue Pages Beta works well when searching for topics that have broad search results.

For example, if you search for “yoga,” the classic paid and natural search results will show up, but the page is also complimented with a Wikipedia definition for yoga, Google Blog Search results, as well as links from HowStuffWorks, YouTube videos on yoga and information from Y! India Answers.

“Searching on Glue Pages Beta will result in an experience that promises more than just web links. Users will receive more relevant, visually appealing search results from across the Web in one topical page. The new Glue Pages Beta feature for Yahoo! India Search supports our strategy to make Yahoo! the leading starting point on the Internet and demonstrates our commitment to provide a compelling online search experience,” said Gopal Krishna, Head of Audience, Yahoo! India.

To try out Yahoo! India Glue Pages Beta, click here

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>