<?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>The Magic Position &#187; search accessibility</title>
	<atom:link href="http://www.magicposition.com/category/search-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magicposition.com</link>
	<description>Don't just build websites: develop the web.</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:01:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Search Accessibility: a how-to</title>
		<link>http://www.magicposition.com/2007/06/04/search-accessibility-a-how-to/</link>
		<comments>http://www.magicposition.com/2007/06/04/search-accessibility-a-how-to/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 16:23:50 +0000</pubDate>
		<dc:creator>Laurie</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[search accessibility]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.magicposition.com/2007/06/04/search-accessibility-a-how-to/</guid>
		<description><![CDATA[In my last post, I covered the politics of search accessibility, and why making your site available to all users is above all the profitable thing to do, without considering whether it&#8217;s the right thing. So now I&#8217;m going to cover how to make your site search accessible.
Please Feed the Spider
The program that runs around [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.magicposition.com/2007/05/31/accessiblity-and-seo-or-why-accessible-websites-are-not-for-the-disabled/">last post</a>, I covered the politics of search accessibility, and why making your site available to all users is above all the profitable thing to do, without considering whether it&#8217;s the right thing. So now I&#8217;m going to cover how to make your site search accessible.</p>
<h2>Please Feed the Spider</h2>
<p>The program that runs around the Internet reading every single page and throwing it into Google&#8217;s<a href="#thegoog">*</a> giant database is GoogleBot (Yahoo!&#8217;s is called Slurp). GoogleBot is your best friend, your worst enemy, your teddy bear and your mommy all rolled into one. GoogleBot is a very, very clever piece of software, but it&#8217;s not magical. Here is what GoogleBot does:</p>
<ol>
<li>It reads the text on your page and looks for &#8220;important&#8221; words and phrases</li>
<li>It reads the links on your page and sees what pages you&#8217;re linking to</li>
<li>It reads the links on the rest of the Internet and looks for pages that link to you</li>
<li>It then calculates how relevant your page is to the words in it, based on the words on the pages that link to it, and how relevant they are based on other sites, and so on</li>
</ol>
<p>Key take-home: <b>it&#8217;s all about keywords and links</b>. It is all about <b>text</b>. Attractive design and a witty site slogan and pictures of bikini models holding your product count for naught. As I mentioned in my last post, Google is in effect a disabled user using only the most basic of assistive technologies:</p>
<ol>
<li>It cannot see your images</li>
<li>It will not execute JavaScript. Not <b>any</b>. (Real disabled users can often do JavaScript using better software these days)</li>
<li>It&#8217;s not reading every bit of text on your page. It&#8217;s looking for the <b>important words</b>. And it&#8217;s in an almighty hurry.</li>
<li>It does not follow links that do not look like web pages.</li>
<li>It does not magically work out what your site is about. You need to make it obvious.</li>
</ol>
<p>Already, some of the key things you need to do for SEO are obvious, in order of importance:</p>
<ul>
<li><b>Link text is important</b>. Every time I see a link saying &#8220;click here&#8221; in 2007 it makes me want to weep. Link text is, above anything else, how Google decides what the page you&#8217;re linking to is about, and by working out what you&#8217;re linking <i>to</i> is how it works out what your page is <i>about</i>. Outgoing links aren&#8217;t silly, they&#8217;re essential.
<li>All your information must be accessible <b>with JavaScript disabled</b>, because that&#8217;s how Google sees the page.
<li>All your links must go to <b>real information</b>. &#8220;#&#8221; links are ignored, as are &#8220;javascript:..&#8221;. And the information on those pages must be relevant to the link text, obviously: don&#8217;t just link back to your home page.
<li>Any images must be described as text somewhere on the page, either within the ALT attribute, or some other technique<a href="#headlines">**</a>. Google ignores images (even image search is based on the text nearby).
</ul>
<h2>What&#8217;s an Important Word?</h2>
<p>It&#8217;s important to know what Google considers an &#8220;important&#8221; word. Google is more than a little secretive about this, but <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Google has its own guidelines for site design</a> and professional, non-evil SEO people have their own <a href="http://www.organicseo.org/Optimizing_Your_Web_Page.html">search accessibility guidelines</a>. My own, very subjective impression from several years of experience, is that the most important words on your page are:</p>
<ol>
<li>The <b>link text going to your page</b>. Nothing you can do about this but be a very good website, and hope people link to you. You can do your bit by linking to other people with sensible keywords, of course, and hoping they link back &#8212; but trading links explicitly is something GoogleBot is designed to detect. And it&#8217;s been spotting fakers a lot longer than you&#8217;ve been faking, so I don&#8217;t recommend trying to fake it.</li>
<li>The <b>page title</b>. Don&#8217;t repeat your site name and slogan endlessly: say what this page in particular is about. Put keywords in there! It&#8217;s also what users see on the search results page, too, so make sure it makes sense to human beings.</li>
<li>The <b>meta description tag</b>. This is an odd one: Google doesn&#8217;t pay too much attention to it in calculating relevance, but at a certain level of relevance, this is what it puts as the text under your page title in the search results, where it suddenly becomes very important to users who are about to click your link. So it&#8217;s important that this text is descriptive, useful, and <i>short</i> &#8212; something under 100 words. And again, load up on keywords. Repeat yourself, phrasing the same thing several different ways.</li>
<li><b>H1 and H2 tags</b>. H3 is dicey and everything beyond that is meaningless, but H1s in particular are super important, but only because they are rare. If everything on your page is a goddamn H1 obviously Google is going to ignore you. Use 1 or 2 H1s, and less than 10 H2s.</li>
<li><b>ALT attributes on images</b>. This is way down the list, so if you have really important text in your images, it&#8217;s best to use the technique I outlined in the third footnote so that it turns up in an H1 or H2.</li>
</ol>
<h2>Order is important, or, Don&#8217;t use Tables</h2>
<p>Another aspect of your page that is extremely important to Google is <b>source code order</b>: literally, the order things appear in your source. Things that appear early on are likely to be more important than things that appear later. That seems obvious, right? But now look at your code: you&#8217;ve got the head, full of juicy meta data, and then you&#8217;ve got 5k of navigational elements, sidebar text, various other cruft, just placed first because you were using a left-floated column and so it was easier to put it there. This is killing you.</p>
<p>What&#8217;s much worse is when your source code order physically separates content that is semantically related: for instance, your headline is at the top of your page, <i>then</i> you have 5k of navigational cruft, <i>then</i> you have your content. Google will either fail to realise that your headline is describing your content, and thus not link the words, or worse, it will decide that your page doesn&#8217;t actually have any content on it relating to your headline, and you&#8217;re trying to spam it. Danger, Will Robinson!</p>
<p>And of course the number one offender from this perspective is using tables for layouts. If you care about web development, you&#8217;re probably aware that tables have serious issues with flexible, attractive layouts. However, that&#8217;s usually not a good enough reason to take to your boss: after all, it doesn&#8217;t bother her that your job is hard. However, tell her that <b>using tables is causing an 80% drop in traffic to your site</b> (as I explained in the last post) and suddenly you have an easy, obvious business case for reworking the layout of your code.</p>
<p>Tables put data into grid layout. If your data is in columns &#8212; and it frequently is, this means you often end up with a site code layout that looks like this:</p>
<blockquote>
<table border="2" cellpadding="3" cellspacing="0">
<tr>
<td>Site logo</td>
<td>Article headline</td>
</tr>
<tr>
<td>
<ul>
<li>List</li>
<li>of</li>
<li>nav</li>
<li>links</li>
</ul>
</td>
<td>Article body</td>
</tr>
</table>
</blockquote>
<p>To Google this reads like:</p>
<ul>
<li>Site logo
<li>Article headline
<li>List
<li>Of
<li>Nav
<li>Links
<li>Article body
</ul>
<p>So you can see why Google might get confused. So examine your code, and put things in the order of importance: you can use CSS to move stuff around on the page later. Coincidentally, source code order is also the order in which screen readers will read out your page to a blind user. So once again there&#8217;s a useful coincidence of making your site accessibile when you make it search accessible.</p>
<p>Of course &#8212; and I would have thought this was obvious, but I get questions about it that indicate to the contrary &#8212; you can use tables <b>when the data is tabular</b>. Don&#8217;t try to mark up your spreadsheet data using a series of stacked lists. Tables have real semantic meaning, but it has been diluted almost beyond help by their consistent misuse.</p>
<p>There is more I could tell you about SEO &#8212; the various hazily-defined statistical rules about how many links on a page is too many, optimal keyword density, and more, but these advanced techniques are icing on the cake, and the cake is made of search accessibility. It doesn&#8217;t matter what your keyword density is if Google can&#8217;t even get to your pages. So get out there and make the case for accessibility. And when the traffic is rolling in and your boss is giving you your huge bonus, you can get a tiny little extra bit of joy from knowing your site is also accessible to disabled users. </p>
<p class="footnote"><a name="thegoog">* When I say Google</a>, obviously I mean Yahoo!, Ask and all the other major search engines as well. They all work the same way. If Google didn&#8217;t want me to use their name to mean all search engines, they shouldn&#8217;t have made it a verb.</p>
<p class="footnote"><a name="headlines">** For important text</a> like headlines, it&#8217;s often better to put the text into the page directly in a semantically-meaningful element (like H1, H2, etc), make the text transparent, and then put the nicely-styled image in as a background image. This makes no difference to what your users see but it makes the words look a lot more &#8220;important&#8221; to Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magicposition.com/2007/06/04/search-accessibility-a-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessiblity and SEO: or, why accessible websites are not for the disabled</title>
		<link>http://www.magicposition.com/2007/05/31/accessiblity-and-seo-or-why-accessible-websites-are-not-for-the-disabled/</link>
		<comments>http://www.magicposition.com/2007/05/31/accessiblity-and-seo-or-why-accessible-websites-are-not-for-the-disabled/#comments</comments>
		<pubDate>Thu, 31 May 2007 06:57:50 +0000</pubDate>
		<dc:creator>Laurie</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[search accessibility]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.magicposition.com/?p=5</guid>
		<description><![CDATA[Developers who care about accessibility are right, but they make their case for it entirely the wrong way. Accessibility is not primarily about helping disabled people: it's about money, and you making more of it. Helping the disabled is a bonus.]]></description>
			<content:encoded><![CDATA[<p>So I was at the <a href="http://www.vivabit.com/atmedia2007/">@media America</a> conference last week. There was much talk of accessibility and how to do it properly, when to do it, and even <a href="http://www.vivabit.com/atmedia2007/america/sessions/#when">when not to do it</a>. There was also talk about <i>why</i> to do it, but that&#8217;s where I think the speakers dropped the ball. <b>Accessibility is not about helping disabled people: it&#8217;s about money, and you making more of it</b>. (I&#8217;m going to use a lot of bold text in this post to emphasize stuff. That&#8217;s because it&#8217;s long, and you&#8217;re skim-reading. See, I know you.)</p>
<h2>Accessibility: because it&#8217;s the Right Thing&trade;?</h2>
<p>The dirty secret of accessibility, swept under the rug by many an evangelist, is that <b>the cost of making your site accessible is relatively high</b>: in my experience, something like 20% additional dev time on a new project, although experienced developers can bring this down, and the cost decreases dramatically for incremental updates once the project is up and running. But a 20% margin is definitely non-trivial. And if you&#8217;ve not been thinking in terms of accessibility from the start, this pricetag rises sharply: retrofitting accessibility often involves fundamentally reworking the architecture of a web page<a href="#rearchitect">*</a>. You&#8217;ll be looking at spending something like 50% of the time you spent originally developing the site on the retrofit. Ouch.</p>
<p>The other dirty secret of accessibility is that <b>the number of disabled users is relatively low</b>. Not <i>tiny</i>, but I often hear figures like &#8220;60% of Americans are disabled&#8221;, and while this is true, it&#8217;s disingenuous because that figure can include people like amputees or paraplegics who can use the web with no problems whatsoever. The truth is that somewhere <a href="http://www.usability.com.au/resources/statistics.cfm">between 10% and a maximum of 20% of your users will have trouble using your site without assistive technologies</a>. This makes it a very close call, when starting a new project &#8212; serving 80% of your possible users doesn&#8217;t seem ideal, but is an acceptable loss to get it out of the door 20% faster, right? You can build the accessibility in later!</p>
<p>Except you can&#8217;t. After launch, you&#8217;ve got an inaccessible site and you&#8217;re facing a 50% dev time bill to retrofit that acessibility in: another 3 weeks on what was a 6-week project, just to get 20% more users? That makes no business sense: much better to build another project, and get another 80% of users in the door quickly.<br />
This is the kind of unavoidable math that has made the web inaccessible today. And that&#8217;s the harsh truth: <b>building in accessibility for disabled users does not make business sense</b>. It&#8217;s still a good idea, a noble idea, but it&#8217;s not a financially sound one. This is <b>true in the real world, too</b>, which is why legislation was necessary to force everybody to put accessible toilets and wheelchairs in everywhere.</p>
<h2>Accessibility: because you could get sued?</h2>
<p>Of course, legislators have (eventually) worked out this problem, and as such there is already <a href="http://www.w3.org/WAI/Policy/">web accessibility legislation in place in many countries</a> that makes it illegal to produce an inaccessible website. Problem solved! It&#8217;s the law! We have to do it! Right?</p>
<p>In an ideal world, yes. In the real world, the law is only patchily enforced. Only a few <a href="http://www.suggestusability.com/2006/02/target-sued-over-inaccessible-website.html">very large, very high-profile sites have been sued</a> so far (plus some government sites). You can always fly under the radar, hope nobody notices, and not build in accessibility until they sue you. It&#8217;s a good gamble to make to avoid increasing the cost of your site by 50%, right? Again, the math defeats us.</p>
<p>But this is all very unsatisfying. You, the clever, compassionate, standards-compliant modern web developer, feel that this cold logic is intrinsically, morally wrong. So you make the case for accessibility: you try to inflate disabled user numbers (counterproductive; it will make your manager trust you less) and deflate the amount of time it will take to make it accessible (an even worse idea; now you&#8217;re missing deadlines because of &#8220;that damn accessibility stuff&#8221;, making your manager hate the whole idea).</p>
<p>So here&#8217;s how you, as a developer, can stay true to your noble impulses to build an elegant, accessible website: <b>stop calling it accessibility</b>.</p>
<h2>SEO: Open up, Google is coming!</h2>
<p>Search Engine Optimization, or SEO, is the hot shit right now. Google <i>is</i> the Internet for a lot of people, and if Google can&#8217;t find it, then it doesn&#8217;t exist. Nobody goes deep-diving on a site to try and dig up information anymore. Either they type in their search terms and your site comes up <i>with exactly what they need on that page</i>, or they will never click your link. Sites these days get 50-90% of their traffic from search engines<a href="#sitetraffic">**</a>, and the overwhelming majority of that is deep links to pages within the site.</p>
<p>So it&#8217;s absolutely imperative that search engines be able to access your site, and this isn&#8217;t just keywords on your home page: Google must be able to get at every single page of the site, every nook and cranny, and see every little bit of information. <b>A site that can&#8217;t be indexed is throwing away up to 90% of its audience</b>. In other words, this traffic is lost by sites that are not <b>search-accessible</b>. And there&#8217;s an interesting word in that phrase.</p>
<h2>Search Accessibility: because you&#8217;d be an idiot not to</h2>
<p>Here&#8217;s the final dirty little secret of this situation: <b>Google is a disabled user</b>. Or more accurately, Google has all the same limitations of somebody using assistive technologies:</p>
<ul>
<li>It doesn&#8217;t look at pictures</li>
<li>It does not execute any Javascript</li>
<li>It isn&#8217;t reading every bit of text on your page; it is looking for the important bits</li>
</ul>
<p>Suddenly, the equation changes: <b>at least 55% of your users need your site to be accessible</b>, and <b>possibly over 90% do</b>. Only 10-20% of them need it to be accessible <i>all the time</i>, but that doesn&#8217;t matter, because <b>up to 90% of your users will never even visit your site if it isn&#8217;t search accessible</b>. This isn&#8217;t out of solidarity, or legislation. They simply won&#8217;t find it. Search accessibility is not an optional component, to be bolted on after the main launch. Chances are, if you haven&#8217;t got your search accessibility right, there will never be a second launch, because your site will fail.</p>
<p>How can I further underline the importance of search accessibility to a web-based business? Let&#8217;s turn the numbers around: <b>you can more than double traffic to your website by making it search accessible</b>. Does that sound like something you could take to your manager as a business case? Keep in mind, 50% traffic from search engines is an absolute <b>minimum</b>. If you&#8217;re getting 90% of your traffic from Google, then making yourself search accessible will result in a <b>tenfold increase in traffic</b>. Those sorts of numbers are why SEO is now big business, with a whole industry built around paying consultants to tell you how to get it right. That industry wouldn&#8217;t exist if they weren&#8217;t getting results.</p>
<p>But you don&#8217;t need to pay somebody. Once you&#8217;ve got the big, obvious business case out of the way, and swallowed the bitter pill that doing things <b>properly</b> will take 20% longer, search accessibility is super-easy. For my own personal <a href="http://www.magicposition.com/2007/06/04/search-accessibility-a-how-to/">how-to for search accessibility</a>, see my next post.</p>
<p class="footnote"><a name="rearchitect">* For example</a>, if you&#8217;ve put a lot of business logic into JavaScript to enable Ajax goodness, making it accessible often means moving this logic to the server-side, which means reimplementing in a different language entirely, which is terribly expensive. You can write Ajax accessibly, so that business logic is always on the server and Ajax is merely a bridge, but you have to be thinking about it from the start. And as we&#8217;ve already established, you didn&#8217;t do that.</p>
<p class="footnote"><a name="sitetraffic">** This figure</a> is affected by the type of site, and the levels of traffic to that site. So your blog might get half its traffic from regular readers, but on an e-commerce site the figure is going to be 90%.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magicposition.com/2007/05/31/accessiblity-and-seo-or-why-accessible-websites-are-not-for-the-disabled/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

