<?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>Sydney Web Design, Development, SEO &#38; Web Marketing Blog &#124; Elastique Web Design Blog Sydney &#187; Search</title>
	<atom:link href="http://elastique.com.au/web-design-blog/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://elastique.com.au/web-design-blog</link>
	<description>Sydney Web Design, Development, SEO &#38; Web Marketing Blog &#124; Elastique Web Design Blog Sydney</description>
	<lastBuildDate>Tue, 24 Feb 2009 15:24:30 +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>Robots.txt file: The good, the bad, The Whitehouse</title>
		<link>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/</link>
		<comments>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:18:22 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[Search engine ranking]]></category>
		<category><![CDATA[Whitehouse]]></category>

		<guid isPermaLink="false">http://elastique.com.au/web-design-blog/?p=315</guid>
		<description><![CDATA[After being in web design for so long it still amazes us that there are web-savvy developers (and designers) who don&#8217;t realise the importance of a robots.txt file.  Whilst it isn&#8217;t the be all and end all of a web design strategy, a clean, correctly-formatted robots file can help search engine robots, affectionately known as [...]]]></description>
			<content:encoded><![CDATA[<p>After being in web design for so long it still amazes us that there are web-savvy developers (and designers) who don&#8217;t realise the importance of a robots.txt file.  Whilst it isn&#8217;t the be all and end all of a web design strategy, a clean, correctly-formatted robots file can help search engine robots, affectionately known as <em>bots</em> to weed through the information on your site quicker; and more importantly, <strong>not</strong> weed through the places you don&#8217;t want them looking &#8211; for example, your &#8216;/cgi-bin&#8217; folder or that folder where you store all your secret CIA-level documentation; &#8216;/c14-files&#8217;, naturally : )</p>
<p>In essence, the gist behind a robots.txt file is simple: Also known as the Robots Exclusion Protocol, or robots.txt protocol, the file is a standard, nothing-special text file which has a certain format to it and is used to prevent (willing) web spiders and other web robots from accessing all or part of a website which would otherwise be open to the general public.<span id="more-315"></span></p>
<h2>A simple example</h2>
<p>Say you&#8217;re running a competition site and you don&#8217;t want Google (or any other search engine, for that matter) to access the list of competitions you currently run which sits on a sub-directory called /comp-list/ <em>[and bear with us on this one, it's just an example!]</em>. All you&#8217;d have to do is not allow any bots/spiders to <em>crawl</em> that page, or more importantly, anything in that folder by <em><strong>disallowing</strong></em> access to it. The way you do that could not be simpler; all you do is create a robots.txt file, which will sit in your main root directory, with the following information:</p>
<pre>User-agent: Name-of-bot-or spider, i.e. Googlebot
Disallow: /path</pre>
<p>In the above example, &#8216;User-agent&#8217;, simply dictates <em>who</em> it is you are targeting with this rule, whilst &#8216;Disallow&#8217; is a special keyword which becomes an action of that target. So putting that all together, your robots.txt file should look something like this:</p>
<pre>User-agent: Googlebot
Disallow: /comp-list</pre>
<p>Or, to make it so that <em><strong>no </strong></em>robots/spiders can crawl the folder, simply replace Googlebot, below with an asterisk, or &#8220;*&#8221; which is in programming terms a visual representation of &#8220;all&#8221;.</p>
<pre>User-agent: *
Disallow: /comp-list</pre>
<p>That&#8217;s pretty much it! Well, if all you wanted to do was hide that page/folder that would pretty much be it. However, herein is the rub &#8212; What most people tend to forget is that, just because you stop Google or other engines from accessing your site, (and most common search engines inc. MSN Live, Google and Yahoo! <em>will</em> listen to what your robots.txt file says) &#8211; it does <em>not</em> stop people from opening your robots.txt file and finding our what you&#8217;re trying to hide from the world.</p>
<p>That&#8217;s pretty important to realise, especially when you are putting away invoices, or anything else to good use in a folder called &#8216;/secret-stash&#8217;. Google and other bots might not post it for the world to see, but it doesn&#8217;t mean anyone who sees your file can&#8217;t find it! So be weary of that when you are working on your robots file. The question that begs to be answered is why you&#8217;d put your invoices in a folder called &#8216;/secret-stash&#8217;, <em>online</em> in the first place, obviously : ).</p>
<p>Another important thing to remember is that robots.txt does <em>not</em> guarantee privacy! It works on the simple basis of search engine cooperation; having said that however, the big players in the search game at this stage do support it!</p>
<h2>An intriguing scenario</h2>
<p>One thing that never ceased to amaze me was how &#8216;thorough&#8217; the Whitehouse&#8217;s official robots.txt file was- and we stress &#8216;was&#8217;. After eight years in power, President Bush and his web boffins had racked up nearly 2400 lines worth of search engine exclusions in the robots.txt file, which include:</p>
<pre>User-agent: *
Disallow: /cgi-bin
Disallow: /search
Disallow: /query.html
Disallow: /omb/search
Disallow: /omb/query.html
Disallow: /expectmore/search
Disallow: /expectmore/query.html
Disallow: /results/search
Disallow: /results/query.html
Disallow: /earmarks/search
Disallow: /earmarks/query.html
Disallow: /help
Disallow: /360pics/text
Disallow: /911/911day/text
Disallow: /911/heroes/text
...</pre>
<p>And even more&#8230; Now some would say there&#8217;s a big conspiracy going on with political staff trying to hide information to the public about 9/11 or results, or most importantly, &#8220;expectmore&#8221; &#8211; which is sort of ironic, considering you are getting less information? No? Anyhow, We&#8217;ve recently taken a look at the new Obama<em>fied</em> version of the same document and it now looks a lot leaner; in fact, very much leaner&#8230; This much leaner:</p>
<pre>User-agent: *
Disallow: /includes/
Disallow: /search/
Disallow: /omb/search/</pre>
<p>However, on a side note, the last two entries were recently added in addendum to &#8216;/includes/&#8217;. Interesting to say the least right? I mean it may seem like a stupid/childish topic to even get into, but there is a method to the madness of this discussion.</p>
<p>We wondered if this showed a changing nature of how the world- or at least &#8216;The Whitehouse&#8217; is viewing the whole process of information gathering, retrieval and dissemination &#8211;  or more importantly, perhaps trying to be more open? And then I found this <a title="BBC" href="http://news.bbc.co.uk/1/hi/technology/7844280.stm">article on BBC</a> which went something along the lines of:</p>
<blockquote><p><em><span style="color: #1d8fe1;">&#8220;Searching for data about the Obama administration should get easier as the Whitehouse.gov website gets overhauled.<br />
Barack Obama&#8217;s new media team is letting search engines index almost everything on the site.<br />
By contrast, after eight years of government the Bush administration was stopping huge swathes of data from being searchable.<br />
<strong>The move is part of President Obama&#8217;s larger push to make the US government more open and transparent.</strong>&#8220;</span></em></p></blockquote>
<p>And then it hit home! Maybe there really is a change coming? Point is, at least the team at Obama headquarters knows how these things work and believe me that&#8217;s a good start!  Puts a whole new spin to &#8216;The Freedom of Information Act&#8217;.</p>
<p>Either way, maybe it&#8217;s an important strategy, or perhaps it&#8217;s just Obama&#8217;s team weeding out any last remains of the old administrations&#8217; <em>shortcomings? </em>What it does show is that government, whether locally or overseas is realising the importance the web plays in our daily lives, especially in accessing information, and is taking every step they possibly can to rectify any mistakes which may have caused a roadblock of sorts in the past. And in anyone&#8217;s books, that can&#8217;t be a bad thing.</p>
<p>Read more about<a title="Search engine optimization: Getting the process right from scratch" href="http://www.cheb.com.au/search-engine-optimization-get-the-process-right-from-scratch-part-1/"> search engine optimization and robots.txt</a> procedures or check out <a title="The Web Robots" href="http://www.robotstxt.org">The Web Robots</a> page for more information on robots.txt.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your website design sucks because&#8230; users can&#8217;t find crap!</title>
		<link>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/</link>
		<comments>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:01:48 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Design Review]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=251</guid>
		<description><![CDATA[I know ayh! A great title to start of another year of C2.0 Web Design Blog! : -)
To kick off the new year in Web Design, I thought it would be best to go through a couple of my tell-tale signs that can help you gauge if and when your website&#8217;s design sucks. Obviously, &#8220;Website [...]]]></description>
			<content:encoded><![CDATA[<p>I know ayh! A great title to start of another year of C2.0 Web Design Blog! : -)</p>
<p>To kick off the new year in Web Design, I thought it would be best to go through a couple of my tell-tale signs that can help you gauge if and when your website&#8217;s design sucks. Obviously, &#8220;Website design&#8221; in this concept does not only include the graphical elements of the page, but of course the Information architecture, usability, accessibility, etc. So without further ado&#8211; Let&#8217;s get going with round one of &#8220;Your website design sucks because&#8230;&#8221; with Your website design sucks because users can&#8217;t find crap!<span id="more-265"></span></p>
<h2>1. What the heck are you thinking?!</h2>
<p>Whether or not you are running a corporate information site or a 15,000 page e-Commerce store- your content should be easy to find! The biggest problem is people think that you ALWAYS need a search box. Search on a website comes in many flavours, and sure; a search box would be awesome- <em>as long as the results are easy to understand and filter to the right place.</em> Having said that, not all great websites have search boxes or website search for that matter &#8211; but most <em>if not all </em>of them [great websites, that is] make the user experience worthwhile by making their content easy to find. Here are a few tips:</p>
<ul>
<li>If you are running a blog, make sure there is <em>at least</em> a way for the user to find an archive of all your content. After all, one of the main calling-cards, if you like &#8211; of a blog, is the fact that it is a chronological listing of posts or entries. Other important elements that help users searching for content is Tags and Categories. Try to make sure your posts only belong to one parent category. I.e. Not &#8220;<a title="Sydney Web Design" href="http://www.elastique.com.au">Sydney Web Design</a>&#8221; AND &#8220;Web Design&#8221; &#8212; after all, 99% of the time, one of the two (or more) categories makes the most sense. Tags help users by allowing to search for <em>other </em>posts which they might find interesting based on a common interest; i.e. Usability.</li>
<li>If you are running a website; other than a we<strong>b log</strong> , make sure that there is a common, geographical structure to your pages. I.e. there should always be the same header and footer on all pages &#8211; including any side-navigation or side elements. Doing this makes sure that users <em>learn</em> where things are and helps elevate any problems in looking for things all over your website.</li>
</ul>
<h2>2. Some conventional wisdom</h2>
<p>Most webmasters and/or designers <em>usually </em>get search from a UI point of view under control. I mean come on! It&#8217;s basically three elements&#8211; A label &#8220;search for:&#8221;, a text box, usually pre-filled with &#8220;type query here&#8221; or something of the sort, and finally a &#8220;go/search/find&#8221; submit button&#8230; Easy, right? Wrong! Whilst the front-end features of site search are seen as simple, most websites/intranets (even the big players) crash and burn on the search results page.</p>
<h2>3. A case study in Search Usability: Australia Post</h2>
<p>Ahh, good old Australia Post! I love the fact that they deliver to anywhere in the world and the prices are not <em>too</em> bad &#8212; and I haven&#8217;t had anything major get lost whilst sending out *so far*. However, one thing that drives me insane about Australia Post is their website; http://www.austpost.com.au &#8212; not only is this website in need of a &#8220;major&#8221; overhaul. Let&#8217;s start with the essentials of this particular topic; Search.</p>
<p>The search on AustPost is located at: http://search.auspost.com.au. Nothing wrong with that so far- In fact, it&#8217;s smart to have search on either a sub-domain or a sub-folder at search.domain.com or domain.com/search. Moving right along. <strong>Oh wait! </strong>That domain does not work (Under Construction!!) unless you append the following to it: &#8220;/cse/auspost/&#8221; making the FULL-URI <a title="Australia Post" href="http://search.auspost.com.au/cse/auspost/">http://search.auspost.com.au/cse/auspost/</a> &#8211; Tsk, tsk AP!</p>
<p>If you type &#8220;test&#8221; in the search box and click the search button of the main page you get diverted to a search results page; which is okay so far&#8211; However, the diverted results page is a TOTALLY DIFFERENT website (in terms of overall look and feel). Check it out for yourself.</p>
<div id="attachment_257" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-257" title="Australia Post Search Box - Main Page" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search1.jpg" alt="Australia Post Search Box - Main Page" width="455" height="96" /><p class="wp-caption-text">Australia Post Search Box - Main Page</p></div>
<p>All good so far&#8230; Let&#8217;s see what happens when we get diverted to the &#8216;actual&#8217; search page.</p>
<div id="attachment_258" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-258" title="Australia Post Search Results Page - Search.austpost.com.au" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search2.jpg" alt="Australia Post Search Results Page - Search.austpost.com.au" width="455" height="96" /><p class="wp-caption-text">Australia Post Search Results Page - Search.austpost.com.au</p></div>
<p><strong>Oops!</strong> Something went completely wrong. Did I, as the user kill the site? Or is it meant to be a completely different site followed by a completely different user experience? [Both valid questions you don't need a visitor to your website, especially your <em>search</em> page asking!].</p>
<p>As Homer Simpson would say in a time of crisis; Doh! Different Logo, Different colour scheme, Different tab system, Different IA&#8230; Well, at least the logo is <em>generally</em> in the same place as before. Granted, I don&#8217;t know the reasoning behind this&#8211; Maybe they are in the process of moving sites across to a newer(?) design &#8211; but nonetheless, I think being a government corporation, this is pretty bad usability!<br />
Anyway, let&#8217;s move right along&#8230; As if that first problem wasn&#8217;t bad enough, let&#8217;s see the search results form. Below is a screenshot of the &#8220;general&#8221; search form. By general search form I&#8217;m referring to the <em>non-advanced </em>variety!</p>
<div id="attachment_261" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-261" title="Search Results Box" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/searchresultbox.jpg" alt="Search Results Box" width="455" height="88" /><p class="wp-caption-text">Search Results Box</p></div>
<p>Wow, okay &#8212; where to start, where to start. Let&#8217;s rattle off some of the issues with this <a title="Search tag @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/search/">search</a> box/form.</p>
<ol>
<li>Why have a &#8220;Show search options &gt;&gt;&#8221; <strong>as well as </strong>&#8220;&#8216;Advanced Search&#8221;. That is not only confusing, but a waste of visual space/real estate. Why not make general search easy to use with no extra-ordinary features, and leave advanced search for those people that need to dig deeper into the data mine. Ahhh, I slowly started to realise why, and you will see why soon!</li>
<li>See the &#8220;Select All&#8221; and &#8220;Clear All&#8221; check boxes? They only select/deselect <em>one</em> option &#8212; and that is the &#8220;Australia Post Website&#8221; check box. <strong>WHAT WERE YOU THINKING AUSTPOST DESIGNERS/DEVELOPERS!!!</strong> Give me three good reasons why this is necessary on this page (in its current format) and I will stop using Facebook for a month&#8230; Okay, a week! <img src='http://elastique.com.au/web-design-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Not only is this <em>stupid</em> from a <a title="Usability tag @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/usability/">usability</a>/<a title="Information Architecture @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/ia/">IA</a> point of view, but it&#8217;s NOT needed here. Why?, you ask?
<ol>
<li>When you actually decide to click on &#8220;Search&#8221; you really DON&#8217;T end up having a choice in the matter, because the &#8220;Australia Post Website&#8221; check box is auto-ticked when the page has reloaded with the search results! Oh Oh!</li>
<li>It&#8217;s a waste of a control to begin with! The same thing could be easily achieved with one button which <em>toggles</em> through the selections. I.e. starts off as &#8220;Select all options&#8221; then changes to &#8220;De-select all options&#8221; upon click&#8230; However&#8230;</li>
<li>There is NO need for the control at all since there is NO other option/area to search from. I.e. If there was &#8220;Australia Post Website&#8221; and &#8220;Australia Post PO Box Search&#8221;, etc., then it would make sense &#8212; however, there is no other option!</li>
</ol>
</li>
<li>The &#8220;Exact Phrase&#8221; check box control is USELESS in all formats of the word! In theory, the &#8220;Exact phrase&#8221; should let you search for the term &#8220;test&#8221; instead of the term test. What this ultimately means is that in reality, &#8220;Exact Phrase&#8221; should only find the search query if it exists EXACTLY in that format, and not part of other words, or as part of a phrase, etc. The only problem with this is that selecting &#8220;Exact Phrase&#8221; does NOT change the result set; in essence, returning the SAME number of results as well as in the same order! Yay for happy searching &#8212; Not!</li>
<li>Clicking &#8220;Show search options &gt;&gt;&#8221; reveals two fields/controls which are apparently meant to help the user whilst searching but <em>not</em> be enough to warrant the name &#8220;Advanced Search&#8221;. When you click this link, two new fields pop down; a) Format, and b) Modified. Fair enough, you say. They are letting the user choose what type of file format to search; i.e. PDF, Word, etc. as well as the &#8216;age&#8217; of the document(s) in question or when they were last updated. So what&#8217;s the problem here? Let&#8217;s take a peek!</li>
<div id="attachment_264" class="wp-caption alignnone" style="width: 464px"><img class="size-full wp-image-264" title="Search Results - Modified drop-down" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search-result-age.jpg" alt="Search Results - Modified drop-down" width="454" height="308" /><p class="wp-caption-text">Search Results - Modified drop-down</p></div>
<p>Wow! That&#8217;s probably the best word to describe this drop-down. Sure, Australia Post must feel great giving thier users so many options to choose from, but on what planet would you be from if you need THAT many options in sorting last modified periods? Surely, a) &#8220;Anytime&#8221;, b) Past 24 hours, c) Past week, d) Past month, and e) Past year &#8211; would suffice? No? Granularity of options is something worth your time as an Information architect or Website designer/developer investing in! The more options you give the user that they don&#8217;t necessarily need or will never use, the more they have to think. The experience should <em>not </em>make them think! Just give them results, and quick!</p>
<li>Don&#8217;t even get me started on the &#8220;Advanced Search&#8221; link! Let&#8217;s just say that it&#8217;s a little more <em>advanced</em> than what an &#8220;advanced search&#8221; needs to be. So much so that a PhD in Comp. Science would definitely help! I mean for Pete&#8217;s sake, there is a field called &#8220;Custom query&#8221; which lets you, quote &#8220;Create a query using search operators (and, or, not, near, quotes and parenthesis) and system fields.&#8221; unquote! WHAT THA?!?! Sure, I may get it, hell you might even get it as a developer or designer, but your average Joe who might need just that little bit more input into his or her search would most likely freak out! Take it off PLEASE! I&#8217;m not searching the CIA Central Repository here, people!</li>
</ol>
<h2>3. In conclusion&#8230;</h2>
<p>Okay, so I must admit at this point in time that I&#8217;m getting a little bit more critical and more importantly a touch &#8220;harsher&#8221; in my blogging and reviews &#8212; but I think it&#8217;s important to look at problems like these that normal web browsers would AND DO encounter on a day-to-day basis surfing the Interweb! So hopefully you have picked up a few pointers from this blog post that will help you with your upcoming search page design/re-design. Remember, these are above all just some ideas of what not to do, but the field is huge! Make sure you get people with limited Internet experience to trial all software you create (if possible!) but more importantly, keep in mind some of these ideas for next time and I&#8217;m sure your users will thank you!</p>
<p>Thanks for comin&#8217; back guys. Please leave your comments or critisisms below &#8211; and be sure to <a title="Subscribe to the Elastique Web Design Blog RSS Feed" href="http://www.elastique.com.au/feed/">Subscribe to the RSS feed</a> so you can keep up-to-date on all the latest goss and posts from Elastique <a title="Web Design Blog" href="http://www.elastique.com.au/web-design-blog">Web Design Blog</a>. Till next time, Cheb.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
