<?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>coldpie&#039;s blog: web ramblings and thoughts &#187; client tips</title>
	<atom:link href="http://live.coldpienow.com/blog/category/client-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://live.coldpienow.com/blog</link>
	<description>words and thoughts from small web agency based in London</description>
	<lastBuildDate>Sun, 11 Jul 2010 22:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>404! Help your users a little when things go wrong</title>
		<link>http://live.coldpienow.com/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/</link>
		<comments>http://live.coldpienow.com/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:59:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[client tips]]></category>
		<category><![CDATA[client-help]]></category>
		<category><![CDATA[error-pages]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=471</guid>
		<description><![CDATA[
It's been a while and we need to do better! So here's a quick post about building and showing useful 404 error messages for your users when things go wrong... It's aimed at informing you as a client in what to ask your web design company to do...


What is a 404 page?
There are alot of [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie-head">It's been a while and we need to do better! So here's a quick post about building and showing useful 404 error messages for your users when things go wrong... It's aimed at informing you as a client in what to ask your web design company to do...</blockquote>
<span id="more-471"></span>
</p>
<h2>What is a 404 page?</h2>
<p>There are alot of boring status codes attached to web pages when things go wrong (if you are that way inclined have a look at <a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes">this list!</a>.) The most common of these is the &#8220;404 error code&#8221; which simply put means a visit to a page or resource (i.e. an image) on your website which doesn&#8217;t exist.</p>
<h2>Why would users see a 404 / page not found page?</h2>
<p>There are 3 main reasons but probably plenty of others:</p>
<ul>
<li>A user goes directly to a page but mistypes the page address.</li>
<li>You mistype a link on your website and then a user clicks it and finds themselves at a page which doesn&#8217;t exist. Alternatively someone else links to your site using the wrong page.</li>
<li>You redesign your website and update the web pages that your website has. As part of this process you put up new pages and take down old ones or the new web company decides to change the page addresses to smarten them up. Maybe they change the about page from &#8216;http://yourwebsite.com/about.htm&#8221; to &#8220;http://yourwebsite.com/about-us/&#8221;. For a period the search engines will continue to hold your old pages in their index so people might search for you and be taken to a 404-error page. In this case also, where other sites have linked to you, those links might stop working too.</li>
</ul>
<h2>What not to do?</h2>
<p>I thought this was worth writing a quick post about because just this week I&#8217;ve seen a couple of websites where the 404 page I&#8217;d term as a &#8220;total failure&#8221; 404. This is when the site displays an unhelpful 404 message that is just the server&#8217;s default page. Often times this can appear as just plain confusing to users. Here are two examples of what these might look like below:</p>
<p><img src="http://www.coldpie.co.uk/blog/wp-content/uploads/2010/07/404-1.jpg" alt="" title="404-1" width="650" height="190" class="alignnone size-full wp-image-481" /></p>
<p><img src="http://www.coldpie.co.uk/blog/wp-content/uploads/2010/07/404-2.jpg" alt="" title="404-2" width="650" height="190" class="alignnone size-full wp-image-482" /></p>
<p>As you can see &#8211; neither is particularly nice or helpful to the user and may just add to a little niggle of frustration (although the second is slightly better than the first &#8211; at least attempting to explain a little.) In some cases your user might just exit your site completely and go elsewhere, especially if they have found their way there using a search engine.</p>
<h2>What to try and do:</h2>
<p>The best way of approaching your 404 is to think about what you would like your users to see if this is what they saw on first visiting your site (for whatever reason). Some key principles:</p>
<p>1. If you can, keep the general site navigation and treat it like any other page.<br />
2. <strong>Be helpful</strong>. Offer users a way out and a way to move forward. For example you could include a site map or if your site has a search function &#8211; display a search box on the error page.<br />
3. <strong>Say sorry!</strong> and possibly with a hint of humour to lighten the mood. To try and keep your users onside &#8211; apologise but in a no-nonsense tone of voice. Allow them to get in touch with you and report the problem. Obviously this all depends on what overall tone of voice you are using on your site in general.</p>
<p>For coldpie we tried to roll all these things together into our 404-error page. <a href="/this-page-doesnt-exist">Take a look!</a>. It doesn&#8217;t need to be complex or time consuming and you only need to create one error page which will then stand you in good stead moving forward.</p>
<h2>Further reading</h2>
<p>A few web magazines have taken some time to write up in more detail some of the ideas surrounding constructing 404 error pages. Others have also focused on the &#8220;Art&#8221; of 404&#8217;s &#8211; where designers have gone out of their way to construct delightful and sometimes beautiful error pages. As a good starting point I would suggest taking a look at the posts on Smashing Magazine:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2007/07/25/wanted-your-404-error-pages/">Wanted: Your 404 error pages</a></li>
<li><a href="http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/">404 error pages reloaded</a></li>
<li><a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/">404 error pages one more time</a></li>
</ul>
<h2>How to prevent things from happening in the first place</h2>
<p>It&#8217;s probably worth noting that you should also try and prevent your users from seeing the 404&#8217;s where possible. There is no stopping them from mistyping a page name &#8211; however you should try to prevent broken links and try to ease the transition from an old site to new.</p>
<p>To check links try the w3&#8217;s page at <a href="http://validator.w3.org/checklink">http://validator.w3.org/checklink</a>. Here you can check your whole site in one swoop.</p>
<p>Automatically forward on old pages to new ones. At coldpie we often will spend a few hours at the end of a build setting up a list of what old pages that will automatically forward to new ones. This will help Google and other search engines to update their index. Whilst you are there though make sure to use the correct headers when forwarding to the new page. Take a look <a href="http://www.somacon.com/p145.php">here</a> for more info. If you have any questions give me a shout in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://live.coldpienow.com/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where am I?Location based context for your website</title>
		<link>http://live.coldpienow.com/blog/2009/11/06/where-am-i-location-based-context-for-your-website/</link>
		<comments>http://live.coldpienow.com/blog/2009/11/06/where-am-i-location-based-context-for-your-website/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:00:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[client tips]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=238</guid>
		<description><![CDATA[
As Geolocation technology grows in popularity, sophistication and its overall use, it's worth thinking about whether your website properly lets people know where you are based. If people search for your type of business, product or service in your area - does your website appear? Is your address featured prominently on your website? Is your [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie">As Geolocation technology grows in popularity, sophistication and its overall use, it's worth thinking about whether your website properly lets people know where you are based. If people search for your type of business, product or service in your area - does your website appear? Is your address featured prominently on your website? Is your site listed in Google Local? Read on for some thoughts and tips...</blockquote>
<span id="more-238"></span>
</p>
<h2>So what is the fuss with Geolocation?</h2>
<blockquote><p>Geolocation is the identification of the real-world geographic location of an Internet-connected computer, mobile device, website visitor or other. IP address geolocation data can include information such as country, region, city, postal/zip code, latitude, longitude and timezone. Geolocation may refer to the practice of assessing the location, or to the actual assessed location, or to locational data.</p>
<p><span>From <a href="http://en.wikipedia.org/wiki/Geolocation">Wikipedia </a></span></p></blockquote>
<p>The web has changed the way we buy things with the barriers removed on when, how and where we purchase. Now we are able to buy pretty much anything from pretty much anywhere and the only limitations are the cost of and the time taken to deliver. Whilst this change has been quick and revolutionary there is now a solid move to providing information based on <em><em>where</em></em> we currently are.</p>
<p>This has come about in large part due to the technological advances of smartphones such as the Blackberry, Google&#8217;s Android and the iPhone. People are now able to search instantly for specific restaurants, bars and shops from anywhere and in relation to where they are or where they&#8217;re going.</p>
<p>In technology and on the web decent geolocation is where it&#8217;s at. Companies are investing time and money to progress their geolocation features such as <a href="http://maps.google.co.uk">Google maps</a> and <a href="http://en-gb.www.mozilla.com/en-GB/firefox/geolocation/">features within the Firefox browser</a>. Twitter is looking to make itself more <a href="http://blog.twitter.com/2009/08/location-location-location.html">&#8220;location-aware&#8221;</a> and the recent proliferation of geolocation based <a href="http://www.foursquare.com">twitter spin offs</a> are <a href="http://gowalla.com/">proof of its popularity and importance</a>. Also there are some funky augmented reality applications such as the one below which brings it all to life and into the proper &#8220;Hollywood Apps&#8221; territory.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/U2uH-jrsSxs&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/U2uH-jrsSxs&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>What has this got to do with my website?</h2>
<p>Whilst your website might not be as whiz-bang as an augmented reality application, to a user it can serve a similar purpose as they may be interested in your business due to where <em>you </em>are in relation to <em>them</em>.</p>
<p>Understanding that some searches come with a location-based context and altering parts of your site accordingly will help you attract those types of visitors.
<p>This all forms a small but very significant part of what those in the search industry call understanding the &#8220;context&#8221; of a persons web search. Having said that, whilst this post is framed around attracting more visitors and the principles of web search what we are really talking about here is just good web practice (i.e. making sure visitors find relevant and useful information.)</p>
<p><img class="alignnone size-full wp-image-348" title="local-search1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/11/local-search1.jpg" alt="local-search1" width="650" height="274" />
<p>Note that this post addresses the content of your website to convey your location as opposed to the physical location of the server or other deeply techy considerations. If you are interested in more technical discussions for dealing with geolocation and your website have a look at <a href="http://www.seomoz.org/blog/whiteboard-friday-where-in-the-world-is">Rand Fishkin&#8217;s Friday Whiteboard about geolocation.</a></p>
<h2>A vague area and/or your specific address?</h2>
<p>Here are a couple of examples of different contexts for when location might be relevant for your users:</p>
<ul>
<li>A user searches google for &#8220;Your-product your-location&#8221; i.e. &#8220;Web designer London&#8221;</li>
<li>A user is on your website and wants to find out a little bit more about where you are based i.e. What areas you operate in or ship to, where your office or shops are.</li>
</ul>
<p>Let&#8217;s take the first point. A user is looking for companies like yours (or your products or services) in your town. In this scenario the user will in all likelihood be searching Google or Yahoo using general regional terms i.e. Manchester, Central London, North West England in combination with other keywords specific to your business. From this point of view your site should then feature &#8220;vague&#8221; regional search keywords.</p>
<p>The second point is connected to &#8220;user trust&#8221;. Having your company&#8217;s physical address on your site will not only be useful to a visitor it will also help increase their trust in your company or brand. Added to this, it&#8217;s been argued that Google will assign more trust to your website if you include a physical address and more trust can mean higher rankings in search results. Bear in mind though that this belief is based on a series of educated guesses and experimentation because search engine ranking systems are such a highly guarded secret . You can find some more info about that in <a href="http://searchengineland.com/does-including-a-physical-address-on-your-website-help-rankings-19669">Michael Gray&#8217;s article on Searchengineland.</a></p>
<p>So you should therefore try and include <em>both</em> vague and specific location details on your site.</p>
<h2>So what should i do? (the useful stuff!)</h2>
<p>Below are some specific things you should think about doing on your website. By no means exhaustive but hopefully useful.</p>
<p><strong>Add your postal address to your website:</strong><br />
Because your postal address will include specific as well as vague location information (i.e. your town or county) its worth adding your postal address on as many pages as possible. I&#8217;d suggest you use the footer of your site for this so that it will therefore appear in search engine indexes but won&#8217;t get in the way of your average user. For an example take a look at <a href="http://www.redwhiteorpink.com">Red, White or Pink</a>. Also, if you have a physical shop it would be worth while adding some directions too. This will give added usefulness to your site users and also give you some more space for some more legitimate geographical keywords. Take a look at the <a href="http://www.carolannejewellery.co.uk/boutique-locator/barnstaple/">Barnstaple shop page on Carol Anne Jewellery</a>.</p>
<p><strong>Add a google map to your site:</strong><br />
This will be useful for your site visitors and also increase their trust. It <em>may</em> also improve your trust rating with the search engines too (although see the caveat about that above). For an example take a look at <a href="/contact/">our contact page</a> or the <a href="http://www.carolannejewellery.co.uk/boutique-locator/">Boutique locator page on Carol Anne</a>. For help on setting up<a href="http://code.google.com/apis/maps/"> Google maps take a look at their API page</a>.</p>
<p><strong>Add yourself to Google Local:</strong><a href="http://www.google.com/local/add/"></a><br />
<a href="http://www.google.com/local/add/">Google Local</a> is an often under utilised service and allows you to list your physical address and then displays those results within <a href="http://maps.google.co.uk/">Google maps</a> and also at the top of searches which appear to have a location based context. The service is free but you will need to verify your address by post. For example take a look at this search result for &#8220;website company Camden&#8221; which was recently spotted in the wild:</p>
<p><img class="alignnone size-full wp-image-361" title="google-search1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/11/google-search1.jpg" alt="google-search1" width="650" height="400" /></p>
<p>In addition Google Local lets you add additional information about your business, testimonials and images too &#8211; which all amount to another trusted avenue for users to find out more info about your company. For an example take a look at the <a href="http://maps.google.co.uk/maps/place?hl=en&amp;safe=off&amp;um=1&amp;ie=UTF-8&amp;q=st+kilda+apartments+melbourne&amp;fb=1&amp;gl=uk&amp;hq=st+kilda+apartments&amp;hnear=melbourne&amp;cid=9899567608184459577&amp;ei=3XXwSsArx5mMB5eficMI&amp;sa=X&amp;oi=local_result&amp;ct=result&amp;resnum=3&amp;ved=0CBQQnQIwAg">Espresso Apartments listing on Google Local</a>. This <a href="http://maps.google.co.uk/support/bin/answer.py?hl=en-uk&amp;answer=148047">Google Business Centre tips page</a> may be useful too. You might also want to take a look at <a href="http://uk.local.yahoo.com/">Yahoo local</a>.</p>
<p><strong>Create a general statement about your company which includes the more vague location-based keywords in it and include it on your website</strong>:<br />
It&#8217;s a good idea to include some general statements about your company on your website with information about what you do or sell. Again I like to use the footer to utilise this. By adding some of the vague regional information in here it can really help the search engines understand more about your company and therefore serve it up to people on their results pages. For examples take a look at the coldpie footer below or the <a href="http://www.espressoapartments.com.au/">Espresso apartments footer</a>.</p>
<p><strong>Add location context to the page titles on your website</strong>:<br />
Add a couple of location keywords to some of your websites page titles including your homepage and contact page. For more information about what page titles are and why they are important take a look at another one of my long blog posts: <a href="http://www.coldpie.co.uk/blog/2009/04/16/seo-help-quick-tips-to-improve-your-page-titles/">Quick tips to improve your page titles. </a></p>
<p><strong>And finally&#8230;.Add some Microformat magic</strong>:<br />
This one is a bit more techy and a subject perhaps deserving of a blog post all by itself. Adding <a href="http://microformats.org/">Microformats </a>to your site add another level of usefulness for some of your website users. For more information about Microformats have a read through some articles by the self-confessed Microformats nut Andy Clarke: <a href="http://stuffandnonsense.co.uk/blog/about/a_tribute_to_microformats_a_reader_question_answered/">here</a> and <a href="http://stuffandnonsense.co.uk/content/demo/activatethedeathray/">here</a>. Another article about SEO and Microformats is <a href="http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo/">here</a>. For those with the <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator Firefox extension</a> you can see Microformats at work on this site and also on the <a href="http://www.gcc.ac.uk/">Greenwich Community College website</a>.</p>
<p><strong>UPDATE:</strong> It&#8217;s worth having a look at Google&#8217;s &#8220;Rich snippets&#8221; which allow you to use Microformats to mark up additional search result information. More info on that <a href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html">In their introduction in May</a>, <a href="http://googlewebmastercentral.blogspot.com/2009/10/help-us-make-web-better-update-on-rich.html">their update in October</a> and their <a href="http://www.google.com/webmasters/tools/richsnippets">testing tools on the Webmaster site</a></p>
<p>If you have any thoughts or additional suggestions I may have missed &#8211; then let me know in the comments. If you want to discuss it further then <a href="/contact/">get in touch</a>. Or <a href="http://twitter.com/cmcoldpie">tweet me your thoughts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://live.coldpienow.com/blog/2009/11/06/where-am-i-location-based-context-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

