<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yahoo! Search Blog &#187; SearchMonkey</title>
	<atom:link href="http://www.ysearchblog.com/category/searchmonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ysearchblog.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Nov 2009 17:12:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing SearchMonkey Structured Objects via BOSS</title>
		<link>http://www.ysearchblog.com/2009/10/15/accessing-searchmonkey-structured-objects-via-boss/</link>
		<comments>http://www.ysearchblog.com/2009/10/15/accessing-searchmonkey-structured-objects-via-boss/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:00:41 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[BOSS]]></category>
		<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://www.ysearchblog.com/?p=1452</guid>
		<description><![CDATA[SearchMonkey and the structured Web
We’ve just announced an all-new Yahoo! Search experience, with many new features powered by SearchMonkey data.  Since launching our open developer platform in May 2008, Yahoo! Search has enabled thousands of developers to shape the search experience for millions of Yahoo! users. If you are interested in building semantic applications similar [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SearchMonkey and the structured Web</strong></p>
<p>We’ve just announced an <a href="../../../../../../2009/09/22/welcome-to-the-new-yahoo-search/" target="_blank">all-new Yahoo! Search experience</a>, with many new features powered by <a href="../../../../../../2009/08/28/see-more-searchmonkey/" target="_blank">SearchMonkey data</a>.  Since <a href="../../../../../../2008/05/15/the-monkey-is-out-and-the-challenge-is-on/" target="_blank">launching</a> our open developer platform in May 2008, Yahoo! Search has enabled thousands of developers to shape the search experience for millions of Yahoo! users. If you are interested in building semantic applications similar to what we’ve come up with at Yahoo! Search, here are some details to get you started.</p>
<p><strong>What structured objects are available? </strong></p>
<p>All of the objects listed on the <a href="http://developer.search.yahoo.com/start" target="_blank">SearchMonkey</a> homepage are available to you. With the new feature “object refiners,” users can now restrict the search results to specific object types. Site owners contribute data of these objects by marking up their pages with RDF or microformats, or by providing dataRSS feeds. If you’re interested in the actual data of these objects, use the <a href="http://developer.yahoo.com/search/boss/structureddata.html" target="_blank">Yahoo! Search BOSS API</a> to request the SearchMonkey data as part of the search request.</p>
<p><strong>How can I access these structured objects? </strong></p>
<p>The SearchMonkey team has been encouraging developers to use our structured data to build semantic Web applications ever since we <a href="../../../../../../2009/02/11/boss-update-open-monetization-pricing-structured-data-and-more/" target="_blank">partnered</a> with BOSS.  Using the BOSS API, you can access SearchMonkey structured objects.</p>
<p>To restrict the result set to pages with SearchMonkey objects, just add “searchmonkey:&lt;objectType&gt;” to your query. The result set from BOSS will only contain URLs that have objects of that type.</p>
<p>For example, the following query returns all of the documents in the Yahoo! Web index that has the words “Sunnyvale” and “pizza” – about 3 million pages.</p>
<p><a href="http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml" target="_blank">http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml</a></p>
<p>But if you only want pages with local business objects on them, you can add “searchmonkey:local” to the query:</p>
<p><a href="http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza+searchmonkey:local?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml" target="_blank">http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza+searchmonkey:local?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml</a></p>
<p>This query returns about 25,000 pages.</p>
<p>Yes, we’ve just thrown out over 90 percent of the result set – but we are after the most relevant results, not simply the greatest number of results. Our new object refiners use SearchMonkey’s structured data to narrow your query from “pizza+Sunnyvale” to actual local business listings within those results. You can use BOSS to retrieve the same structured data and construct any presentation you like.</p>
<p>You can take it a step further and add any of these terms to the query:</p>
<ul>
<li>searchmonkey:video      &#8211; restricts the result set to videos.</li>
<li>searchmonkey:product      &#8211; restricts the result set to products.</li>
<li>searchmonkey:local      &#8211; restricts the result set to local businesses.</li>
<li>searchmonkey:event      &#8211; restricts the result set to events.</li>
<li>searchmonkey:document      &#8211; restricts the result set to presentations, spreadsheets, and similar      document formats.</li>
<li>searchmonkey:discussion      &#8211; restricts the result set to blogs and forums.</li>
<li>searchmonkey:game      &#8211; restricts the result set to Flash games.</li>
</ul>
<p><strong>What don’t I get?</strong></p>
<p>Not all structured data we&#8217;ve collected is part of the BOSS API.  For example, some third parties who provide us with feeds have elected to keep that data outside of BOSS. Structured data annotations from technologies built by Yahoo! Research are also not available to third party developers via BOSS. However, we aim to include all data we find embedded in web pages that deploy microformats or RDFa.</p>
<p>Our goal is a successful semantic Web where we extract the semantics as we process Web content. Every page marked up with semantic data makes that much easier for us to extract meaning from that page. And it’s not just us! Google Video Search has recently adopted the same video markup (RDFa and Facebook Share) that SearchMonkey supports.</p>
<p><strong>What’s next?</strong></p>
<p>We will make many more object types available to you soon. In the mean time, you can learn more about SearchMonkey and how we acquire structured data annotations from this new from this <a href="http://developer.yahoo.net/blog/archives/2009/10/what_powers_searchmonkey.html" target="_blank" target="_blank">post on the YDN Blog</a>.</p>
<p>Kevin Haas</p>
<p>Senior engineering manager, Yahoo! SearchMonkey</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/10/15/accessing-searchmonkey-structured-objects-via-boss/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>See More SearchMonkey in Your Search Results</title>
		<link>http://www.ysearchblog.com/2009/08/28/see-more-searchmonkey/</link>
		<comments>http://www.ysearchblog.com/2009/08/28/see-more-searchmonkey/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:00:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://www.ysearchblog.com/?p=1360</guid>
		<description><![CDATA[Want a little more SearchMonkey in your Yahoo! search results? Starting today, more enhanced results for product, local, entertainment, reference, social, and tech sites will appear automatically in your results, putting more information and answers right at your fingertips.
First, we’d like to thank everyone who deployed microformats, RDFa, and feeds in response to our blog [...]]]></description>
			<content:encoded><![CDATA[<p>Want a little more SearchMonkey in your Yahoo! search results? Starting today, more enhanced results for product, local, entertainment, reference, social, and tech sites will appear automatically in your results, putting more information and answers right at your fingertips.</p>
<p>First, we’d like to thank everyone who deployed microformats, RDFa, and feeds in response to <a href="../../../../../../2009/05/19/key-milestones-for-searchmonkey-and-boss/" target="_blank">our blog post in May</a>. Thanks to your efforts, we’ve finished user testing for the new enhanced results templates and have deployed these templates in production. This means that in addition to <a href="http://developer.search.yahoo.com/help/objects/video" target="_blank">Video</a>, <a href="http://developer.search.yahoo.com/help/objects/documents" target="_blank">Documents</a>, and <a href="http://developer.search.yahoo.com/help/objects/games" target="_blank">Games</a>, you can now add <a href="http://developer.search.yahoo.com/help/objects/product" target="_blank">Product</a>s, <a href="http://developer.search.yahoo.com/help/objects/local" target="_blank">Local Business</a>es, <a href="http://developer.search.yahoo.com/help/objects/event" target="_blank">Event</a>, <a href="http://developer.search.yahoo.com/help/objects/discussion" target="_blank">Discussion</a>s, or <a href="http://developer.search.yahoo.com/help/objects/news" target="_blank">News</a> items to your pages. Anyone who provides structured data according to the specified format will automatically gain SearchMonkey default-on status, as long as it adheres to our terms of use.</p>
<p>For example, here are some results you’ll see when you search for products:</p>
<p><a title="Pop Art Toaster Enhanced Yahoo! Search Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3838565604/" target="_blank"><img src="http://farm3.static.flickr.com/2424/3838565604_9b84e2b09a.jpg" alt="Pop Art Toaster Enhanced Yahoo! Search Results" width="500" height="99" /></a></p>
<p><a title="Lil Wayne Tha Carter Enhanced Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3837794059/" target="_blank"><img src="http://farm3.static.flickr.com/2625/3837794059_d2a4767722.jpg" alt="Lil Wayne Tha Carter Enhanced Results" width="500" height="92" /></a></p>
<p>Here are some results you’ll see when you search for local businesses:</p>
<p><a title="The Capital Grille Tampa FL Enhanced Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3837801423/" target="_blank"><img src="http://farm3.static.flickr.com/2669/3837801423_d3193df051.jpg" alt="The Capital Grille Tampa FL Enhanced Results" width="500" height="74" /></a></p>
<p><a title="Gochi Reviews Enhanced Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3815276221/" target="_blank"><img src="http://farm3.static.flickr.com/2483/3815276221_9c1d555f50.jpg" alt="Gochi Reviews Enhanced Results" width="500" height="74" /></a></p>
<p>You can see the ratings, number of reviews, phone number, and address for local businesses right on the search results page. You can also see the ratings, price, and number of reviews for products, helping you decide which page fits your interest most, and find what you’re looking for faster.</p>
<p>In addition to these SearchMonkey templates, we’re also releasing a number of custom SearchMonkey default-on applications. Entertainment buffs will be particularly excited about a few of the Entertainment apps, including RottenTomatoes, Netflix, IMDB, and Yahoo! Movies.</p>
<p>The following are just a couple of examples you’ll see when you search for entertainment-related info:</p>
<p><a title="Milk Movie Reviews Enhanced Results  by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3815276287/" target="_blank"><img src="http://farm3.static.flickr.com/2652/3815276287_80fd9cecc0.jpg" alt="Milk Movie Reviews Enhanced Results " width="500" height="89" /></a></p>
<p><a title="Gran Torino Enhanced Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3838592032/" target="_blank"><img src="http://farm3.static.flickr.com/2538/3838592032_80fe3c7253.jpg" alt="Gran Torino Enhanced Results" width="500" height="82" /></a></p>
<p>Beyond entertainment, we’re also automatically turning on results for high performing sites in as the social networking, reference, and download categories. The list includes Friendster, Britannica, and FileHippo.</p>
<p>We laud the efforts that developers everywhere have put into developing the SearchMonkey ecosystem and their contribution toward improving the search experience for users.</p>
<p>Great apps are <a href="http://gallery.search.yahoo.com/" target="_blank">built</a> every week so look forward to even more SearchMonkey in your search results in the future – we’re looking forward to it, too.</p>
<p>Yi-An Lin and Nick Cox</p>
<p>Senior Product Manager</p>
<p>Yahoo! Search</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/08/28/see-more-searchmonkey/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>SearchMonkey Updates: New Enhanced Results and Support of Google Base Formatting</title>
		<link>http://www.ysearchblog.com/2009/06/18/searchmonkey-updates-new-enhanced-results-and-support-of-google-base-formatting/</link>
		<comments>http://www.ysearchblog.com/2009/06/18/searchmonkey-updates-new-enhanced-results-and-support-of-google-base-formatting/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:00:31 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://www.ysearchblog.com/?p=1282</guid>
		<description><![CDATA[Today, we are announcing two updates that make it easier for site owners and developers to share and use structured data within Yahoo! Search:  new enhanced results and the support of Google Base formatting for structured data feeds. Let&#8217;s take a look at these two updates.
New Enhanced Results &#8211; Products, Events, News and More
Back in [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we are announcing two updates that make it easier for site owners and developers to share and use structured data within Yahoo! Search:  new enhanced results and the support of Google Base formatting for structured data feeds. Let&#8217;s take a look at these two updates.</p>
<p><strong>New Enhanced Results &#8211; Products, Events, News and More</strong></p>
<p>Back in March 2009, we <a href="http://www.ysearchblog.com/2009/03/12/embed-videos-games-and-docs-with-searchmonkey/">announced</a> a simple way for site owners to embed video, games, and documents in Yahoo! Search results. Starting today, we are expanding this capability by giving site owners the power to display enhanced results for product pages, local information, events, news, and discussions.</p>
<p>If your site&#8217;s data falls into one of these categories, add a few lines of markup to your pages, and SearchMonkey will do the rest of the work. After we recrawl your page, we&#8217;ll extract the structured data and use it to display your data as an <a href="http://developer.yahoo.net/blog/archives/2008/07/new_searchmonke_1.html" target="_blank">enhanced result</a>.</p>
<p>For example, a retail website could add a few lines of code so that its product pages display as an enhanced result that includes the overall rating, price, reviews, and product photo directly on the search results page. Let&#8217;s say we have a fictional store called Sytore.com and the site owners have added the following code to their product pages:</p>
<p>&lt;div typeof=&quot;product:Product&quot;<br />
    xmlns:product=&quot;http://search.yahoo.com/searchmonkey/product/&quot;<br />
    xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;&gt;</p>
<p>    &lt;span property=&quot;product:listPrice&quot;&gt;49.99&lt;/span&gt;<br />
    &lt;span property=&quot;product:salePrice&quot;&gt;39.99&lt;/span&gt;<br />
    &lt;span property=&quot;product:currency&quot; content=&quot;USD&quot; /&gt;</p>
<p>    &lt;span property=&quot;rdfs:label&quot;&gt;Pinball Maven : Video Games : Electronics&lt;/span&gt;</p>
<p>    &lt;span rel=&quot;rdfs:seeAlso media:image&quot;&gt;<br />
         &lt;img src=&quot;http://www.sytore.com/product.jpg&quot;/&gt;<br />
    &lt;/span&gt;</p>
<p>    &lt;div rel=&quot;review:hasReview&quot;&gt;<br />
        &lt;span typeof=&quot;review:Review&quot;&gt;<br />
            &lt;span property=&quot;review:rating&quot;&gt;4&lt;/span&gt;<br />
            &lt;span property=&quot;review:totalRatings&quot;&gt;17&lt;/span&gt;<br />
        &lt;/span&gt;<br />
    &lt;/div&gt;<br />
&lt;/div&gt;  </p>
<p>Sytore.com&#8217;s product pages (such as its product page for &#8220;Pinball Maven&#8221;) would then display as an enhanced result:</p>
<p><a title="SearchMonkey Enhanced Results by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3637484774/" target="_blank"><img src="http://farm3.static.flickr.com/2441/3637484774_3235b55a90.jpg" alt="SearchMonkey Enhanced Results" width="500" height="92" /></a><br />
<small>(*Example only)</small></p>
<p>Enhanced results bring users the information they need while helping site owners stand out on the search results page. You can add code to display local information as enhanced results with phone numbers and addresses. You can also display location and date for festivals, concerts, and other events.</p>
<p>A news website can take advantage of the SearchMonkey news object type and add code to enhance how their pages display in search. For example, a news website such as the (fictional) Thenewsy.com could add a few lines of code to its news article pages to display a photo and publication date. A query on &#8220;<a href="http://search.yahoo.com/search?p=Obama+Iraq" target="_blank">Obama Iraq</a>&#8221; could display an enhanced result from Thenewsy.com:</p>
<p><a title="SearchMonkey news enhanced result example by Yahoo! Search Blog, on Flickr" href="http://www.flickr.com/photos/ysearchblog/3637492640/" target="_blank"><img src="http://farm4.static.flickr.com/3661/3637492640_bbb631458a.jpg" alt="SearchMonkey news enhanced result example" width="500" height="83" /></a><br />
<small>(*Example only)</small></p>
<p>If your site contains a forum, blog, or other types of online discussion, you can add some markup to display the number of comments and thread date.  You can learn about how to get started with each of these object types on our <a href="http://developer.search.yahoo.com/start" target="_blank" target="_blank">overview page</a>.</p>
<p>Enhanced results for these new data types will appear in Yahoo! Search results a few weeks after you add the markup, and after we&#8217;ve crawled your pages to extract the necessary structured data. There is no sign-up process, so we encourage you to begin adding markup to your sites now so that your results can be visible to users.</p>
<p>From the beginning, SearchMonkey has been powered by open formats, which is why we are continuing to support the use of <a href="http://www.w3.org/TR/xhtml-rdfa-primer" target="_blank">RDFa</a>, <a href="http://microformats.org/" target="_blank">microformats</a>, and now <a href="http://www.iptc.org/cms/site/index.html?channel=CH0106" target="_blank">NewsML</a> for these additional object types.  With the help of site owners and developers, we are moving more rapidly towards structuring the Web and enabling new search experiences.  As we <a href="http://www.ysearchblog.com/2009/05/19/key-milestones-for-searchmonkey-and-boss/">mentioned</a> a few weeks ago, RDFa structured data collected by SearchMonkey has increased by 413% since October 2008. With the release of these new object types, we look forward to seeing that figure continue to climb.</p>
<p><strong>Google Base </strong></p>
<p>Since its launch in late 2005, there has been a growing community of tools and partners for <a href="http://base.google.com/" target="_blank">Google Base</a>, Google&#8217;s online repository for user-contributed structured data. Today, Yahoo! Search will accept five popular <a href="http://base.google.com/support/bin/topic.py?topic=2922" target="_blank">Google Base feed</a> item types: Event, Product, Review, Job, and Personals.</p>
<p>Why is this important?  First, site owners who have Google Base feeds containing Event and Product information can now <a href="http://developer.search.yahoo.com/start" target="_blank" target="_blank">automatically</a> have their enhanced results displayed in Yahoo! Search by submitting their existing feed through <a href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo! Site Explorer</a>.</p>
<p>In addition, for all five item types, it&#8217;s now easier to use your Google Base feed within Yahoo! Search.  Site Explorer will convert your existing feed to <a href="http://developer.yahoo.com/searchmonkey/smguide/datarss.html" target="_blank">DataRSS XML</a>, allowing your data to be stored within Yahoo! and accessible to developers through <a href="http://developer.yahoo.com/search/boss/" target="_blank">BOSS</a> for building third party search engines and the <a href="http://gallery.search.yahoo.com/" target="_blank">SearchMonkey Developer Tool</a> for building applications.</p>
<p>For detailed instructions, refer to the full <a href="http://developer.yahoo.com/searchmonkey/smguide/creating_feeds.html#googlebase" target="_blank">documentation</a> within the Yahoo! Developer Network site.  For information about how to build your Google Base feed, refer to the <a href="http://base.google.com/support/bin/topic.py?topic=11271" target="_blank">Google Base feed documentation</a>.</p>
<p>Please <a href="http://tech.groups.yahoo.com/group/searchmonkey-developers/" target="_blank">let us know</a> if you have any questions or comments.  We welcome your feedback.</p>
<p>Yahoo! Search</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/06/18/searchmonkey-updates-new-enhanced-results-and-support-of-google-base-formatting/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Key Milestones for SearchMonkey and BOSS</title>
		<link>http://www.ysearchblog.com/2009/05/19/key-milestones-for-searchmonkey-and-boss/</link>
		<comments>http://www.ysearchblog.com/2009/05/19/key-milestones-for-searchmonkey-and-boss/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:00:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[BOSS]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://www.ysearchblog.com/?p=1231</guid>
		<description><![CDATA[Since launching SearchMonkey last May and Yahoo! Search BOSS last July, we’ve reached some impressive milestones: BOSS is now serving 30 million queries a day, and SearchMonkey is celebrating its first anniversary with 70 million enhanced results viewed daily.
Along the way, we’ve made great headway in opening up Yahoo! Search by accelerating the adoption of [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://www.ysearchblog.com/2008/05/15/the-monkey-is-out-and-the-challenge-is-on/" target="_blank">launching SearchMonkey</a> last May and <a href="http://www.ysearchblog.com/archives/000599.html" target="_blank">Yahoo! Search BOSS</a> last July, we’ve reached some impressive milestones: BOSS is now serving 30 million queries a day, and SearchMonkey is celebrating its first anniversary with 70 million enhanced results viewed daily.</p>
<p>Along the way, we’ve made great headway in opening up Yahoo! Search by accelerating the adoption of structured data across the Web and empowering developers to innovate in search. Here’s a look at some of the important initiatives we’ve accomplished with <a href="http://developer.yahoo.com/searchmonkey/" target="_blank">SearchMonkey</a> and <a href="http://developer.yahoo.com/search/boss/" target="_blank" target="_blank">BOSS</a>.</p>
<p>With BOSS, we’ve made key updates including allowing developers to <a href="http://www.ysearchblog.com/2009/02/11/boss-update-open-monetization-pricing-structured-data-and-more/" target="_blank">monetize</a> through third-party platforms and enabling access to SearchMonkey structured data.  The BOSS API is on track to hit 1 billion monthly queries in May, without even including the volume from traditional Yahoo Search syndication.  This is more than three times the queries served just <a href="http://www.ysearchblog.com/2008/12/08/boss-reaches-a-milestone/" target="_blank">six months ago</a>, and ranks ahead of the combined searches on Ask and Facebook, and just behind Microsoft<sup>1</sup>.</p>
<p>With SearchMonkey, we’ve launched numerous valuable initiatives over the last year. We turned applications default-on for many sites to improve <a href="http://www.ysearchblog.com/2008/08/01/yelp-yahoo-local-linkedin-searchmonkey-apps-now-default-on/" target="_blank">local</a> , <a href="http://www.ysearchblog.com/2009/01/15/wikipedia-searchmonkey-app-now-default-on/" target="_blank">reference</a>, and <a href="http://www.ysearchblog.com/2009/02/26/let-searchmonkey-feed-your-facebook-addiction/" target="_blank">social</a> searches. We also enabled publishers to <a href="http://www.ysearchblog.com/2009/03/12/embed-videos-games-and-docs-with-searchmonkey/" target="_blank">more easily</a> display enhanced results for video, games, and documents by adding a few lines of code. Additionally, as a part of our effort to promote a more meaningful understanding of the Web, we have continued to support <a href="http://www.ysearchblog.com/2009/04/22/sun-fun-and-search-in-ibiza/" target="_blank">semantic tech gatherings</a> such as <a href="http://vocamp.org/wiki/Main_Page" target="_blank" target="_blank">VoCamp</a>.</p>
<p>SearchMonkey is currently live in 23 markets around the world, reaching some significant global milestones:<br />
•	70 million enhanced SearchMonkey results are viewed by users every day.<br />
•	Site owners have seen a more than 15% increase in the click-through rates of their SearchMonkey search results when tested against non-SearchMonkey results.<br />
•	200 people enter the developer tool and start creating an application each day.<br />
•	Over 15,000 developers have registered to build applications, with over 400 applications available for use in galleries.<br />
•	RDFa structured data driven by SearchMonkey has increased by 413% since October, 2008.</p>
<p>In the coming months with SearchMonkey, we will be driving efforts toward increasing structured data on the Web, more uses for existing structured data, and easier ways to display enhanced results for some data types. We’ll throw in a little fun, too, with some open customization of the Yahoo! Search results page.  With BOSS, you can look forward to more specialized searches that will help consumers reach their content more easily than ever.</p>
<p>We want to extend our thanks to the developer communities within both SearchMonkey and BOSS and to partners including Facebook, Yelp, and LinkedIn, for joining us in our efforts to make search richer and more open, and for helping us reach these milestones. We’re pleased with what we’ve done in this past year. More importantly, we’re excited about and focused on where we’re taking you next.</p>
<p>Larry Cornett<br />
Vice President, Consumer Products, Yahoo! Search</p>
<p><small><sup>1</sup>comScore qSearch April 2009. Queries delivered via the BOSS API and served by Yahoo! partners are not counted as Yahoo! Search queries by comScore or other metrics providers.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/05/19/key-milestones-for-searchmonkey-and-boss/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Embed Videos, Games, and Docs the Easy Way with SearchMonkey</title>
		<link>http://www.ysearchblog.com/2009/03/12/embed-videos-games-and-docs-with-searchmonkey/</link>
		<comments>http://www.ysearchblog.com/2009/03/12/embed-videos-games-and-docs-with-searchmonkey/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:00:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/?p=932</guid>
		<description><![CDATA[Creating enhanced results just got a lot easier with a new SearchMonkey feature that allows site owners and developers to embed flash video, games, and documents directly in Yahoo! Search results. 
The premise is simple: if you have a flash video, game, or document (like a presentation or spreadsheet) embedded on a page, adding a [...]]]></description>
			<content:encoded><![CDATA[<p>Creating enhanced results just got a lot easier with a new <a href="http://developer.yahoo.com/searchmonkey/" target="_blank" target="new">SearchMonkey</a> feature that allows site owners and developers to embed flash video, games, and documents directly in Yahoo! Search results. </p>
<p>The <a href="http://developer.search.yahoo.com/start" target="_blank" target="_blank" target="new">premise</a> is simple: if you have a flash video, game, or document (like a presentation or spreadsheet) embedded on a page, adding a few lines of code will make it appear as an enhanced result after we recrawl your page.  Very little semantic markup knowledge is required, and you don’t have to build your own application.  SearchMonkey does the heavy lifting, taking your markup and extracting the necessary structured data to display it as an enhanced result.</p>
<p>For example, check out the code that <a href="http://www.hulu.com/" target="_blank" target="_blank" target="new">Hulu</a> added to create an enhanced result for a <a href="http://search.yahoo.com/search?p=the+simpsons+apples" target="_blank" target="_blank" target="new">clip</a> from The Simpsons.  Just the first two lines of code are required to generate an enhanced result. The other four lines are optional and assist with the display.<br />
<font face="Courier"><br />
&lt;link rel=&quot;image_src&quot; href=&quot;http://thumbnails.hulu.com/9/967/32912_145&#215;80_generated__VfWxSNY3rESG1ntOzexNRQ.jpg&quot; /&gt;<br />
   &lt;link rel=&quot;video_src&quot; href=&quot;http://www.hulu.com/embed/GREW9Qw0P7KjIyjJydQYRw&quot; /&gt;<br />
   &lt;meta name=&quot;video_height&quot; content=&quot;296&quot;/&gt;<br />
   &lt;meta name=&quot;video_width&quot; content=&quot;512&quot;/&gt;<br />
   &lt;meta name=&quot;description&quot; content=&quot;Video description: Homer gets upset at a vending machine filled with apples.&quot;/&gt;<br />
   &lt;meta name=&quot;video_type&quot; content=&quot;application/x-shockwave-flash&quot;/&gt;</font></p>
<p>By adding this markup, Hulu enabled enhanced results for their page in the Yahoo! search results for the query “<a href="http://search.yahoo.com/search?p=the+simpsons+apples" target="_blank" target="_blank" target="new">The Simpsons Apples</a>.” </p>
<p><a href="http://www.flickr.com/photos/ysearchblog/3348118354/" target="_blank" title="Hulu Video Enhanced Result with Yahoo! SearchMonkey by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3554/3348118354_dc3077251e.jpg" width="500" height="81" alt="Hulu Video Enhanced Result with Yahoo! SearchMonkey" /></a></p>
<p>When users click on the thumbnail image, an expanded video drops down so they can watch the video clip directly on the search results page.  </p>
<p><a href="http://www.flickr.com/photos/ysearchblog/3348118378/" target="_blank" title="Hulu Video Enhanced Result with Yahoo! SearchMonkey - Expanded by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3473/3348118378_6545ec9566.jpg" width="500" height="334" alt="Hulu Video Enhanced Result with Yahoo! SearchMonkey - Expanded" /></a></p>
<p>As Yahoo! Search continues to promote the use of open and de facto formats, we are supporting the use of <a href="http://www.w3.org/TR/xhtml-rdfa-primer/" target="_blank" target="new">RDFa</a> and <a href="http://www.facebook.com/share_partners.php" target="_blank" target="new">Facebook Share</a> markup (an existing format currently deployed on many sites) to power such enhanced results.  Code for site owners is currently available for <a href="http://developer.search.yahoo.com/help/objects/video" target="_blank" target="new">flash video</a>, <a href="http://developer.search.yahoo.com/help/objects/games" target="_blank" target="new">games</a>, and <a href="http://developer.search.yahoo.com/help/objects/documents" target="_blank" target="new">documents</a>. We encourage you to add markup to your sites now so our crawlers can start indexing them right away.  Users can already see the enhanced result for video on their search results, and we’ll begin to support documents and games in the next month or so.  </p>
<p>In order to provide the best search experience for Yahoo! users, we’ll be reviewing sites that want to display rich media content before they can appear in search results.  We’re currently supporting a number of popular video players including Hulu, YouTube, and MetaCafe.  Learn how to participate and submit other players for consideration from our <a href="http://developer.search.yahoo.com/start" target="_blank" target="_blank" target="new">overview page</a>.  </p>
<p>We think enabling users to preview rich content right on the search results page will help them find what they’re looking for faster than ever.  By allowing participation using simple markup, site owners can make their content easier to find while taking another step toward a more structured Web. </p>
<p>We welcome feedback as we continue to roll out improvements and new features for SearchMonkey. Please let us know what you think in the comments section below or on the <a href="http://tech.groups.yahoo.com/group/searchmonkey-developers/" target="_blank" target="new">SearchMonkey forum</a>. </p>
<p>Yahoo! SearchMonkey Team</p>
<p>P.S. We want to wish a Happy Birthday to <a href="http://www.hulu.com/" target="_blank" target="_blank" target="new">Hulu</a>.  Congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/03/12/embed-videos-games-and-docs-with-searchmonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Let SearchMonkey Feed Your Facebook Addiction</title>
		<link>http://www.ysearchblog.com/2009/02/26/let-searchmonkey-feed-your-facebook-addiction/</link>
		<comments>http://www.ysearchblog.com/2009/02/26/let-searchmonkey-feed-your-facebook-addiction/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:00:23 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/?p=906</guid>
		<description><![CDATA[Starting today, Facebook enhanced results will automatically appear in search results. This means users can add a friend, poke, send a message, and view a person’s friends from the deep links on the search results page. Facebook shared the structured data for this SearchMonkey app by adding semantic markup to their public profile pages.  [...]]]></description>
			<content:encoded><![CDATA[<p>Starting today, Facebook enhanced results will automatically appear in search results. This means users can add a friend, poke, send a message, and view a person’s friends from the deep links on the search results page. <a href="http://www.facebook.com/" target="_blank" target="new">Facebook</a> shared the structured data for this SearchMonkey app by adding <a href="http://microformats.org/wiki/hcard" target="_blank" target="new">semantic markup</a> to their public profile pages.  </p>
<p>Here’s an example of the Facebook enhanced result with <a href="http://search.yahoo.com/search?p=alex+moskalyuk" target="_blank" target="new">Alex Moskalyuk</a>, a key Facebook engineer on this project.</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/3311178278/" target="_blank" title="Facebook Enhanced Result - Alex Moskalyuk by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3605/3311178278_3398d48058_o.png" width="581" height="97" alt="Facebook Enhanced Result - Alex Moskalyuk" /></a></p>
<p>See the SearchMonkey app for Facebook in action yourself and try a search for your friends. Here at the Yahoo! Search Blog, we had fun checking out the Facebook profiles of marketing VP <a href="http://search.yahoo.com/search?p=raj+gossain" target="_blank" target="new">Raj Gossain</a> and senior product marketing manager <a href="http://search.yahoo.com/search?p=graham+mudd" target="_blank" target="new">Graham Mudd</a>. </p>
<p>We care about privacy as much as you do, so you’ll only see results for Facebook users who have enabled their profiles to be publicly searched and viewed.  If you’re interested in “social-izing” your search results page further, check out <a href="http://gallery.search.yahoo.com/social/" target="_blank" target="new">other SearchMonkey apps</a> for social networking sites such as <a href="http://gallery.search.yahoo.com/application?smid=UBm" target="_blank" target="new">StumbleUpon</a>, <a href="http://gallery.search.yahoo.com/application?smid=YLs" target="_blank" target="new">Delicious</a>, and <a href="http://gallery.search.yahoo.com/application?smid=zUp" target="_blank" target="new">MyBlogLog</a>.   </p>
<p>We hope the SearchMonkey app for Facebook and our other social apps make finding and connecting with friends on the Web easier than ever.  Let us know what you think.</p>
<p>SearchMonkey Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/02/26/let-searchmonkey-feed-your-facebook-addiction/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Wikipedia SearchMonkey App Now Default On</title>
		<link>http://www.ysearchblog.com/2009/01/15/wikipedia-searchmonkey-app-now-default-on/</link>
		<comments>http://www.ysearchblog.com/2009/01/15/wikipedia-searchmonkey-app-now-default-on/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 17:00:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/?p=708</guid>
		<description><![CDATA[Starting today, the Wikipedia Enhanced Result will automatically appear in the search results.  Not surprisingly, we’ve seen a handful of Wikipedia Enhanced Results and Infobars built in the past few months.  After observing how people used these apps, we gathered the best elements from each and built a new app.  If you [...]]]></description>
			<content:encoded><![CDATA[<p>Starting today, the Wikipedia Enhanced Result will automatically appear in the search results.  Not surprisingly, we’ve seen a <a href="http://gallery.search.yahoo.com/search?p=wiki" target="_blank">handful</a> of Wikipedia Enhanced Results and Infobars built in the past few months.  After observing how people used these apps, we gathered the best elements from each and built a new app.  If you prefer any of the other Wikipedia apps, you can of course opt to use them instead (by adjusting your preferences <a href="http://search.yahoo.com/preferences/preferences?page=sm" target="_blank">here</a>).</p>
<p>This new Wikipedia app includes a photo (if there’s one in the corresponding article), deep links to the first four sections of the article, and a snippet pulled from the article summary.  For example, say you’re a mid-century furniture fan and you’re looking to learn more about <a href="http://search.yahoo.com/search?p=eames+chairs" target="_blank">Eames chairs</a>.  A search for Eames chairs will bring up two Wikipedia results for two of their famous chairs.  You can use the photo to help you decide which result is best for your needs (this is called result disambiguation by us search geeks) and then click a deep link to jump directly to your answer.</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/3198499634/" target="_blank" title="Wikipedia Enhanced Result by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3077/3198499634_8992028b5f.jpg" width="500" height="211" alt="Wikipedia Enhanced Result" /></a></p>
<p>While Wikipedia may be the most well-known reference site on the web, it’s certainly not the only one.  In fact, there are SearchMonkey apps for many other top sites, including <a href="http://gallery.search.yahoo.com/application?smid=hsb" target="_blank">HowStuffWorks</a>, <a href="http://gallery.search.yahoo.com/application?smid=4hs" target="_blank">eHow</a>, <a href="http://gallery.search.yahoo.com/application?smid=Nlg" target="_blank">CIA World Factbook</a>, <a href="http://gallery.search.yahoo.com/application?smid=Oat" target="_blank">Merriam-Webster</a>, and <a href="http://gallery.search.yahoo.com/information/" target="_blank">a lot more</a>.  </p>
<p><a href="http://www.flickr.com/photos/ysearchblog/3197653685/" target="_blank" title="CIA Factbook Infobar (2) by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3434/3197653685_7a4011c0c8.jpg" width="406" height="500" alt="CIA Factbook Infobar (2)" /></a></p>
<p>We hope these apps make searching for reference information on the web easier and faster.  Let us know if you have any feedback.</p>
<p>SearchMonkey Team</p>
<p>p.s. <a href="http://en.wikipedia.org/wiki/January_15" target="_blank">Today</a> appears to be the 8th anniversary of the launch of Wikipedia.  Congrats to Wikipedia and its many contributors!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2009/01/15/wikipedia-searchmonkey-app-now-default-on/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>2008 Technology Awards for MashMaker and SearchMonkey</title>
		<link>http://www.ysearchblog.com/2008/12/05/2008-technology-awards-for-mashmaker-and-searchmonkey/</link>
		<comments>http://www.ysearchblog.com/2008/12/05/2008-technology-awards-for-mashmaker-and-searchmonkey/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:57:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/blog/2008/12/05/2008-technology-awards-for-mashmaker-and-searchmonkey/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/ysearchblog/3086006662/" target="_blank" title="RWW Award by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3121/3086006662_9a3ae5bf96_m.jpg" width="150" height="150" alt="RWW Award" ALIGN=RIGHT></a></p>
<p>The Yahoo!  <a href="http://developer.yahoo.com/searchmonkey/" target="_blank">SearchMonkey</a> team would like to congratulate our colleagues at Intel <a href="http://mashmaker.intel.com/web/" target="_blank">MashMaker</a>, who have just received Argentina&#8217;s <a href="http://www.tecnozona.com.ar/?q=node/2217" target="_blank">Sodosky Award for Technology Innovation</a>. As we&#8217;ve <a href="http://developer.yahoo.net/blog/archives/2008/10/swinging_throug.html" target="_blank">reported before</a>, MashMaker is not only a powerful tool that enables non-programmers to extract semantic data from websites to create mashups, but you can also use MashMaker to <a href="http://www.slideshare.net/post.chris/searchmonkey-mash-maker-tutorial-presentation" target="_blank">rapidly create extractors for SearchMonkey applications</a>. If you haven&#8217;t tried using MashMaker and SearchMonkey together yet, you can <a href="http://mashmaker.intel.com/web/download.html" target="_blank">download MashMaker</a>, click on the little monkey icon and give it a try.</p>
<p>In related award news, we are pleased to announce that <a href="http://www.readwriteweb.com/" target="_blank">ReadWriteWeb</a> has recognized SearchMonkey as one of its <a href="http://www.readwriteweb.com/archives/top_10_semantic_web_products_2008.php" target="_blank">Top 10 Semantic Web Products of 2008</a> for &#8220;the best use of Semantic Web by an Internet bigco this year.&#8221; We&#8217;d like to thank ReadWriteWeb for the recognition, and congratulate all of our co-winners: <a href="http://www.powerset.com/" target="_blank">Powerset</a>, <a href="http://www.opencalais.com/" target="_blank">Calais</a>, <a href="http://www.dapper.net/" target="_blank">Dapper</a>, <a href="http://www.hakia.com/" target="_blank">Hakia</a> (powered by <a href="http://developer.yahoo.com/search/boss/" target="_blank">Yahoo! Search BOSS</a>), <a href="http://www.tripit.com/" target="_blank">TripIt</a>, <a href="http://www.boorah.com/restaurants/" target="_blank">BooRah</a>, <a href="http://www.adaptiveblue.com/" target="_blank">AdaptiveBlue</a>, <a href="http://www.zemanta.com/" target="_blank">Zemanta</a> and <a href="http://www.uptake.com/" target="_blank">UpTake</a>. We know we&#8217;re in good company here and we look forward to making greater progress in 2009.</p>
<p>Evan Goer<br />
Yahoo! SearchMonkey Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2008/12/05/2008-technology-awards-for-mashmaker-and-searchmonkey/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Experimental Monkeys Now Available</title>
		<link>http://www.ysearchblog.com/2008/10/31/experimental-monkeys-now-available/</link>
		<comments>http://www.ysearchblog.com/2008/10/31/experimental-monkeys-now-available/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:00:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/blog/2008/10/31/experimental-monkeys-now-available/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>We often <a href="http://www.ysearchblog.com/archives/000606.html">talk</a> about the growing number of interesting <a href="http://developer.yahoo.com/searchmonkey/" target="_blank" target="_blank">SearchMonkey</a> applications that have been built by developers. Many of the applications live in the <a href="http://gallery.search.yahoo.com/" target="_blank">Yahoo! Search Gallery</a>, but quite a few aren&#8217;t accepted for <a href="http://developer.yahoo.com/searchmonkey/smguide/presentation_bp.html" target="_blank">various reasons</a>. Today, we&#8217;re introducing SearchMonkey experimental applications to give developers a way to share their apps with early-adopting users. We think the early feedback that these users can provide will be extremely helpful for developers. This also gives users who opt-in an even wider variety of apps from which to choose.</p>
<p>When developers submit their app to the gallery in the <a href="http://developer.yahoo.com/searchmonkey/" target="_blank" target="_blank">SearchMonkey Developer Tool</a>, it will be reviewed by our team. The parameters for inclusion in the gallery are relatively straightforward, but often minor details such as a missing logo or a non-conditional display can keep innovative apps from reaching the gallery. Starting today, even if an app doesn&#8217;t meet all of the gallery guidelines, it will still be quickly approved as an experimental app provided the basic functionality operates as designed and we don&#8217;t initially see any other major issues with it.</p>
<p>To view experimental applications, simply click on the &#8216;Show Experimental Enhancements&#8217; link at the bottom of the application directory pages in the gallery.</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/2989909620/" target="_blank" title="gallery_callout2b by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3159/2989909620_4fb44d5f2b_o.png" width="420" height="296" alt="gallery_callout2b" /></a></p>
<p>Once you&#8217;ve opted in, you can access all the experimental SearchMonkey applications and provide direct feedback as well as feature requests to the developers. You can also get automatic upgrades to the latest versions when changes are made to the applications.</p>
<p>Let us know what interesting applications you&#8217;ve discovered!</p>
<p>Nick Cox<br />
Yahoo! Search</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2008/10/31/experimental-monkeys-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Local with SearchMonkey</title>
		<link>http://www.ysearchblog.com/2008/10/16/get-local-with-searchmonkey/</link>
		<comments>http://www.ysearchblog.com/2008/10/16/get-local-with-searchmonkey/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:00:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[SearchMonkey]]></category>

		<guid isPermaLink="false">http://ysearchblog.com/blog/2008/10/16/get-local-with-searchmonkey/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Today, we&#8217;re happy to announce that we&#8217;re turning on <a href="http://citysearch.com/" target="_blank">Citysearch</a> and <a href="http://www.zagat.com/" target="_blank">Zagat</a> <a href="http://developer.yahoo.com/searchmonkey" target="_blank">SearchMonkey</a> applications for all users. Together with the <a href="http://www.yelp.com/" target="_blank">Yelp</a> and <a href="http://local.yahoo.com/" target="_blank">Yahoo! Local</a> Enhanced Results, as well as the <a href="http://tools.search.yahoo.com/newsearch/local" target="_blank">Yahoo! Shortcut</a> at the top of the search page, finding local businesses on Yahoo! Search is faster and more intuitive than ever before.</p>
<p>For example, Citysearch&#8217;s app provides ratings, hours of operation, addresses and phone numbers for millions of restaurants directly on the search results page. It also includes deep links to each restaurant&#8217;s profile, user-generated reviews and a map, so users can get directly to the answer they&#8217;re seeking. To see the app in action, try a search for <a href="http://search.yahoo.com/search?p=slanted+door+san+francisco" target="_blank">slanted door san francisco</a> or <a href="http://search.yahoo.com/search?p=cones+new+york" target="_blank">cones new york</a>.</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/2945779695/" target="_blank" title="Slanted Door - SF by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3165/2945779695_1b310cf2a4.jpg" width="500" height="112" alt="Slanted Door - SF" /></a></p>
<p>We&#8217;ve also seen the number and quality of applications in the <a href="http://gallery.search.yahoo.com/" target="_blank">Yahoo! Search Gallery</a> continue to climb and improve. Here are a couple recent additions we particularly like:</p>
<p>Take a look at the recently developed <a href="http://gallery.search.yahoo.com/application?smid=cnS" target="_blank">Infobar</a> for TV.com. The app displays the next air date of a television show, user rating, summary of the show, and links to videos, photos and reviews, as well as information about the cast. Try a search for <a href="http://search.yahoo.com/search?p=Dancing+with+the+stars" target="_blank">Dancing with the Stars</a>.</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/2946052362/" target="_blank" title="tv by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3074/2946052362_0dea7bd389.jpg" width="500" height="207" alt="tv" /></a></p>
<p>Chris Lindsey recently built a great <a href="http://gallery.search.yahoo.com/application?smid=pq2" target="_blank">Infobar</a> for Food Network results. It displays some essential info about recipes, like cook time and level of difficulty, and includes a deep link taking users directly to a printer-friendly page. Nice work, Chris!</p>
<p><a href="http://www.flickr.com/photos/ysearchblog/2946648722/" target="_blank" title="Food Network by Yahoo! Search Blog, on Flickr"><img src="http://farm4.static.flickr.com/3016/2946648722_d9b4552ef1.jpg" width="500" height="167" alt="Food Network" /></a></p>
<p>We&#8217;re pleased with all of the new apps that have been developed and we&#8217;re looking forward to what new ideas and innovations the development community will come up with. If you have any ideas for apps that would improve the search experience or you&#8217;ve built something you want to let us know about, add a comment below.</p>
<p>The SearchMonkey Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysearchblog.com/2008/10/16/get-local-with-searchmonkey/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
