Over the last couple of weeks I've been crawling the websites of some less-popular* big names.
I enjoy investigating websites, it gives me some interesting things to think about and comment on, and it allows me to test my software 'in the wild'.
Already I'm feeling disappointed with the general quality of these sites, and I'm noticing some common issues.
The most common by far is the "image without alt text" warning. As someone with a history in website accessibility, this is disappointing, particularly as it's the easiest accessibility improvement and SEO opportunity. Above is a section of the warnings from the RBS site. Every page has a list of images without alt text, and I see this regularly on sites that I'm crawling.
Next are the issues which may be the result of blindly plugging plugins and modules into a CMS. Last week I saw the issue of multiple <head> tags, some of them nested in the Shell UK website. This showed up a small issue with Scrutiny (fixed in 10.4.2 and above).
One of the sites I've crawled this week, Ryanair, showed a different problem which may also be the result of plugins that don't play nicely together.
The content page has two meta descriptions. Only one of them is likely to be displayed on Google's search results page. Don't leave that to chance.This aspect of the site helps to mask the 'double-description' problem from a human - if you 'view source' in a browser (depending on the browser) you may not even see the second meta description because you may see the 'pre-rendered' page code.
Scrutiny reported the problem and I had to look at the 'post-rendered' source to see the second one:
I hope you enjoy reading about this kind of thing. I enjoy doing the investigation. So far no-one from any of the companies I've mentioned on blog pages and tweets have made contact, but I'd welcome that.*less-popular with me.
** It used to be the case that no search engine would be able to index such a page. Now Google (but not all search engines) does render pages. To some extent.
No comments:
Post a Comment