Google Accessible Search Released
Philipp Lenssen writes "Google today released Accessible Search, a Google Labs product aiming to rank higher pages which are optimized for blind users. Google asks you to adhere to the W3C's Web Content Accessibility Guidelines if you want to make sure your pages are accessible (and thus, rank better on Google Accessible Search). I wrote a small tool to compare results of default and accessible results."
From the Accessible Search FAQ:
How can sites make their content more accessible to the blind?
Some of the basic recommendations on how to make a website more useable and accessible include keeping Web pages easy to read, avoiding visual clutter -- especially extraneous content -- and ensuring that the primary purpose of the Web page is immediately accessible with full keyboard navigation
I wish more sites where like that. Do you want info? You get it right there, without all the mumbo-jumbo associated with most current websites.
Tables should be used to mark up truly tabular information ("data tables"). Content developers should avoid using them to lay out pages ("layout tables"). Tables for any use also present special problems to users of screen readers (refer to checkpoint 10.3).
Even Google's ultra-simple front page violates this guideline, despite zero need to do so.
Point 3 of the guidelines says this:
Mark up documents with the proper structural elements. Control presentation with style sheets rather than with presentation elements and attributes.
But if you dig into the source of google.com, you see cruft like this:Google fails rather dramatically to implement any web standard, not even including a doctype. These problems aren't limited to their front page, either. news.google.com is just as bad or worse.
This is really a shame. The content that google presents is lightweight and free of the layout challenges that can sometimes make web standards difficult to follow: Google should be the perfect test case for perfect standards and accessibility. Instead, it's a throwback to 1996 web design. That they're launching a tool to test accessibility to the blind is incredibly ironic.
I stole this sig from someone cleverer than me.