<?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>Search Engine Land &#187; Search Features: Commands</title>
	<atom:link href="http://searchengineland.com/library/search-features/search-features-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://searchengineland.com</link>
	<description>Search Engine Land: News On Search Engines, Search Engine Optimization (SEO) &#38; Search Engine Marketing (SEM)</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:51:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Power User Tips: Query Operators</title>
		<link>http://searchengineland.com/google-power-user-tips-query-operators-48126</link>
		<comments>http://searchengineland.com/google-power-user-tips-query-operators-48126#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:52:51 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
				<category><![CDATA[All Things SEO]]></category>
		<category><![CDATA[Search Features: Commands]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=48126</guid>
		<description><![CDATA[I love showing off my Google power searching skills when presenting or meeting or talking with a prospective client. I just know it boosts my credibility in the eyes of my audience. Invest a bit of time in learning some of the lesser-used Google query refinements &#8212; i.e. the operators, parameters, and so forth &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>I love showing off my Google power searching skills when presenting or meeting or talking with a prospective client. I just know it boosts my credibility in the eyes of my audience. Invest a bit of time in learning some of the lesser-used Google query refinements &#8212; i.e. the operators, parameters, and so forth &#8212; and you too can amaze your friends, family, boss, co-workers and clients!</p>
<p>For Part 1 of this series, I&#8217;m going to focus on the various commands:  the search operators, also known as query operators &#8212; for the search box to restrict your results or to otherwise pull the needle from the proverbial haystack. If you&#8217;re an SEO practitioner, you surely know and use a number of these. Ah, but do you know them <em>all</em>&#8230;?</p>
<p>Google operators are case-sensitive, so be sure to use all lowercase letters (the iPhone’s Web browser will try to capitalize the first letter of every sentence, so make sure you go back and correct it before executing your query.)</p>
<p>Here’s my Top Ten list (well, more like 20+) of Google Query Operators:</p>
<table border="1">
<tbody>
<tr>
<th>Operator Description</th>
<th>Format Example</th>
<th>Description</th>
</tr>
<tr>
<td>filetype:</td>
<td>search marketing filetype:doc</td>
<td>Restrict search results by file type extension</td>
</tr>
<tr>
<td>site:</td>
<td>google site:sec.gov</td>
<td>Search within a site or domain</td>
</tr>
<tr>
<td>inurl:</td>
<td>inurl:marketing</td>
<td>Search for a word or phrase within the URL</td>
</tr>
<tr>
<td>allinurl:</td>
<td>allinurl: search marketing</td>
<td>Search for multiple words within the URL</td>
</tr>
<tr>
<td>intext:</td>
<td>intext:marketing</td>
<td>Search for a word in the main body text</td>
</tr>
<tr>
<td>allintext:</td>
<td>allintext: search marketing</td>
<td>Search for multiple words within the body text of indexed pages</td>
</tr>
<tr>
<td>intitle:</td>
<td>intitle:“search marketing”</td>
<td>Search for a word or phrase within the page title</td>
</tr>
<tr>
<td>allintitle:</td>
<td>allintitle: search marketing</td>
<td>Search for multiple words within the page title</td>
</tr>
<tr>
<td>inanchor:</td>
<td>inanchor:“search marketing”</td>
<td>Search for a word or phrase within anchor text</td>
</tr>
<tr>
<td>allinanchor:</td>
<td>allinanchor: search marketing</td>
<td>Search for multiple words within anchor text</td>
</tr>
<tr>
<td>daterange:</td>
<td>search marketing daterange:2454833-2454863</td>
<td>Restrict search results to pages indexed during the specified range (requires Julian dates)</td>
</tr>
<tr>
<td>related:</td>
<td>related:www.abc.com/abc.html</td>
<td>Display pages of similar content</td>
</tr>
<tr>
<td>info:</td>
<td>info:www.abc.com/abc.html</td>
<td>Display info about a page</td>
</tr>
<tr>
<td>link:</td>
<td>link:www.abc.com/abc.html</td>
<td>Display pages that link to the specified page</td>
</tr>
<tr>
<td>cache:</td>
<td>cache:www.abc.com/abc.html</td>
<td>Display Google’s cached version of a page</td>
</tr>
<tr>
<td>define:</td>
<td>define:search marketing</td>
<td>Define a word or phrase</td>
</tr>
<tr>
<td>stocks:</td>
<td>stocks:goog</td>
<td>Display stock quote and financial info for a specified ticker symbol</td>
</tr>
<tr>
<td>phonebook:</td>
<td>phonebook: john smith, madison, wi
bill withers
608-555-1212</td>
<td>Display a residential phone directory listing</td>
</tr>
<tr>
<td>{area code}</td>
<td>212</td>
<td>Display location and map of an area code</td>
</tr>
<tr>
<td>{street address}</td>
<td>123 main, chicago, il
chicago, il
chicago</td>
<td>Display a street map for a specified location</td>
</tr>
<tr>
<td>{mathematical expression}</td>
<td>35 * 40 * 52
520 miles in kilometers</td>
<td>Do a calculation or measurement conversion</td>
</tr>
</tbody>
</table>
<p><strong>Query Operator explanations</strong></p>
<p><strong>filetype:</strong></p>
<p style="padding-left: 30px;">You can restrict your search to Word documents, to Excel documents, to PDF files, or to PowerPoint files by adding filetype:doc, filetype:xls, filetype:pdf, or filetype:ppt, respectively, to your search query.</p>
<p style="padding-left: 30px;">Want a great PowerPoint presentation on SEO best practices that you can re-purpose for a meeting? Simply query Google for <em>seo best practices filetype:ppt</em>. Need a marketing plan template? Since the template would most likely be a Word document, cut through the Web page clutter with a search of <em>marketing plan template filetype:doc</em>.</p>
<p style="padding-left: 30px;"><em>Side note</em>: Don’t link to your own marketing plans if you don’t want them showing up in Google’s index.</p>
<p style="padding-left: 30px;">In fact, Google allows any extension to be entered in conjunction with the <em>filetype: </em>operator, including htm, txt, php, asp, jsp, swf, etc. Google then matches on your desired extension after the filename in the URL. Note that there is <em>no space</em> after the colon when using this operator. You can use ext: instead of filetype: &#8212; they work exactly the same.</p>
<p><strong>site:</strong></p>
<p style="padding-left: 30px;">You can search within a site or a domain by adding the site: operator followed by a site’s domain name to your query. For example, you could search for me (Stephan Spencer) but restrict your search to only pages within the Covario.com site with a query of <em>stephan spencer site:www.covario.com</em>.</p>
<p style="padding-left: 30px;">You can also add a subdirectory to the end of the domain in a site: query. For example <em>seo site:www.covario.com/what-we-do/</em>.</p>
<p style="padding-left: 30px;">To conduct a comprehensive search of all of the associated subdomains of a domain, omit the www and instead specify only the main domain. For example, a search for <em>site:yahoo.com</em> would encompass not just www.yahoo.com, but also movies.yahoo.com, travel.yahoo.com, personals.yahoo.com and so forth. The site: search operator works even when just the domain extension (like .com, .org, .gov, or .co.uk) is specified. Thus, you can restrict your search to .com sites with site:com, to .gov sites with site:gov, or to .co.uk with site:co.uk.</p>
<p style="padding-left: 30px;">Combining Boolean logic with the site: operator will allow you to search within multiple sites simultaneously. For instance, <em>search marketing (site:marketingprofs.com | site:marketingsherpa.com | site:marketingpower.com)</em> searches the three sites simultaneously.</p>
<p style="padding-left: 30px;">Use the site: operator by itself without other search words to get a list of all pages indexed, such as <em>site:actionableinsights.covario.com</em>. Again, note that there is no space after the colon when using this operator.</p>
<p><strong>inurl:</strong></p>
<p style="padding-left: 30px;">Use the inurl: operator to restrict the search results to pages that contain a particular word in the URL.</p>
<p style="padding-left: 30px;">This can be especially useful if you want Google to display all the pages it has found with a particular script name, such as <em>inurl:ToolPage site:www.vfinance.com</em>. Again, there is no space after the colon when using this operator.</p>
<p><strong>allinurl:</strong></p>
<p style="padding-left: 30px;">This operator is similar in function to the inurl: operator but is used for finding multiple words in the URL. It eliminates the need to keep repeating inurl: in front of every word you want to search for in the URL.</p>
<p style="padding-left: 30px;">For instance, <em>allinurl: china exporting</em> is an equivalent and more concise form of the query <em>inurl:china inurl:exporting</em> to find Web pages that contain the words china and exporting anywhere in the URL, including the filename, directory names, extension, or domain. There <em>IS</em> a space after the colon when using the <em>allinurl: </em>operator.</p>
<p><strong>intext:</strong></p>
<p style="padding-left: 30px;">Searches for a word in the main body text. This is used in a similar fashion to <em>inurl:</em>.
<strong> </strong></p>
<p><strong>allintext:</strong></p>
<p style="padding-left: 30px;">Searches for multiple words within the body text of indexed pages. This is used in a similar fashion to <em>allinurl</em>:.
<strong> </strong></p>
<p><strong>intitle:</strong></p>
<p style="padding-left: 30px;">Use the intitle: operator (such as <em>intitle:marketing</em>) to look for documents where your specified word or phrase matches in the page title.</p>
<p style="padding-left: 30px;">If you want to find Microsoft Word documents in which the document title (located within Properties under the File menu in Word) includes the phrase &#8220;marketing plan,&#8221; you would use the query <em>intitle:“marketing plan” filetype:doc</em>. Follow the intitle: operator with a word or a phrase in quotes, without a space after the colon.</p>
<p><strong>allintitle:</strong></p>
<p style="padding-left: 30px;">This works like intitle: but searches for multiple words in the title. For instance, use <em>allintitle: channel conflict online retail</em> to search for documents that contain all four of those words in the title. Note that there is a space after the colon when using this operator.
<strong></strong></p>
<p><strong>inanchor:</strong></p>
<p style="padding-left: 30px;">The <em>inanchor:</em> operator will restrict your search to pages where the underlined text of inbound links matches your search word. For example, if you wanted to search for HTML site maps but confine your search to those pages with links that say &#8220;site map&#8221;, <em>inanchor:&#8221;site map&#8221;</em> would do the trick, since most sites link to their own site maps using the link text of “Site Map.”</p>
<p style="padding-left: 30px;">Follow the <em>inanchor:</em> operator with a word or a phrase in quotes, without a space after the colon.</p>
<p><strong>allinanchor:</strong></p>
<p style="padding-left: 30px;">This works like inanchor: but searches for multiple words in the anchor text. For example, the query <em>seo tool allinanchor: download trial</em> would invoke a search for pages relating to SEO tools that have the words download and trial in the anchor text.</p>
<p style="padding-left: 30px;">Note that there is a space after the colon when using this operator.</p>
<p><strong>daterange:</strong></p>
<p style="padding-left: 30px;">The daterange: operator restricts the search results to pages added or updated within the specified date range. It only accepts Julian dates, which makes it less user-friendly than it could be.  You can find Gregorian-to-Julian date converters online, e.g. <a href="http://www.nr.com/julian.html">here</a>.</p>
<p style="padding-left: 30px;">You’ll almost certainly find it easier just to do your search first without a date range, then use the custom date range options in the “More search tools” area of the resulting SERP.</p>
<p><strong>related:</strong></p>
<p style="padding-left: 30px;">&#8220;Related&#8221; queries show pages that are similar to the specified Web page. Follow this operator with a Web address, such as related:www.netconcepts.com, and you would find Web pages that are related to the Netconcepts.com home page.
<strong></strong></p>
<p><strong>info:</strong></p>
<p style="padding-left: 30px;">An info: query lets you know whether the specified page is known by Google, and it provides the title and a snippet (if available), a link to the page, a link to a cached version of the page (see below for an explanation of this), and a link to view pages that link to the specified page.</p>
<p style="padding-left: 30px;">Supply a Web address after this operator, such as <em>info:www.covario.com</em>.</p>
<p><strong>link:</strong></p>
<p style="padding-left: 30px;">The link: operator displays a sampling of pages that link to the specified Web page. Follow this operator with a Web address, such as <em>link:www.covario.com</em> to find pages that link to the Covario home page. Google does not support appending further refinements onto this operator such as excluding links within the same site.
<strong></strong></p>
<p><strong>cache:</strong></p>
<p style="padding-left: 30px;">The cache: operator provides a snapshot view of a Web page as it looked when Googlebot last visited the page. Follow this operator with a Web address, such as cache:www.covario.com to view the page that Google has cached. Note that Googlebot must have downloaded the page in order for this to work.
<strong></strong></p>
<p><strong>define:</strong></p>
<p style="padding-left: 30px;">This is a useful operator for quickly obtaining several definitions from various online glossaries. Curious about the definition of “tipping point”? Simply type in <em>define: tipping point</em> into Google.
<strong></strong></p>
<p><strong>stocks:</strong></p>
<p style="padding-left: 30px;">Wondering how your competitor is performing on Wall Street? Enter this operator followed by a ticker symbol to retrieve financial information, including latest stock quotes from Google Finance.
<strong></strong></p>
<p><strong>phonebook:</strong></p>
<p style="padding-left: 30px;">Google offers an online residential phone directory look-up. Simply follow this operator with a name and location (full street address, or just city and state, or ZIP code), or a phone number for a reverse number look-up.
<strong></strong></p>
<p><strong>{area code}</strong></p>
<p style="padding-left: 30px;">Google also offers an area code look-up. For example, enter <em>313</em> and Google returns the geographic location and map corresponding to that area code.</p>
<p><strong>{street address}</strong></p>
<p style="padding-left: 30px;">Queries in the format of a street address automatically return street maps. Enter a full street address, or a ZIP code, or a city and state. For example, <em>123 east main street, madison, wi</em> or <em>53703</em> or <em>madison, wi</em> are all valid map-based Google searches.
<strong></strong></p>
<p><strong>{mathematical expression}</strong></p>
<p style="padding-left: 30px;">Enter any valid mathematical expression, and Google’s calculator function will interpret it for you. It will even do measurement conversions for you, such as <em>8 ounces in cups</em>. Learn more about what other syntax is valid at the <a href="http://www.google.com/help/calculator.html">Google calculator page</a>.</p>
<p><strong> “But, wait, there’s more!”</strong></p>
<p>As you now know, in addition to combing through triillions of URLs the  amazingly versatile Google can double as a calculator, measurement  converter, phonebook, dictionary, street map atlas and stock ticker.</p>
<p>Enter a valid package tracking ID into Google and you can also track packages. Or, supply an airline and flight number to Google, and it will return flight times. Google will even return information about a car&#8217;s history if you query it with the VIN (vehicle information number.)</p>
<p>In fact, Google will spit back all sorts of interesting information when it recognizes a particular number format, such as a patent number, FAA airplane registration number, UPC Codes or FCC Equipment ID.</p>
<p>In Part 2, I&#8217;ll be back with more Google power user tips and tricks, including parameters that you can append to the URL of the Google SERPs for really handy SEO diagnostics and forensic analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-power-user-tips-query-operators-48126/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Math Engines: For Multiplying Mixed Fractions, It&#8217;s Wolfram Alpha Over Google &amp; Bing</title>
		<link>http://searchengineland.com/math-engines-for-multiplying-mixed-fractions-its-wolfram-alpha-over-google-bing-37653</link>
		<comments>http://searchengineland.com/math-engines-for-multiplying-mixed-fractions-its-wolfram-alpha-over-google-bing-37653#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:04:06 +0000</pubDate>
		<dc:creator>Danny Sullivan</dc:creator>
				<category><![CDATA[Features: General]]></category>
		<category><![CDATA[Google: Web Search]]></category>
		<category><![CDATA[Microsoft: Bing]]></category>
		<category><![CDATA[Search Engines: Wolfram Alpha]]></category>
		<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[Search Features: Shortcuts]]></category>
		<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=37653</guid>
		<description><![CDATA[Ah, math. It&#8217;s why I became an English major. But now math is spinning back around and haunting me in the form of my fifth grader. Last night, I found myself dealing with how to multiply fractions as part of helping with his homework assignment. Um, yeah, I think I remember how. But to be [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, math. It&#8217;s why I became an English major. But now math is spinning back around and haunting me in the form of my fifth grader. Last night, I found myself dealing with how to multiply fractions as part of helping with his homework assignment. Um, yeah, I think I remember how. But to be certain, could search engines help as a double-check? Enter the awesomeness of <a href="http://searchengineland.com/wolfram-alpha-fact-engine-18431">Wolfram Alpha</a>.</p>
<p>Doing math through a search engine isn&#8217;t new. One of Google&#8217;s earliest parlor tricks was allowing people to enter math problems into its search box and get answers. Indeed, I use it for this more than my pocket calculator, these days.</p>
<p>Want to know 345,567 / 23? Enter <a href="http://www.google.com/search?q=345%2C567 %2F 23">that</a> into Google, and you get back the answer: 15,024.6522:</p>
<p><a title="Google &amp; Math by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4419762289/"><img src="http://farm3.static.flickr.com/2686/4419762289_621f78924c.jpg" alt="Google &amp; Math" width="500" height="191" /></a></p>
<p>You can do a wide range of functions using the Google Calculator. That &#8220;More about calculator&#8221; link in the screenshot above unfortunately takes you to <a href="http://www.google.com/intl/en/help/features.html#calculator">this</a> entirely unhelpful page. Instead, read <a href="http://www.google.com/help/calculator.html">this page</a> buried in the Google help files to discover how the Google Calculator can do trigonometric functions, logarithms and factorials.</p>
<p>Fancy! But how about dealing with lowly fractions? Last night, I was dealing with problems like these:</p>
<blockquote>56 2/3 * 3 1/2</blockquote>
<p>I thought I was explaining how to do them right, as we worked through the homework exercises. But was there a quick way to double check? Well, I <a href="http://www.google.com/search?q=56 2%2F3 * 3 1%2F2">tried</a> Google and got back:</p>
<p><a title="Google &amp; Math by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4419762313/"><img src="http://farm5.static.flickr.com/4060/4419762313_0090f6b267.jpg" alt="Google &amp; Math" width="500" height="166" /></a></p>
<p>For those who can&#8217;t see the screenshot above, that was:</p>
<blockquote>(56  2/3) * (3 1/2) = 198.333333</blockquote>
<p>That&#8217;s correct in decimal form, but the exercise required the product to be expressed as <a href="http://www.mathsisfun.com/mixed-fractions.html">mixed fractions</a>.  You know, a whole number followed by any fractional amount. C&#8217;mon, we all remember that.</p>
<p>I know that Bing also does math, so I tried things over there. I <a href="http://www.bing.com/search?q=56+2%2F3+*+3+1%2F2&amp;go=&amp;form=QBRE&amp;qs=n&amp;sc=1-14">got back</a>:</p>
<p><a title="Bing &amp; Math by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4419762339/"><img src="http://farm3.static.flickr.com/2800/4419762339_ac6fe03bbf.jpg" alt="Bing &amp; Math" width="500" height="159" /></a></p>
<p>Again, for the screenshot-challenged, Bing processed my calculation like this:</p>
<blockquote>56*2/3*3*1/2 = 56</blockquote>
<p>Instead of doing fractions, Bing made some odd assumptions that I just wanted to multiple or divide the numbers that were next to each other. So, I <a href="http://www.bing.com/search?q=%2856+2%2F3%29+*+%283+1%2F2%29&amp;go=&amp;form=QBRE&amp;qs=n">tried</a> it another way:</p>
<blockquote>(56 2/3) * (3 1/2)</blockquote>
<p>That just gave me a bigger mess:</p>
<p><a title="Bing &amp; Math by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4420529652/"><img src="http://farm5.static.flickr.com/4002/4420529652_36bce7e340.jpg" alt="Bing &amp; Math" width="500" height="142" /></a></p>
<p>And the text version:</p>
<blockquote>(562/3)*(31/2) = 2,903.666667</blockquote>
<p>This time, the space between the whole number and the start of the fraction was removed, completely changing what I entered.</p>
<blockquote>NOTE: From a comment <a href="http://searchengineland.com/math-engines-for-multiplying-mixed-fractions-its-wolfram-alpha-over-google-bing-37653#comment-9078">below</a>, entering the calculation as (56 + (2/3)) * (3 + (1/2)) would have worked at Bing!</blockquote>
<p>For those who want to read more about Bing&#8217;s calculator, see the Bing help page <a href="http://help.live.com/Help.aspx?market=en-US&amp;project=WL_Searchv1&amp;querytype=topic&amp;query=WL_SEARCH_REF_MathNotations.htm">here</a>. It can do a lot of functions even if it didn&#8217;t get mixed fractions multiplication right.</p>
<p>By the way, Bing does do fractions better than Google &#8212; that is, if you want a simple fraction expressed. Consider this:</p>
<blockquote>300/35</blockquote>
<p><a href="http://www.google.com/search?q=300%2F35">On Google</a>, that&#8217;s expressed as a decimal form only. But <a href="http://www.bing.com/search?q=300%2F35">on Bing</a>, you get both decimal and fractional forms:</p>
<p><a title="Bing Does Fraction by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4419842335/"><img src="http://farm3.static.flickr.com/2694/4419842335_2bb0eb3705.jpg" alt="Bing Does Fraction" width="500" height="153" /></a></p>
<p>As for the homework assignment, I gave search engines one more shot to help, this time using one that was built by a mathematician, <a href="http://www.wolframalpha.com/">Wolfram Alpha</a>. How&#8217;d that go? For the example above, I got back <a href="http://www.wolframalpha.com/input/?i=%2856+2%2F3%29+*+%283+1%2F2%29">this</a>:</p>
<p><a title="Wolfram Alpha &amp; Math by search-engine-land, on Flickr" href="http://www.flickr.com/photos/searchengineland/4420529712/"><img src="http://farm5.static.flickr.com/4072/4420529712_2d9197c2f6.jpg" alt="Wolfram Alpha &amp; Math" width="377" height="500" /></a></p>
<p>Awesome &#8212; multiple forms of the same answer. A decimal form. A fractional form. And what I wanted, the mixed faction answer:</p>
<p>198 1/3</p>
<p>I&#8217;m not sure if Stephen Wolfram&#8217;s grand ambition with Wolfram Alpha was for it to help me and my son figure out the multiplication of fractions. But it was sure useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/math-engines-for-multiplying-mixed-fractions-its-wolfram-alpha-over-google-bing-37653/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Changes How It Handles Synonyms</title>
		<link>http://searchengineland.com/google-changes-how-it-handles-synonyms-33855</link>
		<comments>http://searchengineland.com/google-changes-how-it-handles-synonyms-33855#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:58:44 +0000</pubDate>
		<dc:creator>Matt McGee</dc:creator>
				<category><![CDATA[Google: Web Search]]></category>
		<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[Search Features: Query Refinement]]></category>
		<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=33855</guid>
		<description><![CDATA[In a post on the Official Google Blog, Google opens up the curtains a bit on how it handles synonyms in search queries and results. It&#8217;s a fairly detailed peek inside one aspect of Google&#8217;s search algorithms &#8212; an aspect that Google says affects a lot of searches: &#8220;&#8230;our measurements show that synonyms affect 70 [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://googleblog.blogspot.com/2010/01/helping-computers-understand-language.html">post</a> on the Official Google Blog, Google opens up the curtains a bit on how it handles synonyms in search queries and results. It&#8217;s a fairly detailed peek inside one aspect of Google&#8217;s search algorithms &#8212; an aspect that Google says affects a lot of searches:</p>
<blockquote>&#8220;&#8230;our measurements show that synonyms affect 70 percent of user searches across the more than 100 languages Google supports. We took a set of these queries and analyzed how precise the synonyms were, and were happy with the results: For every 50 queries where synonyms significantly improved the search results, we had <em>only one truly bad synonym</em>.&#8221;</blockquote>
<p>Google shares an example of a bad synonym: substituting &#8220;pc&#8221; as a synonym for &#8220;precision&#8221; in a search query like [<a href="http://www.google.com/search?hl=en&amp;source=hp&amp;q=dell+system+speaker+driver+precision+360&amp;aq=f&amp;oq=&amp;aqi=">dell system speaker driver precision 360</a>].</p>
<p>Google also says it&#8217;s changing how synonyms are displayed in search results: Rather than only bolding direct variants of words (like &#8220;photos&#8221; for &#8220;pictures&#8221;), Google has &#8220;extended this to words that our algorithms very confidently think mean the same thing, even if they are spelled nothing like the original term.&#8221;</p>
<p>On his personal blog, Matt Cutts <a href="http://www.mattcutts.com/blog/google-synonyms/">follows up</a> the official post with some words of advice for webmasters:</p>
<blockquote>&#8220;Think about the different words that searchers might use when looking for your content. Don&#8217;t just use technical terms–think about real-world terms and slang that users will type. For example, if you&#8217;re talking about a &#8220;usb drive,&#8221; some people might call it a flash drive or a thumb drive.&#8221;</blockquote>
<p>The official post also mentions that users can turn off synonyms by putting a plug sign (+) before a word in your query, or by putting the query in quotation marks.</p>
<p>Not mentioned in either post is that you can use the tilde symbol (~) to force Google to show additional synonyms (and related words) for your query. For example, a search for [<a href="http://www.google.com/search?hl=en&amp;q=%7Emurder+statistics&amp;aq=f&amp;aql=&amp;aqi=g3g-c1g4g-c2&amp;oq=">~murder statistics</a>] leads Google to bold words like &#8220;crime,&#8221; &#8220;crime statistics,&#8221; &#8220;suicide statistics,&#8221; &#8220;criminal,&#8221; and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-changes-how-it-handles-synonyms-33855/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does Marissa Mayer&#8217;s &#8220;Perfect Search Engine&#8221; Already Exist In Siri?</title>
		<link>http://searchengineland.com/does-marissa-mayers-perfect-search-engine-already-exist-in-siri-29545</link>
		<comments>http://searchengineland.com/does-marissa-mayers-perfect-search-engine-already-exist-in-siri-29545#comments</comments>
		<pubDate>Tue, 10 Nov 2009 23:36:49 +0000</pubDate>
		<dc:creator>Greg Sterling</dc:creator>
				<category><![CDATA[Search Engines: Experimental]]></category>
		<category><![CDATA[Search Engines: Mobile Search Engines]]></category>
		<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[Search Features: Natural Language]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=29545</guid>
		<description><![CDATA[Recently IDG News Service asked Google&#8217;s Marissa Mayer about the &#8220;perfect search engine.&#8221; Here was the question posed: &#8220;What is the perfect search engine? If you had a magic wand and could create it, what would it look like? What would it do?&#8221; Mayer replied: &#8220;It would be a machine that could answer that question, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently IDG News Service <a href="http://www.pcworld.com/businesscenter/article/181874/google_vp_mayer_describes_the_perfect_search_engine.html">asked</a> Google&#8217;s Marissa Mayer about the &#8220;perfect search engine.&#8221; Here was the question posed: &#8220;What is the perfect search engine? If you had a magic wand and could create it, what would it look like? What would it do?&#8221;</p>
<p>Mayer replied: &#8220;It would be a machine that could answer that question, really. It would be one that could understand speech, questions, phrases, what entities you&#8217;re talking about, concepts. It would be able to search all of the world&#8217;s information, [find] different ideas and concepts, and bring them back to you in a presentation that was really informative and coherent.&#8221;</p>
<p>What Mayer may have unknowingly described is <a href="http://www.siri.com/">Siri</a>, a &#8220;virtual personal assistant&#8221; that uses artificial intelligence to determine user intent and then match data or applications that can fulfill that intent. The company will launch its iPhone application soon and already has a deal with a &#8220;tier one&#8221; US mobile carrier. The NY Times offers <a href="http://www.nytimes.com/2009/11/05/technology/personaltech/05smart.html?_r=2">background</a> on Siri and some of the technology behind the system:</p>
<blockquote><em>SRI International’s software venture, called Siri, is more ambitious, in that it allows users to speak or write natural-language requests into the device (“Find me a place to eat dinner tonight with Karen, reserve a table and put it on our calendars.”), which will complete the task independently and inform you when it is done.</em></p>
<p><em>In terms of long-term predictions, Siri is actually an easy bet. Dag Kittlaus, the company’s chief executive, said one of the four major carriers would introduce the service early next year, and he said it would also be available as an iPhone app. But over the next two years the technology should be able to complete a wider range of tasks.</em></blockquote>
<p>I&#8217;ve seen Siri in action and found it impressive. The system is not perfect but it brings users closer to transactions and fulfillment of their objectives &#8212; at least in a range of use cases &#8212; than can Google on mobile devices today. It uses a voice interface to receive queries. You can use the keyboard if necessary but that&#8217;s entirely secondary to the experience. </p>
<p>The way one interacts with it is &#8220;conversational&#8221; and &#8220;transactional&#8221; rather than providing a verbal version of a conventional search query. </p>
<p>I moderated a panel at the recent Open Mobile Summit in San Francisco called &#8220;new directions in navigation and search.&#8221; The panel, among others, featured Siri CEO Dag Kittlaus. What became clear during the panel is that we&#8217;re going to see lots of innovation and change in mobile search and that the present version of the experience could well be regarded as Jurassic in only a few years as the unique attributes of the device (e.g., the camera) become input mechanisms and search tools. Augmented reality is also a part of this, although in its present form it&#8217;s <a href="http://gesterling.wordpress.com/2009/08/28/augmented-reality-1-0-is-what-we-have-now/">fairly undeveloped and limited</a>.</p>
<p>And, as another example of how far things could develop away from the current &#8220;query box and blue links&#8221; search paradigm,  look at the video demo below of &#8220;<a href="http://www.pranavmistry.com/projects/sixthsense/">SixthSense</a>&#8221; a &#8220;wearable gestural interface&#8221;:</p>
<p><a href="http://searchengineland.com/does-marissa-mayers-perfect-search-engine-already-exist-in-siri-29545"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/does-marissa-mayers-perfect-search-engine-already-exist-in-siri-29545/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up Close With Google Search Options</title>
		<link>http://searchengineland.com/up-close-with-google-search-options-26985</link>
		<comments>http://searchengineland.com/up-close-with-google-search-options-26985#comments</comments>
		<pubDate>Thu, 01 Oct 2009 16:00:59 +0000</pubDate>
		<dc:creator>Danny Sullivan</dc:creator>
				<category><![CDATA[Features: General]]></category>
		<category><![CDATA[Google: User Interface]]></category>
		<category><![CDATA[Google: Web History & Search History]]></category>
		<category><![CDATA[Google: Web Search]]></category>
		<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[Search Features: Dates]]></category>
		<category><![CDATA[Search Features: Query Refinement]]></category>
		<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=26985</guid>
		<description><![CDATA[Now that Google Search Options has added new features, I thought it was a good time to revisit how everything works &#8212; and in some cases, doesn&#8217;t work. Let&#8217;s get up close and personal with all the filtering options! NOTE: See Meet The New Google Look &#38; Its Colorful, Useful “Search Options” Column for important [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Google Search Options <a href="http://googleblog.blogspot.com/2009/10/refine-your-search-results-with-new.html">has added new features</a>, I thought it was a  good time to revisit how everything works &#8212; and in some cases, doesn&#8217;t work.  Let&#8217;s get up close and personal with all the filtering options!</p>
<p><em><strong>NOTE: See <a href="../../meet-the-new-google-41286">Meet  The New Google Look &amp; Its Colorful, Useful “Search Options” Column</a> for important updates on how Search Options described below now work.</strong></em></p>
<p>By the way, this is a long article. If you want a digest of what&#8217;s new today, then see the much shorter companion piece, <a href="../../google-adds-visited-pages-past-hour-fewer-shopping-sites-filtering-27019">Google Adds Visited Pages, Past Hour &amp; Fewer Shopping Sites Filtering</a>.</p>
<p><strong>Using Search Options</strong></p>
<p>The Search Options panel is available after you do a search. Look near the  top left-hand side of the search page, just below the search box, and you&#8217;ll see  a &#8220;+ Show Options&#8221; link:</p>
<p><img class="size-large wp-image-27000 alignnone" title="Search Options" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/smx-east-Google-Search-500x258.jpg" alt="Search Options" width="500" height="258" /></p>
<p>After you do this, a series of options will appear to the left of your search  results:</p>
<p><img class="alignnone size-full wp-image-26999" title="Search Options" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/smx-east-Google-Search-1.jpg" alt="Search Options" width="227" height="558" /></p>
<p>Selecting any of these will cause the results to change, based on the  filter you choose. Not shown in the illustration above are the Viewed / Not Viewed choices, but those will be explained (and illustrated) below. This article will run from the top of the Search Options panel to the bottom.</p>
<p><strong>Filter By Result Type</strong></p>
<p>The first set of choices allows you to filter the results to show specific  type of content:</p>
<ol>
<li>Videos</li>
<li>Reviews</li>
<li>Forums</li>
<li>Books (New)</li>
<li>News (New)</li>
<li>Blogs (New)</li>
</ol>
<p><strong>Video Searching</strong></p>
<p>Video filtering was one of the first three filters available when Search Options  launched. Select this, and the standard search results are filtered so that only  video clips show:</p>
<p><img class="alignnone size-large wp-image-26990" title="Search Options: Videos" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/ipod-Google-Search-1-500x248.jpg" alt="Search Options: Videos" width="500" height="248" /></p>
<p>Note that when you do this, as the arrow shows above, you get new &#8220;Any duration&#8221;  filter options that let you further refine the video results to show clips that  are short (0-4 minutes), medium (4-20 minutes) and long (more than 20 minutes)  in length.</p>
<p><strong>Video Searching Confusion</strong></p>
<p>Like getting video results? Confusingly, the Search Options feature means you  now have two different ways to get them on Google, which in turn produce  different experiences.</p>
<p>Look at the very top of the search results page, and you&#8217;ll see a Videos link  in the navigation bar (the top arrow in the screenshot below shows this). This was rolled out in May 2007 with great fanfare (see  <a href="../../googles-new-navigational-links-an-illustrated-guide-11233">Google’s  New Navigational Links: An Illustrated Guide</a>). Click on that Videos link,  and you get results back from <a href="http://video.google.com/">Google  Videos</a>:</p>
<p><img class="alignnone size-large wp-image-26993" title="Google Videos" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/ipod-Google-Videos-500x490.jpg" alt="Google Videos" width="500" height="490" /></p>
<p>You&#8217;d think that for consistency, getting video results by using  the top-of-the-page navigational link should bring back exactly the same thing  you&#8217;d get by filtering for videos using the search options panel. But  not so, as I&#8217;ve highlighted in the screenshot above.</p>
<p>For one, the ranking of results is different. Using the navigational video  link, I got a result on replacing an iPod battery that did not rank in the top  results when getting video using Search Options. Also, using the navigational  link puts the first video results within a blue border, making it seem like an  ad, even though it&#8217;s not.</p>
<p>More confusion. If you search for videos using the navigational link, you can  still open up the Search Options panel &#8212; whereupon you find options that are  NOT available if you do a regular search and then filter by video. In  particular, the navigational link enables different display options (TV view,  list view &amp; grid view), along with options to see only high quality video,  to filter by video source site (such as YouTube or Vimeo), to see videos with  closed-captioning and more.</p>
<p>There are even more filtering options available for video searching, such as  to filter by language or file type. However, to get these, you have to use the  advanced search <a href="http://video.google.com/videoadvancedsearch">page</a> at Google Videos.</p>
<p><strong>Review Searching</strong></p>
<p>Another filter available at launch is the ability to get back what are  supposed to be product reviews. I used the word &#8220;supposed&#8221; because despite the  promise, you&#8217;ll still get occasional &#8220;review&#8221; that can be puzzling. For  example, here are &#8220;review&#8221; results for ipod:</p>
<p><img class="alignnone size-large wp-image-26992" title="Google Review Results" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/ipod-Google-Search-3-500x614.jpg" alt="Google Review Results" width="500" height="614" /></p>
<p>Many of the results lead to good review sites (I&#8217;ve marked these &#8220;Good!&#8221;  in the screenshot above). But down there at the bottom of the page? Yes, the web  site that will not die &#8212; Wikipedia. I always joke that it&#8217;s required by law for Wikipedia to  be on every Google search results page. Perhaps it really is a law.</p>
<p>I can already hear Google spam czar and all around debunker <a href="http://www.mattcutts.com/blog/">Matt Cutts</a> winding up a defense. &#8220;If  you look at the Wikipedia <a href="http://en.wikipedia.org/wiki/IPod">page</a> listed, you&#8217;ll see there&#8217;s a criticism area and a useful history of the models.&#8221;  True, but it&#8217;s still not what I&#8217;d expect when I&#8217;m thinking product review.</p>
<p>Neither am I thinking that the manufacturer of a product &#8212; in this case Apple &#8212;  should be listed (twice). I went to both of those pages, by the way. Neither had product reviews.</p>
<p>In the middle of the page, you get a big huge shopping results <a href="../../meet-the-google-onebox-plus-box-direct-answers-the-10-pack-26706">OneBox</a> unit. Hey, I thought I was getting review listings, not shopping listings!</p>
<p>As it  turns out, those shopping results do have a nice collection of reviews, like you&#8217;ll  see <a href="http://www.google.com/products/catalog?q=ipod&amp;hl=en&amp;safe=off&amp;um=1&amp;ie=UTF-8&amp;cid=12401893490536110295&amp;ei=GUjESo_UL422sgP3-r2pCg&amp;sa=X&amp;oi=product_catalog_result&amp;ct=result&amp;resnum=4&amp;ved=0CBsQ8wIwAw#ps-sellers">here</a>,  gathered from across the web. In fact, those listings seem better than some of  the &#8220;review&#8221; listings that search options was giving me. So why aren&#8217;t these  pages listed like &#8220;normal&#8221; pages rather than being confusingly tucked in a shopping OneBox? Why isn&#8217;t Google perhaps showing a better display of these  (mostly user reviews) somehow mixed or set alongside editorial reviews?</p>
<p><strong>Forum Searching</strong></p>
<p>Forum searching was the third filter available at launch. It works well. You do indeed get back matches from online forums and other places where  discussions are happening. Still, I&#8217;ve got gripes:</p>
<p><img class="alignnone size-large wp-image-27005" title="Forum Results" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/windows-7-vmware-fusion-Google-Search-500x355.jpg" alt="Forum Results" width="500" height="355" /></p>
<p>Note that the VMware Communities are both the second and the third major  listings. Sandwiched between them are three more VMware Communities threads using  the new <a href="../../google-rolls-out-sitelinks-display-for-forums-26953">forum  sitelinks display</a>. That&#8217;s five listings from the same site in all,  showing up in three different places. Surely there could be more consistency  here.</p>
<p><strong>Book Searching</strong></p>
<p>Last week, Google quietly added a book filter to Search Options. Select this,  and you get back matching results for your search from <a href="http://books.google.com/">Google Book Search</a>:</p>
<p><img class="alignnone size-large wp-image-26988" title="Book Search Results" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/google-Google-Search-500x384.jpg" alt="Book Search Results" width="500" height="384" /></p>
<p>Note that after filtering to matching books, you also get new options to see  &#8220;Full View&#8221; books (that you can read fully online) or to show either books or  magazines. The arrows in the screenshot above point to these.</p>
<p>The ranking of results seems to match that as if you went to Google Book  Search itself. What&#8217;s missing are the many more filtering options that Google  provides through Google Book Search&#8217;s advanced book search <a href="http://books.google.com/advanced_book_search">page</a> (such as by author  or by ISBN).</p>
<p><strong>News Searching</strong></p>
<p>The news search filter was added yesterday. Select it, and you get back  matching news results from <a href="http://news.google.com/">Google News  Search</a>. The ranking and display is identical, as best I can tell, to what you&#8217;d get  at Google News Search itself. The main difference is that if you search at the  dedicated news site, the Search Options panel changes to provide additional date  filtering options and the ability to filter to just news images:</p>
<p><img class="alignnone size-full wp-image-26995" title="Google News Search Options" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/klamath-dams-Google-News.jpg" alt="Google News Search Options" width="300" height="285" /></p>
<p>See the year blocks, like 2008-2009 or 1980-1989? You only see these when using search options via Google News.</p>
<p>In either case, there are even more filtering options such as news source or  author which only appear if you use Google News Search&#8217;s advanced search <a href="http://news.google.com/news/advanced_news_search">page</a>.</p>
<p><strong>Blog Searching</strong></p>
<p>Blog filtering is supposed to be added sometime today. As it wasn&#8217;t live when  I wrote this article, I couldn&#8217;t test it. I&#8217;d expect it to bring back results  from <a href="http://blogsearch.google.com/">Google Blog Search</a> and for the  Search Options panel to reflect some, but not all, of the filtering options at  Google Blog Search&#8217;s advanced search <a href="http://blogsearch.google.com/blogsearch/advanced_blog_search">page</a>.</p>
<p><strong>Date Filtering</strong></p>
<p>Filtering search results by date is hardly a Google innovation. Many search  engines offered this in the past. However, it never really seemed to catch on.  My personal theory was that most of the time when people are wanting to filter  by date, they want to have &#8220;recent&#8221; results &#8212; which means news results. In turn, that means they should be using a news search engine.</p>
<p>Another complication is that knowing the &#8220;date&#8221; of a page has long been a  messy business. Is the date:</p>
<ul>
<li>When the page was first published as reported by the web server (sometimes  these give out incorrect dates)</li>
<li>When the page was updated with new material? (such as an article that was  written, then perhaps revised months or years later)</li>
<li>When the page was first found by Google? (which might not mean the page was  actually published on or near that date)</li>
<li>The &#8220;date&#8221; that might be listed somewhere on a page, such as near the  author&#8217;s name?</li>
<li>The &#8220;offline&#8221; date (such as if an old public domain article from the  1700s is put online)</li>
</ul>
<p>In most cases, Google tells me the date will be when it first visited the page,  though it will try to combine various signals to come up with the best one to  determine a valid date.</p>
<p><strong>Date Inconsistency</strong></p>
<p>That sounds good, but it&#8217;s pretty easy to demonstrate how messed up the date  identification can really be. For example:</p>
<p><img class="alignnone size-large wp-image-26989" title="Google Date Search" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/google-sitelinks-site_searchengineland.com-Google-Search-500x466.jpg" alt="Google Date Search" width="500" height="466" /></p>
<p>The first listing says &#8220;Sept. 15, 2009&#8243; but in reality, that page has been on  our Search Engine Land site at that exact URL for nearly a year. So, the date  isn&#8217;t the &#8220;first visited&#8221; date. If you go to the <a href="../../library/google/google-web-search">page</a>,  you&#8217;ll also see that it has content as of Sept 25, 2009 &#8212; so that isn&#8217;t a &#8220;last  updated&#8221; date being shown. As for the web server, it spits out a date of October 1, presumably because the page  comes from a database. Each time it&#8217;s requested, that&#8217;s the &#8220;date&#8221; of the  page as far as the server is concerned.</p>
<p>This all means the date Google shows is the date of the last time its spider  visited the page. If you view the cached <a href="http://74.125.155.132/search?q=cache:http://searchengineland.com/library/google/google-web-search&amp;hl=en&amp;rls=GGLD,GGLD:2005-13,GGLD:en&amp;strip=1">copy</a> of the page, you&#8217;ll see the date there is also Sept. 15. However, that&#8217;s  misleading. The dates on Google&#8217;s cached pages can be days, weeks or even months  out of sync with when Google last spidered a page to update its searchable  index.</p>
<p>The second listing seems to use the date as published on the web page, the  date displayed to readers, in order to inform them of when the page was written.  But then the third listing ignores that and like the fourth listing, seems to  use the last visited date. Then the authored date gets used again, then for no  apparent reason, the authored date gets ignored and the last visited date  appears.</p>
<p><strong>Date Options</strong></p>
<p>My <a href="../../squeezing-the-search-loaf-finding-search-engine-freshness-crawl-dates-10619">Finding  Search Engine Freshness &amp; Crawl Dates</a> is an older article that goes into  depth about issues with dates, if you really want to know more. But despite the fact that dates might not always be accurate, I&#8217;ve personally  used the filter by date option many times to successfully narrow down results in a useful  way. Nor am I alone. The date and time options, Google tells me, are among the most  used from those offered in the Search Options panel.</p>
<p>The date options are mostly self-explanatory. When Search Options was  launched, these were offered:</p>
<ul>
<li><strong>Past 24 hours</strong> (results with a date in the past 24 hours)</li>
<li><strong>Past week</strong> (results dated in the past week)</li>
<li><strong>Past year</strong> (results dated in the past year)</li>
<li><strong>Recent Results</strong> (undefined &#8212; in one test I did, results stretches back to the &#8220;recent&#8221; year of  2002. I&#8217;m checking on this)</li>
</ul>
<p>At the end of July, a <strong>custom date range</strong> option was <a href="../../google-expands-search-options-for-web-image-search-23391">added</a>,  allowing for pages to be narrowed down between a specific period of time.</p>
<p>Today, a <strong>past hour</strong> option was added, allowing you to find pages dated  within the past hour. That not good enough for real time search junkies? Last  month, the <a href="http://blog.omgili.com/?p=108">Omgili Blog</a> discovered a  way to narrow results down to the last minute or even the last second, if you&#8217;re  willing to play around with the URL that shows up after a search. It&#8217;s easy and  safe. Our <a href="../../searching-google-in-past-minutes-or-seconds-25764">Hidden  Google Feature: Find What’s New In The Last Minute Or Second</a> covers it in  more depth. For the record, Google confirms they work and simply calls them unsupported.</p>
<p>I joked about real time search junkies, but in seriousness, I have a severe  allergic reaction to anyone who believes that Google finding a page in the last  minute or second means it provides real time search. For me, real time search  means finding a particular type of &#8220;real time&#8221; content. My <a onmousedown="return clk(this.href,'','','res','2','')" href="../../what-is-real-time-search-definitions-players-22172">What  Is <em style="font-style: normal;">Real Time Search</em>? Definitions &amp;  Players</a> article goes into depth about this.</p>
<p>Finally, let&#8217;s have a look at all the date options in context:</p>
<p><img class="alignnone size-full wp-image-27006" title="Date Options" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/date-options.jpg" alt="Date Options" width="163" height="195" /></p>
<p>The top arrow points to the narrowing options you have. But once you&#8217;ve  selected these, the bottom arrow points to a sorting option. By default, results  are sorted by relevancy. However, you can sort by date within the range you&#8217;ve  filtered. Do that, and the most recent comes first. There&#8217;s no oldest to newest  option, which would be useful, on occasion.</p>
<p><strong>Visited / Not Visited Pages</strong></p>
<p>To me, the new Visited / Not Visited Pages filter introduced today seems like  a really useful feature. Assuming you use Google&#8217;s Web History feature, you can  have Google filter out pages you&#8217;ve already clicked on from its results or  feature those pages and hide those you&#8217;ve not seen.</p>
<p>For example, I was looking for information on <a href="http://daggle.com/add-twitter-google-wave-1424">how to add Twitter to  Google Wave</a> earlier today. I&#8217;d heard about a program called Twave, so  started searching for it. By using the &#8220;Visited Pages&#8221; option (in the screenshot below, look in the middle of the left column), it was easy to get a list of what I&#8217;d been  to:</p>
<p><img class="alignnone size-large wp-image-27003" title="Visited Pages" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/twave-Google-Search-500x441.jpg" alt="Visited Pages" width="500" height="441" /></p>
<p>Notice the two arrows to the top right of the screenshot. They point out how  Google tells me when I last visited the  page listed (me visiting the page, not Google&#8217;s spider) and the term I searched for when I clicked from Google&#8217;s results through to the page.</p>
<p>All&#8217;s not perfect, however. Notice the three arrows further down.  Technically, I told Google to do a search for &#8220;twave&#8221; and then filter out only  pages that I&#8217;d visited when doing that particular search in the past. So why&#8217;s <a href="http://daggle.com/add-twitter-google-wave-1424">Daggle</a>, my personal  blog, showing up? Look at the bottom two arrows. They show I last visited the  page on September 12 for a search on &#8220;daggle email,&#8221; not on &#8220;twave.&#8221;</p>
<p>The answer is shown in the description. See how I&#8217;ve boxed and pointed at the  word &#8220;Twave.&#8221; I wrote a post about Twave on my blog. Google visited my blog, saw  that word and so considers it a page I&#8217;ve visited before for a search on &#8220;twave&#8221;  simply because that word is on the page &#8212; NOT because I actually searched for  &#8220;twave&#8221; in Google and found my blog that way.</p>
<p>I especially liked the Not Visited option:</p>
<p><img class="alignnone size-large wp-image-27001" title="Not Visited Option" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/twave-Google-Search-2-500x332.jpg" alt="Not Visited Option" width="500" height="332" /></p>
<p>I can think of so many times I&#8217;ve done a search, then realized I was &#8220;done&#8221;  with some of the pages I&#8217;d already seen but kept getting them back when I  searched again. That was the case this evening, when the pages I viewed didn&#8217;t  really have the answer I wanted. I need to look at some more.</p>
<p>Unfortunately, most of the other ones I hadn&#8217;t visited because I could  already tell they were junk by looking at them. Yet the only way to remove them  from the Not Visited list is to actually visit them? Ugh.</p>
<p>An easier solution would be if Google enabled its SearchWiki feature when  you&#8217;re using Search Options. Then you could easily delete pages you weren&#8217;t  interested in. For some reason, SearchWiki isn&#8217;t active when Search Options are  used (for more about the service, see my <a href="../../google-searchwiki-101-an-illustrated-guide-15580">Google  SearchWiki 101: An Illustrated Guide</a> article).</p>
<p>Finally, you&#8217;ll only see the Visited / Not Visited pages option if you&#8217;re  logged into Google and making use of its Web History feature. That will have an  ick factor for some people, the idea that Google&#8217;s watching what you search for and click on. If you&#8217;re among them, well, don&#8217;t sign in and don&#8217;t  use Web History. All the other search options will work just fine for you. My <a href="../../google-search-history-expands-becomes-web-history-11016">Google  Search History Expands, Becomes Web History</a> story goes into more depth about  the Web History feature. Like really, really in depth. It makes this article seem short.</p>
<p><strong>View Options</strong></p>
<p>Further down in the Search Options panel are four ways to view your search  results, all of which were present when Search Options launched:</p>
<ul>
<li>Standard view</li>
<li>Related searches</li>
<li>Wonder wheel</li>
<li>Timeline</li>
</ul>
<p>I&#8217;m not going to drop a ton of screenshots and explanations about how these  work, because I&#8217;ve already done that in my <a href="../../google-wonder-wheel-17093">Google Wonder  Wheel &amp; Other Search Refinement Features</a> article. Check  that out. The only difference is in that article, the &#8220;Related searches&#8221; option  was called &#8220;Search suggestions.&#8221;</p>
<p><strong>Results Options</strong></p>
<p>Just below the view options area are results options, like this:</p>
<p><img class="alignnone size-full wp-image-26987" title="Results Options" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/wonder-wheel-Google-Search.jpg" alt="Results Options" width="160" height="212" /></p>
<p>It&#8217;s confusing, I know. Didn&#8217;t we have a filter by results area at the top of  the Search Options section? Yes, we did. And isn&#8217;t &#8220;More Text&#8221; a view option.  Yes, it is.</p>
<p>The &#8220;More text&#8221; and &#8220;Images from the page&#8221; options were present when Search  Options was launched. They show longer description for results and thumbnail images  alongside results, respectively. That <a href="../../google-wonder-wheel-17093">Google Wonder  Wheel &amp; Other Search Refinement Features</a> article I  mentioned earlier explains more about the options, complete with illustrations.</p>
<p>If it  were me, I&#8217;d move both of these options into the View Options section. As for the other two related to shopping, I&#8217;d put them into that other results options area &#8212; the one where you can get news, video, blog results and so on.</p>
<p>Let&#8217;s talk about those shopping optons. They&#8217;re brand new: &#8220;Fewer shopping sites&#8221; and &#8220;More shopping sites.&#8221;  I&#8217;m sure they&#8217;ll also freak out some site owners who&#8217;ve long suspected that  Google&#8217;s wanted to decommercialize (if that&#8217;s even a word) its results in order  to push businesses into buying ads. And in fact, to some degree Google admitted  that type of shift back during the major &#8220;<a href="../../14-is-google-evil-tipping-points-since-2001-10174">Florida  Update</a>&#8221; of 2003. Not to boost ad sales, of course, but because sometimes  people may want less commercial results. Well, now you can overtly drop shopping-oriented sites from your results or  conversely, pump them up.</p>
<p>Here are standard results for <a href="http://www.google.com/#q=rollerblade+speedmachine">rollerblade  speedmachine</a>, which as you can see are loaded with shopping results:</p>
<p><img class="alignnone size-large wp-image-26997" title="Shopping Results" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/rollerblade-speedmachine-Google-Search-1-500x430.jpg" alt="Shopping Results" width="500" height="430" /></p>
<p>When I  apply the &#8220;fewer shopping sites&#8221; option, however:</p>
<p><img class="alignnone size-large wp-image-26998" title="Non Shopping Results" src="http://searchengineland.com/figz/wp-content/seloads/2009/10/rollerblade-speedmachine-Google-Search-2-500x386.jpg" alt="Non Shopping Results" width="500" height="386" /></p>
<p>Away go some of the sites, with the boxes showing where new forum threads or  blog posts have come in. Shopping results are still there, though kind of sad, I noticed a good dependable store I use personally disappeared. I&#8217;d like the  feature better if it removed shopping sites with less reputation, if it&#8217;s going  to leave some in. But I&#8217;ve also not done more than a few tests, so perhaps this  isn&#8217;t the case with other searches.</p>
<p>Wondering what makes a site shopping-like? Google says prices are one of the key signals. You have a lot of prices, you may seem like a shopping store. Google also said things that just look and feel like shopping sites will get flagged. If your using certain words frequently associated with shopping sites, or a format that is commonly seen, that can also be an influence.</p>
<p><strong>Conclusion</strong></p>
<p>Don&#8217;t see some or all of the new options mentioned? Remember that for the  Visited / Not Visited options, you need to be logged in. As for others, typically  with these types of releases, it might take a few days for everyone on Google to  see them.</p>
<p>Overall, I like that the new options are more visible, and it may perhaps be  reversing the long standing conventional wisdom that searchers simply ignore  options when offered through &#8220;advanced search&#8221; or other links. However, it feels like Google&#8217;s been so busy growing the Search Options panel  that it&#8217;s failing to maintain consistency with the existing advanced search  pages for some of its vertical search properties. I&#8217;d like to see them consolidate and be more consistent.</p>
<p>NOTE: Google’s search options have been updated. See: <a href="http://searchengineland.com/meet-the-new-google-41286">Meet The New Google &amp; Its Colorful, Useful &#8220;Search Options&#8221; Column</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/up-close-with-google-search-options-26985/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Video: Easy Tips For Better Searching</title>
		<link>http://searchengineland.com/new-video-easy-tips-for-better-searching-15119</link>
		<comments>http://searchengineland.com/new-video-easy-tips-for-better-searching-15119#comments</comments>
		<pubDate>Wed, 15 Oct 2008 19:57:32 +0000</pubDate>
		<dc:creator>Danny Sullivan</dc:creator>
				<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[Search Features: Query Refinement]]></category>
		<category><![CDATA[Search Resources]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=15119</guid>
		<description><![CDATA[Last year, Common Craft produced a great, short video explaining RSS &#8220;in plain English.&#8221; The company is back now with another wonderful one, Web Search Strategies in Plain English. It&#8217;s less than three minutes long and does a great job explaining how to use some of the most simple &#8220;power&#8221; commands at searchers&#8217; disposal &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, Common Craft produced a great, short <a href="http://www.commoncraft.com/rss_plain_english">video explaining RSS &#8220;in  plain English.</a>&#8221; The company is back now with another wonderful one, <a href="http://www.commoncraft.com/web-search-strategies">Web Search Strategies in  Plain English</a>. It&#8217;s less than three minutes long and does a great job  explaining how to use some of the most simple &#8220;power&#8221; commands at searchers&#8217;  disposal &#8212; the minus sign and quotation marks. Be sure to check it out! The  video is also below:</p>
<p><object type="application/x-shockwave-flash" width="320" height="260" data="http://www.vimeo.com/moogaloop.swf?clip_id=1799104&amp;server=www.vimeo.com&amp;fullscreen=0&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color="><param name="quality" value="best" /><param name="allowfullscreen" value="false" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1799104&amp;server=www.vimeo.com&amp;fullscreen=0&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/new-video-easy-tips-for-better-searching-15119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What You Can Learn From Google&#8217;s &#8220;Site&#8221; Operator</title>
		<link>http://searchengineland.com/what-you-can-learn-from-googles-site-operator-14052</link>
		<comments>http://searchengineland.com/what-you-can-learn-from-googles-site-operator-14052#comments</comments>
		<pubDate>Thu, 22 May 2008 11:52:33 +0000</pubDate>
		<dc:creator>Jill Whalen</dc:creator>
				<category><![CDATA[All Things SEO]]></category>
		<category><![CDATA[Search Features: Commands]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/what-you-can-learn-from-googles-site-operator-14052.php</guid>
		<description><![CDATA[Google has a set of advanced search operators that can be accessed either through the advanced search page, or by using specialized commands in conjunction with your query from any Google web search box. One of the most useful for search engine optimization is the &#8220;site:&#8221; operator. Google&#8217;s &#8220;site:&#8221; is an advanced search operator that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://searchengineland.com/lands/100-organic.php">
<img border="0" src="http://searchengineland.com/images/organic100.jpg" alt="100% Organic - A Column From Search Engine Land" align="left" hspace="5" vspace="3" width="100" height="100"></a> Google has a set of advanced search operators that can be accessed either through the advanced search page, or by using specialized commands in conjunction with your query from any Google web search box. One of the most useful for search engine optimization is the &#8220;site:&#8221; operator.</p>
<p>Google&#8217;s &#8220;site:&#8221; is an advanced search operator that allows you to see the URLs they have indexed for your website.
To access it, you simply type into Google&#8217;s search box the following:</p>
<p><span id="more-14052"></span>
<code>site:www.example.com</code></p>
<p>Substituting your own domain for example.com, of course.</p>
<p>This is one of the first things we do when researching and reviewing a new client&#8217;s website, because there&#8217;s a lot you can learn from the results that are displayed.</p>
<p>You can learn:</p>
<ul>
<li>Approximately how many URLs (not pages) from your site are indexed</p>
<li>If you have duplicate content issues
<li>What your title tags look like
</ul>
<p>When you run a query using the &#8220;site:&#8221; operator, in the top-right of the search results page (SERP) you&#8217;ll see something like: &#8220;Results 1 &#8211; 10 of about 162,000 from www.example.com.&#8221;  Which means that they have approximately 162,000 URLs of your website indexed. You won&#8217;t be able to see all 162,000 in the results, however, as you can generally only drill down to the first 1000.</p>
<p>Knowing how many URLs Google has indexed is important because it can help determine if there are any indexing problems. For instance, if Google says you have 162,000 URLs indexed, but you know your website doesn&#8217;t have even close to that many, you probably have duplicate content issues. This doesn&#8217;t mean that you actually have pages of duplicate content, but that you may have the same content being indexed under multiple URLs.</p>
<p>As an example, your home page could be indexed as www.example.com as well as www.example.com/index.php.  Or if you have tracking URLs in place, you may find that you&#8217;re seeing both the &#8220;real&#8221; URL being indexed, as well as the tracking URL. That&#8217;s not a good thing, and you&#8217;ll want to use your robots.txt exclusion file to make sure those don&#8217;t get indexed.</p>
<p>Other forms of content being indexed under multiple URLs can happen when your content management system spits out a variety of query strings for pages of essentially the same content. You may be able to fix this via your robots.txt, or you may need your developer to tweak your CMS to only allow one form of the URL to ever be output.</p>
<p>Another thing you might notice in the SERP when you run the &#8220;site:&#8221; operator is your home page (or any page of your website) is being indexed under a variety of URLs that you wouldn&#8217;t expect. If you see this happening, it might mean that your 404-error page is not set up correctly to send out a 404 http header response, and is instead redirecting people to your home page (probably via a 301-redirect). This shouldn&#8217;t in and of itself be a problem, but it is when it comes to the search engines and indexing.  You definitely don&#8217;t want your home page indexed under multiple URLs, as Google&#8217;s duplicate content filter might stop your &#8220;real&#8221; home page from showing up when it&#8217;s supposed to.</p>
<p>If your home page being indexed under multiple URLs is not because of a 404-error page being set up incorrectly, it might be due to your website providing unique session IDs for any browser that visits the website. If you must use session IDs to track the visitors to your website, you&#8217;ll need to make sure that these will not be shown to search engine spiders and that they only get the &#8220;clean&#8221; version of each URL. Your website developers should be able to implement this if brought to their attention.</p>
<p>Though the &#8220;site:&#8221; operator can teach you a lot about how Google indexes your website, there are some things that it doesn&#8217;t show you. For example, the &#8220;site:&#8221; operator doesn&#8217;t show you:</p>
<ul>
<li>What your SERP description will look like</p>
<li>Which pages of your website are most important
</ul>
<p>Often people see their search results from a &#8220;site:&#8221; operator and panic because the snippet or description that shows up underneath their URL is part of their navigation or something else that looks icky and not click-worthy. Don&#8217;t despair! The snippet that shows up when you use a &#8220;site:&#8221; operator query is rarely the same as the description that shows up for an actual keyword query. Perform some keyword searches yourself and you&#8217;ll see the difference.</p>
<p>The other mistake people make is thinking that the order of the pages listed when you use the &#8220;site:&#8221; operator in the SERP shows the order of importance of those pages. While Google does tend to show the home page of a site before the other pages, the rest of the list isn&#8217;t sorted in any particular order of importance. So be careful about drawing any conclusions based on that.</p>
<p>I find new discoveries all the time when using Google&#8217;s &#8220;site:&#8221; operator for the websites I review. If this isn&#8217;t something you currently check for your websites or for those of your clients, you may be missing some important information that could improve your website&#8217;s search engine performance.</p>
<p>If you&#8217;d like to learn more, last year Vanessa Fox posted some info about the <a href="http://googlewebmastercentral.blogspot.com/2007/03/using-site-command.html">site: command</a> on Google&#8217;s Webmaster Central blog.</p>
<p><i>Jill Whalen, CEO and founder of High Rankings, a search marketing firm outside of Boston, and co-founder of SEMNE, a New England <a href="http://www.semne.org/">search marketing networking organization</a>, has been performing SEO since 1995. Jill is the host of the High Rankings Advisor <a href="http://www.highrankings.com/newsletter/">search engine marketing newsletter</a>.  The <a href="http://searchengineland.com/lands/100-organic.php">100% Organic</a> column appears Thursdays at <a href="http://searchengineland.com"> Search Engine Land</a>.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/what-you-can-learn-from-googles-site-operator-14052/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Development Tool Shortcuts For Firefox</title>
		<link>http://searchengineland.com/link-development-tool-shortcuts-for-firefox-13847</link>
		<comments>http://searchengineland.com/link-development-tool-shortcuts-for-firefox-13847#comments</comments>
		<pubDate>Wed, 23 Apr 2008 22:04:00 +0000</pubDate>
		<dc:creator>Rae Hoffman-Dolan</dc:creator>
				<category><![CDATA[Link Building: General]]></category>
		<category><![CDATA[Link Week]]></category>
		<category><![CDATA[Search Features: Commands]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/link-development-tool-shortcuts-for-firefox-13847.php</guid>
		<description><![CDATA[A few weeks back I did a post on my blog about creating Firefox quick search bookmarks. I was surprised at how well received it was, though I think people were most pleased with the fact that I had created a download of a very small selection of the large list of SEO related Firefox [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://searchengineland.com/lands/link-week.php">
</a></p>
<p>A few weeks back I did a post on my blog about <a href="http://www.sugarrae.com/creating-firefox-quick-search-bookmarks/">creating Firefox quick search bookmarks</a>. I was surprised at how well received it was, though I think people were most pleased with the fact that I had created a download of a very small selection of the large list of SEO related <a href="http://www.mozilla.com/firefox/">Firefox</a> quick searches that I use.</p>
<p><span id="more-13847"></span></p>
<p>If you&#8217;ve ever seen me do a site review, you&#8217;d know I appear lost without my laptop, which contains all of my quick searches. Since the small list of general SEO ones I previously published was well received, I figured I would create a download of some of the ones I find to be great tools in my link development efforts. I can&#8217;t give them all away, but anyone who spends a lot of time doing link development should find these pretty useful. So, grab the original shortlist of <a href="http://www.sugarrae.com/spares/sugarraeseobookmarks.html">general SEO Firefox quick search bookmarks</a> (some of which are used in link dev) and then grab this expanded list of <a href="http://www.sugarrae.com/spares/sugarraelinkdevbookmarks.html">link development Firefox quick search bookmarks</a> (to download either file, right click and save as).</p>
<p>The following is a listing of the searches contained within the link development specific download:</p>
<ul>
<li><strong>Google Link Search:</strong> I don&#8217;t think this one needs explaining, except to remind newer SEOs that this listing is far from complete, as admitted by Google, and only shows a small sampling of your inbound links. Also don&#8217;t assume that because you see a specific backlink when doing a link: command that it means it <a href="http://www.mattcutts.com/blog/google-provides-backlink-tool-for-site-owners/">carries any weight</a>.</li>
<li><strong>MSN Link from Domain Search:</strong> Shows you a listing of sites that a specific URL is linking to. For example, you can see <a href="http://search.msn.com/results.aspx?q=linkfromdomain%3Asearchengineland.com&#038;FORM=MSNH">what sites Search Engine Land is linking to</a> with this command.</li>
<li><strong>Google News Search: </strong>Allows you to search Google news specifically, which I&#8217;ve found handy when trying to <a href="http://searchengineland.com/080325-160541.php">identify and organize the Linkerati</a> in a specific niche.</li>
<li><strong>Google News Site Search: </strong>Allows you to quickly identify if a publication is listed within <a href="http://news.google.com">Google News</a> as a source of news content. To me, this is one potential signal of the quality of and value in obtaining a link from a specific site.</li>
<li><strong>Digg Popularity of a Website: </strong>Does a <a href="http://www.digg.com">Digg</a> search for any stories that have been submitted from a specific URL, buried or not buried, front page or non-front page, to show you the success or non-success of a site&#8217;s social media attempts. This can also help you identify which competitors truly are competitors in the social media space and which competitors seem to be ignoring it so that you can fill the voids they leave by not paying attention. A much better way to see the Digg popularity of your website than fad widget sites like <a href="http://diggularity.com/">Diggularity</a>.</li>
<li><strong>PRWeb Search: </strong>Searches all press releases at <a href="http://www.prweb.com">PRWeb.com</a>. I use this search to identify the companies and websites that are seeking publicity within a site&#8217;s niche and to get ideas for the content that will allow us to develop some killer links based upon new discoveries within an industry.</li>
<li><strong>YouTube Search Ordered by View Count: </strong>Self explanatory as far as what it does in regards to finding <a href="http://www.youtube.com">YouTube</a> videos. This helps us identify competitors that are developing views well surrounding our topic area, allowing us to not only learn from their success, but to also take a look at the sites that have linked to their videos on YouTube. This gives us a more specific listing of &#8220;Video Linkerati&#8221; to contact when we have a big push on a video.</li>
<li><strong>Yahoo Answers Open Questions: </strong>This will search <a href="http://answers.yahoo.com">Yahoo Answers</a> for open questions containing your search terms. Regardless of nofollow links, Yahoo Answers is a traffic driver in a lot of categories and we find being active in those categories helps us develop <a href="http://www.businessweek.com/innovate/brandequity/">branding and visibility</a> that leads to traffic and outside links.</li>
<li><strong>Yahoo Search to See if a Site Is Linking to You: </strong>Does a quick search to see if a specific domain is linking to your website. It&#8217;s useful in helping you not repeatedly contact the same sites, especially if you bought a website and don&#8217;t have records of previous link development efforts.</li>
<li><strong>Ye Old Digg Mining:</strong> Does a Digg search to find stories that reached front page without being buried on a specific topic, listing the oldest first. This can often help you come up with some great topics for killer content (I will not use the overused but often misunderstood word &#8220;linkbait&#8221;). If you think Cosmo hasn&#8217;t been repeating the same stories for <a href="http://www.gono.com/adart/Cosmopolitan/Cosmopolitan-July-1955-1.jpg">decades</a> upon <a href="http://www.gono.com/adart/Cosmopolitan/Cosmopolitan%201960-1.jpg">decades</a>, <a href="http://www.gono.com/adart/Cosmopolitan/Cosmopolitan-February-1970.jpg">you&#8217;re</a> <a href="http://www.gono.com/adart/Cosmopolitan/cosmopolitan_magazine_covers.htm">very</a> <a href="http://www.cosmopolitan.com/magazine/in-this-issue/">wrong</a>. They simply take the same topics and attack them from <a href="http://www.sugarrae.com/when-unique-content-is-not-unique/">fresh angles</a>.</li>
</ul>
<p>Lastly, one I couldn&#8217;t include the code for because you first need to create a <a href="http://www.google.com/coop/cse/">custom search engine with Google</a> (you can see an example of an SEO related one in action <a href="http://www.stuntdubl.com/2007/01/24/seo-cse/">here</a>): Searching Your Custom Search.  I like to set up custom search engines for my niche&#8211; only putting in the high quality sites I&#8217;ve developed relationships with and/or hope to develop relationships with so that when we&#8217;re searching for something to link to on a specific topic (and thus, creating a <a href="http://www.seobook.com/archives/001391.shtml">quality outbound link</a>), we can simply search the sites we know to be the best of the niche to do so (don&#8217;t forget to include your own). This has worked best for us the bigger our industry or niche is.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/link-development-tool-shortcuts-for-firefox-13847/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search URL Parameters Explained</title>
		<link>http://searchengineland.com/google-search-url-parameters-explained-11615</link>
		<comments>http://searchengineland.com/google-search-url-parameters-explained-11615#comments</comments>
		<pubDate>Tue, 03 Jul 2007 13:01:22 +0000</pubDate>
		<dc:creator>Barry Schwartz</dc:creator>
				<category><![CDATA[Google: Web Search]]></category>
		<category><![CDATA[Search Features: Commands]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/google-search-url-parameters-explained-11615.php</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Appending different parameters to the end of the Google search URL string can often extend the Google search results into something that may be more tailored for your specific search.</p>
<p>Joost de Valk <a href="http://www.joostdevalk.nl/google-search-url-parameters-cheat-sheet/">created</a> a <a href="http://www.joostdevalk.nl/dl/wp-content/uploads/2007/07/google-url-parameters.pdf">Google Web search parameters cheat sheet</a> (PDF file) that contains a comprehensive list of many of the different parameters you can add to the Google search URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-search-url-parameters-explained-11615/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Addicted to Link Research?</title>
		<link>http://searchengineland.com/addicted-to-link-research-10938</link>
		<comments>http://searchengineland.com/addicted-to-link-research-10938#comments</comments>
		<pubDate>Mon, 09 Apr 2007 21:12:14 +0000</pubDate>
		<dc:creator>Eric Ward</dc:creator>
				<category><![CDATA[Link Building: General]]></category>
		<category><![CDATA[Link Week]]></category>
		<category><![CDATA[Microsoft: Bing]]></category>
		<category><![CDATA[Search Features: Commands]]></category>
		<category><![CDATA[SEO: General]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/addicted-to-link-research-10938.php</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://searchengineland.com/guides/link_week.php">
</a> It&#8217;s been a little over a week since MS Live Search <a href="http://blogs.msdn.com/livesearch/archive/2007/03/28/we-are-flattered-but.aspx">disabled linking related advanced queries</a>.  The post itself announcing the decision was short, but the <a href="http://blogs.msdn.com/livesearch/commentrss.aspx?PostID=1982639">commentary that followed</a> it was anything but.</p>
<p>What&#8217;s the big deal? The search engines never had to give us this data in the first place.  The actual operator, <b><i>link:</i></b> is a creation of the engines, and it was a bonus freebie that many of us have used and abused for years.  I&#8217;m thankful that we still have Google and Yahoo to use for link searches, but frankly I&#8217;m more thankful that Microsoft is considering a more robust &#8220;functionality for real queries.&#8221;  I hope Google and Yahoo do the same with their respective Site Explorer and Webmaster Tools services.   We marketers were never entitled to free link data, so let&#8217;s be happy we have any at all, and at the same time look for ways to stop being so dependent on it.</p>
<p><span id="more-10938"></span>
In the interim, for you Live Search <i><b>link:</b> </i>addicts, don&#8217;t forget you still have a workaround: &#8220;domain.com&#8221; -site:domain.com. It&#8217;s not perfect. <a href="http://www.hotbot.com/index.php?nil_suggest=btn&#038;ps=&#038;loc=searchbox&#038;tab=web&#038;mode=search&#038;currProv=msn&#038;query=link%3Asearchengineland.com&#038;lang=&#038;dfi=&#038;dfe=&#038;region=&#038;date=0&#038;past=&#038;dateop=afterdate&#038;month=1&#038;day=&#038;year=2006&#038;adf=">HotBot can still be link colon&#8217;ed</a>, as well.</p>
<p>A larger question worth asking is what exactly are we doing with all that linking data we&#8217;ve been freely mining all this time?  What is the reason to look for links pointing at sites other than <i>our own</i>?  You know the answer.  We look for links pointing at competitor&#8217;s sites so that we can identify linking targets for our own site.  We analyze links across our industry niche in order to spot the holes and opportunities.  In some ways this data has been so freely available for so long it&#8217;s made us lazy.  Slap a Google Alert on <b><i>link:competitor.com </i></b>and new link opportunities are sent right to our inboxes.</p>
<p>Maybe it&#8217;s worth pointing out the obvious, and because I haven&#8217;t seen it pointed out yet, maybe it isn&#8217;t so obvious.  You can do competitive link analysis til the cows come home, but it wont help your site unless you have linkworthy content that will also attract higher trust links than <b>can&#8217;t</b> be found automatically.  Put more simply, if everybody uses the same link analysis tools and everybody chases the same links, then over time everyone ends up with the a nearly identical  inbound link profile.</p>
<p>And for the engines, that kind of profile is useless.  When twenty camping equipment sites each have 20,000 links, from nearly the same 20,000 targets, you end up in the Truman Show.  Everything is the same, every site is the same, every link is the same.  Nothing differentiates one site from another.  I do heavy duty link analysis for a living, so let me be clear.  I&#8217;m not saying doing regular link research is bad.  I do it every day.  But I find that some of the best target sites for link building don&#8217;t appear just by doing advanced link operator searches or by using automated programs.</p>
<p>This week I&#8217;m doing some online publicity and link building for <a href="http://pbskids.org/">PBSkids.org</a>&#8216;s new <a href="http://pbskids.org/curiousgeorge/">Curious George</a> content.  I&#8217;ll do some link analysis, sure. But I really don&#8217;t need any of Live.com&#8217;s advanced link operator searches for my core target site identification.  All I need is <a href="http://search.live.com/results.aspx?q=%22curious+george+links%22&#038;mkt=en-us&#038;FORM=LVCP&#038;go.x=10&#038;go.y=9&#038;go=Search">this search</a>, or <a href="http://search.live.com/results.aspx?q=%22Curious+George+Activities%22+sites&#038;go.x=0&#038;go.y=0&#038;form=QBRE">this one</a> or <a href="http://search.live.com/results.aspx?q=%22Curious+George+Activities%22+links&#038;go.x=0&#038;go.y=0&#038;form=QBRE">this one</a>.</p>
<p><i>Eric Ward has been in the link building and content publicity game since 1994, providing services ranking from <a href="http://www.ericward.com/linkstrategy.html">linking strategy</a> to a monthly private newsletters on linking for subscribers. The <a href="http://searchengineland.com/guides/link_week.php">Link Week</a> column appears on Mondays at <a href="http://searchengineland.com/">Search Engine Land</a>.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/addicted-to-link-research-10938/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.475 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 07:45:38 -->
<!-- Compression = gzip -->
