<?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>Dev @ Work &#187; improve website</title>
	<atom:link href="http://www.devatwork.nl/tag/improve-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devatwork.nl</link>
	<description>A day in the life of a developer</description>
	<lastBuildDate>Tue, 18 Oct 2011 16:32:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extending your Successful Website: Improve your Search Engine</title>
		<link>http://www.devatwork.nl/2009/10/extending-your-successful-website-improve-your-search-engine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extending-your-successful-website-improve-your-search-engine</link>
		<comments>http://www.devatwork.nl/2009/10/extending-your-successful-website-improve-your-search-engine/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 09:31:22 +0000</pubDate>
		<dc:creator>Bert Willems</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[improve website]]></category>
		<category><![CDATA[successes and failures]]></category>
		<category><![CDATA[visitor flow]]></category>

		<guid isPermaLink="false">http://www.devatwork.nl/?p=579</guid>
		<description><![CDATA[As I showed you in my previous post, Expanding your Website: Make your Visitors Feel Home, innovation on your website is a must in order to keep ahead of your competitors. Everybody knows that making your content findable is important. There are numerous websites dedicated to optimizing your website for the Google, Yahoo, Bing and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-587" title="convert search into money" src="http://www.devatwork.nl/wp-content/uploads/2009/10/moneysearch-300x298.jpg" alt="convert search into money" width="300" height="298" />As I showed you in my previous post, <a title="Expanding your Website: Make your Visitors Feel Home" href="http://www.devatwork.nl/index.php/2009/06/23/expanding-your-website-make-your-visitors-feel-home/">Expanding your Website: Make your Visitors Feel Home</a>, innovation on your website is a must in order to keep ahead of your competitors.</p>
<p>Everybody knows that making your content findable is important. There are numerous websites dedicated to optimizing your website for the Google, Yahoo, Bing and Ask. The term SEO (Search Engine Optimization) is commonly known and I am not going to talk about that!</p>
<p>In this article I am going to talk about improvements you can make to your website’s internal search engine. If your website does not contain a lot of content or the content is highly volatile this article might not be relevant for you.</p>
<p>However if your content is really specific, for example:</p>
<ul>
<li> Job offers</li>
<li> Location based (company addresses, houses, appliances, etc.)</li>
<li> Articles or Whitepapers about specific subjects</li>
</ul>
<p>This article is a must read for you. First we will get through 2 cases I made to give you idea in what ways you can improve the user experience. Next we will talk about different technologies and selection criteria for search engines.</p>
<p><span id="more-579"></span></p>
<h3>Case one: Job offers</h3>
<p>Job offers are an excellent example of location bound content, for example: if I live in Holland I really don’t care about job offers in America (unless I am thinking about immigrating there off course). Make sure your job offers have a country and preferably a city as search criteria. As a user I want to be able to search for jobs in a specific city or region. I want to supply a maximum distance I would be willing to commute to work.<br />
I also want to be able to search jobs by:</p>
<ul>
<li> Category, for example: accountant, software developer or secretary</li>
<li> Branch, for example: public service or health care</li>
<li> Salary range</li>
</ul>
<p>I want be able to see what other criteria I can use to refine my initial search query. If the query is too specific I want to be able to turn off some of these filters to broaden the search.</p>
<h3>Case two: Article Archive</h3>
<p>Your first job is to figure out what separates one article from another, in this case study I assume that there are 7 main themes to which an article belongs. I expect to be able to browse through each theme using the navigation as well as search in all themes or a specific one.</p>
<h3>Technology</h3>
<p>There are a lot of different search technologies available out there; ranging from freeware software to 1 million euro plus commercial solutions. Which solution is the best? It depends on your needs and wishes, the needs and wishes of your users and your budget of course.<br />
Let me give you an idea about the criteria for selecting a search engine:</p>
<ul>
<li> Precision, how relevant are the result returned from the search engine?</li>
<li> Recall, how much results which you expect to find are actually found?</li>
<li> Stop words, words like ‘a’, ‘in’ or ‘from’ are not relevant usually, does the search engine ignore those meaningless words?</li>
<li> Language support, the ability to handle different forms of a verb: &#8216;walk’s&#8217; is equal to ‘walking; both are forms of the verb ‘to walk’. Every language is different. Some search engines can be tweaked to understand subtle differences in languages.</li>
<li> Synonyms, words that mean the same: automobile means the same as car.</li>
<li> Similarity, words that are related: a ‘car’ is a type of ‘vehicle’.</li>
<li> Performance, no one likes to wait half a minute for a result no matter how good it is.</li>
<li> Scalability, what happens when your site grows, can the search engine cope with that? Or will it come to a grinding halt?</li>
<li> Boosting, can you make one type of information more important than others? Or make news articles older than 2 weeks less important than new articles?</li>
<li> How often is the search index updated? Some engines update real-time, others update their index daily. If you have a site with volatile content you don’t want to wait a full day for it to become available in the search index.</li>
</ul>
<p>All those criteria together determine the search engine best suited for your site. Give each criterion enough thought before you make your decision. If you don’t feel confident you making the decision yourself consider hiring a specialist to support you. A proper search solution can make or break a site.</p>
<h3>User Interface</h3>
<p>A Visitor must be able to see a search box at all times, so visitors can perform Google style searching. This is the primary method users search through your content because visitors usually search with one or two keyword and use additional filters when they realize the result set is too big. The search box should be in a prominent and consistent spot on your site. After all: who wants to search for the search box?</p>
<p>The type of search criteria you offer depends on the content you have. Remember the case with the job content? A visitor could search on the term ‘manager’ and then filter on a specific branch. Criteria give visitors the idea that it will limit the result set, make sure a filter returns at least one result; otherwise a visitor will be disappointment. A good practice is to show the number of results which a filter will return after the name of the filter. This kind of refinement is also called drilldown or facetted search.</p>
<p>Another best practice is to help visitors to choose their keyword by guessing the word he/she tries to enter in the search box. This is called auto complete or search suggestion. Do not fill the auto suggest list with the entire dictionary but try to select words from the content domain. Also use this functionality to assist visitors to detect typos, the ‘Did you mean&#8230;’ functionality.</p>
<p>Present the search results like Google does: clean and simple. Only show the most relevant information. If the content contains several information types use a small icon to differentiate between them. If you really have a lot of information you feel that a visitor must be able to see, without going to the detail page, consider placing that information in a popup which will activate when a user hovers over it.</p>
<h3>Making Money with your Search Engine</h3>
<p>You might consider a search engine to be an unfortunately necessity, a waste of effort and money only needed to keep your visitors happy but you can actually make money with it, I will give you some tips for it.</p>
<p>There are plenty proven business models to make money here. Determine your model first and then determine the requirements for the search solution. Following these steps helps you from getting stuck with an expensive search solution earning you nothing.</p>
<p>A commercially interesting possibility with search is contextual targeting because you know what your visitors are looking for. A great example is Google Adwords, it shows you relevant ads for the search you are doing. Try searching on ‘buy house’ I bet there will be some ads about mortgages. Of course you are not limited to simple text ads; you can show banners as well.</p>
<p>If your website is about products of company presentations you might offer them to give their product a much bigger presentation in the search results so it will be a real eye catcher.</p>
<h3>Conclusion</h3>
<p>Adding a proper search engine to your website is a difficult job both technical and business wise. Although once you have gone through the pain you can actually make money with it!</p>
<p>That is it, I hope this information was useful to you and will help you select a search engine, help improve your existing solution and make some money off it.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1311px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w :WordDocument> </w><w :View>Normal</w> <w :Zoom>0</w> <w :TrackMoves /> <w :TrackFormatting /> <w :HyphenationZone>21</w> <w :PunctuationKerning /> <w :ValidateAgainstSchemas /> <w :SaveIfXMLInvalid>false</w> <w :IgnoreMixedContent>false</w> <w :AlwaysShowPlaceholderText>false</w> <w :DoNotPromoteQF /> <w :LidThemeOther>NL</w> <w :LidThemeAsian>X-NONE</w> <w :LidThemeComplexScript>X-NONE</w> <w :Compatibility> <w :BreakWrappedTables /> <w :SnapToGridInCell /> <w :WrapTextWithPunct /> <w :UseAsianBreakRules /> <w :DontGrowAutofit /> <w :SplitPgBreakAndParaMark /> <w :DontVertAlignCellWithSp /> <w :DontBreakConstrainedForcedTables /> <w :DontVertAlignInTxbx /> <w :Word11KerningPairs /> <w :CachedColBalance /> </w> <m :mathPr> <m :mathFont m:val="Cambria Math" /> <m :brkBin m:val="before" /> <m :brkBinSub m:val="&#45;-" /> <m :smallFrac m:val="off" /> <m :dispDef /> <m :lMargin m:val="0" /> <m :rMargin m:val="0" /> <m :defJc m:val="centerGroup" /> <m :wrapIndent m:val="1440" /> <m :intLim m:val="subSup" /> <m :naryLim m:val="undOvr" /> </m> </xml>< ![endif]--><!--[if gte mso 9]><xml> <w :LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w :LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w :LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w :LsdException Locked="false" Priority="39" Name="toc 1" /> <w :LsdException Locked="false" Priority="39" Name="toc 2" /> <w :LsdException Locked="false" Priority="39" Name="toc 3" /> <w :LsdException Locked="false" Priority="39" Name="toc 4" /> <w :LsdException Locked="false" Priority="39" Name="toc 5" /> <w :LsdException Locked="false" Priority="39" Name="toc 6" /> <w :LsdException Locked="false" Priority="39" Name="toc 7" /> <w :LsdException Locked="false" Priority="39" Name="toc 8" /> <w :LsdException Locked="false" Priority="39" Name="toc 9" /> <w :LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w :LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w :LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w :LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w :LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w :LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w :LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w :LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w :LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w :LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w :LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w :LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w :LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w :LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w :LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w :LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w :LsdException Locked="false" Priority="37" Name="Bibliography" /> <w :LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w> </xml>< ![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 70.85pt 70.85pt 70.85pt; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce :style>< !   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p class="MsoNormal"><span lang="EN-US">There are plenty proven business models to make money here. Determine your model first and then determine the requirements for the search solution. Following these steps helps you from getting stuck with an expensive search solution earning you nothing.</span></p>
<p></mce></div>

	Tags: <a href="http://www.devatwork.nl/tag/improve-website/" title="improve website" rel="tag">improve website</a>, <a href="http://www.devatwork.nl/tag/successes-and-failures/" title="successes and failures" rel="tag">successes and failures</a>, <a href="http://www.devatwork.nl/tag/visitor-flow/" title="visitor flow" rel="tag">visitor flow</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.devatwork.nl/2009/10/extending-your-successful-website-improve-your-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Expanding your Website: Make your Visitors Feel Home</title>
		<link>http://www.devatwork.nl/2009/06/expanding-your-website-make-your-visitors-feel-home/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=expanding-your-website-make-your-visitors-feel-home</link>
		<comments>http://www.devatwork.nl/2009/06/expanding-your-website-make-your-visitors-feel-home/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:49:14 +0000</pubDate>
		<dc:creator>Bert Willems</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[improve website]]></category>
		<category><![CDATA[successes and failures]]></category>
		<category><![CDATA[visitor flow]]></category>

		<guid isPermaLink="false">http://www.devatwork.nl/?p=346</guid>
		<description><![CDATA[Okay, let&#8217;s assume that your website is up and running, you have a steady visitor flow. Google, Yahoo, Ask and Bing know how to find your website and acknowledge you as a valuable source of information. You add new content on a daily basis and your content is valuable to your visitors as you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devatwork.nl/wp-content/uploads/2009/06/photoshop-king-crown-logo-icon1.jpg" rel="lightbox[346]"><img class="size-thumbnail wp-image-492 alignright" title="Best Website" src="http://www.devatwork.nl/wp-content/uploads/2009/06/photoshop-king-crown-logo-icon1-150x150.jpg" alt="Best Website" width="150" height="150" /></a>Okay, let&#8217;s assume that your website is up and running, you have a steady visitor flow. <a title="Google" href="http://www.google.com/" target="_blank">Google</a>, <a title="Yahoo" href="http://www.yahoo.com/" target="_blank">Yahoo</a>, <a title="Ask" href="http://www.ask.com/" target="_blank">Ask</a> and <a title="Bing" href="http://www.bing.com/" target="_blank">Bing</a> know how to find your website and acknowledge you as a valuable source of information. You add new content on a daily basis and your content is valuable to your visitors as you can see in your statistics tool. Your banner positions are filled and revenue is coming in, time to sit back and let the money come to you right?</p>
<p><strong>No</strong>, for one single reason: the competition will eventually catch up with you. You have to keep improving continuously to prevent competitors to catch up with you. How? Listen to the demands and wishes of your visitors! You have got to remember that they are in charge of your site, not you! Why? They are not loyal, they don&#8217;t love you and they have a choice to go to a new player on your market or an innovating competitor.</p>
<p>How can I learn what my visitors want, you ask yourself?</p>
<ul>
<li>Do not assume anything. Your visitors have a mind      of their own.</li>
<li>Analyze your statistics; understand what your      users are doing on your website. It really pays off to take a course in      <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> (or any other statistics tool) or hire a consultant to do      this job for you. For example: identify pages which cause visitors to      leave (= loose potential income) your website, they might not live up to      the expectations that your visitors have of your website.</li>
<li>Ask them. Send them a questionnaire about your      website in trade of a small gift. Maybe a subscription for a month to your      commercial content or a free report. Remember: you have to give in order      to receive!</li>
<li>Analyze the website of your competitors,      understand the strength and weaknesses of their websites and use that      knowledge to improve your website. I am not suggesting that you should      copy their websites, just learn from their successes and failures. Innovating      is more important than providing the same functionality as your      competitors.</li>
<li>Ask the experts. Your website is most likely      build by someone else than yourself, ask those guys for advice. Make sure      those guys know what they are doing: their core business is developing and      maintaining websites like your own. If you don&#8217;t think your supplier is up      to that job, hire a consultant from a different company.</li>
</ul>
<p>I am sure there are a lot more advices to give and I invite you to add your own to this list as well as comment on the current ones. I started this post with the idea of improving the internal search engine of websites but I didn&#8217;t have the time to do it yet. Don&#8217;t worry though; I will post a follow up about that subject as soon as I can.</p>
<p>In the mean while I hope this advice helps you to improve your website&#8217;s visitor count and your revenue!</p>

	Tags: <a href="http://www.devatwork.nl/tag/improve-website/" title="improve website" rel="tag">improve website</a>, <a href="http://www.devatwork.nl/tag/successes-and-failures/" title="successes and failures" rel="tag">successes and failures</a>, <a href="http://www.devatwork.nl/tag/visitor-flow/" title="visitor flow" rel="tag">visitor flow</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.devatwork.nl/2009/06/expanding-your-website-make-your-visitors-feel-home/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

