Articles in the SEO & Design Category

Usability Resources for optimal user-centered website design

March 17th, 2008 by Jordan Sandford

I would like to share a few usability resources I have found that can quickly get you on your way to understanding your visitors and employing Best Practices for usability design.

www.useit.com
Jakob Nielsen, Ph.D., is a patent holder and renowned usability guru. You can find invaluable reports as well as all the content from his free AlertBox newsletter.

Don’t Make Me Think (Book)
This book provides an easy to follow, non-technical, yet revealing perspective into what goes on in visitors’ minds when they see your site, from the first impressionable seconds to the interaction with navigation elements minutes later. It details many case studies and guides you with Best Practices for designing for visitors so that you won’t have to teach them to use your site–they’ll know instinctively and will not have to think. It’s a short, but thought-provoking read with suggestions that you will soon want to implement.

www.uxmatters.com
This organization produces an e-zine about usability and design issues. Some of the content is a theoretical, but you can take something away from every article. This site contains a glossary of usability-related terms and abbreviations, conference reviews and access to archived articles. Though they have been around for just two years, there is a lot of useful content.

www.usability.gov
See your tax dollars at work. Uncle Sam has compiled research and guidelines for developing usable web sites. They include topics on everything from planning to designing to testing and refining your website. You can also find newsletters, articles and events related to site usability. They also sell their Research-Based Web Design & Usability Guidelines book, which includes contributions from ‘experts from across government, industry, and academia.’

www.challishodge.com
A blogger with a large archive talks about ‘the user experience, design and strategy’ while applying news of current events in a broad range of topics from art to nanotechnology to Word of Mouth Marketing. In addition to the informative and interesting blog posts, lists of organizations, other blog sites, books and resources can also be found.

www.poynterextra.org/eyetrack2004/index.htm
Poynter Institute runs tests on visitors’ eye movement behavior while reading multimedia and news-related websites. This site, as well as http://eyetrack.poynter.org/, gathers the findings and helps you understand what design decisions can help your site visitors look, and then hopefully click, where you want them to. Though this information is specifically pertaining to news websites, you should be able to apply the findings about images, font size and information recall to your design.

www.webstyleguide.com
Originally published by Yale University, Webstyleguide.com presents a logical, prioritized approach to Best Practices in web design with an emphasis on user-centered design. The guidelines start with a discussion on the design process and design goals, and continue with interface, site and page design, and then delves into visual elements and editorial style.

psychology.wichita.edu/optimalweb/default.htm
This resource’s goal is to assist you in designing a website for user, and does so by combining and presenting knowledge gained from many researchers on human interaction with interfaces. The Software Usability Research Laboratory, the laboratory responsible for this site’s content, includes research from the previously mentioned Poynter University and Neilson. In this resource, along with its sister site, surl.org, much of the text is supported by parenthetical notations so you can find the original publication of a researcher’s findings. Though this site was last updated in March 2003, and some of the suggestions are no longer in use, surl.org’s newsletter is current as of July 2007.

Posted in SEO News, SEO & Technology, SEO & Design, SEO & Content, SEO & Marketing | No Comments » |

IE 6 Reluctant friend and frequent foe - Part II

March 11th, 2008 by Jessica Hammer

Part 2 - A few tips on improving your relationship with ie and its bugs

In part 1 of this series IE 6 Reluctant friend and frequent foe - Part I, I did rant just a bit about the myriad of downsides to Internet Explorer 6 and how much this frustrates me on a daily basis. I am often tempted to pin the logo to a dartboard and let rip! However, from the hours of trouble shooting, re-coding and incoherent, angered mumbling, a few small gems of knowledge have emerged, that help me cope.

Since it looks like we will have to live with ie6 for a while, let’s cozy up and make friends. Here are some things that make ie6 happy.

  1. Fix ie Stylesheet
    For larger sites and many bugs, using an ie6 specific stylesheet helps you troubleshoot for ie6 alone.
    All you need to do is add the following code underneath the link to your regular stylesheet
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" xhref="fix-ie.css" mce_href="fix-ie.css"></link>
    <![endif]-->
    The code in fix-ie.css will only appear in ie6 (or as the code says; less than ie7) and over-ride any identical code in the regular stylesheet.
  1. The miraculous double-margin manifestation
    It is a well observed phenomenon that if you have a floating div with a margin, ie will take that margin and double it! Now that’s generosity! But if you meant what you coded, then all you need to do is add
    { display:inline; }
    to the floated div and you are back on track.
  1. More Padding and Margin drama
    While I haven’t got a full list of all the phantom margin additions in ie, I do know that it doles them out quite liberally. My advice: if you are having any margin, padding, or placement issues, set all paddings and margins explicitly. Do not leave any of it up to the browser’s defaults. If you want padding only, then set {margin:0;} just to be sure!
    I have observed that ie6 adds a lot of default padding to elements like <ul> <p> and <h1> and <h2> tags, so be sure to state all padding and margins on these elements.

Hopefully this may help clear the ie fog, or at least assist you in extending an olive branch to ie6. If not, then all we can do is wait and cross-check. In my next post, I will share all our MoreVis browser cross-check and testing secrets. Hint: it involves a lot of desk hopping!!

Posted in SEO News, SEO & Design | No Comments » |

Keyword Targeting Influenced by Website Size

March 5th, 2008 by Karen Luther

The task of keyword targeting your website for natural search results can be a daunting task and if done incorrectly can actually hurt the performance of your site in the search engines. One way keyword targeting can go horribly wrong is when you try to target a laundry list of keywords to one page (many times it’s the homepage) in hopes of getting good positions in the search results. Jamming multiple keyword phrases on one page is called keyword dilution and can cause your site to drop rank in the search engines.

What many people don’t realize is that a major factor that determines the number of keywords that can be targeted on a website is the size of the website. What it boils down to is that you should only be targeting 1 to 2 unique keyword phrases per page. So if your site only has ten pages then the maximum number of unique keyword phrases it can support is 20. And it may even be less then that depending on the competitiveness of the keyword phrase. For example if a keyword phrase that you want your site to show up highly for in the search engines is very competitive, then you will want it to be the only keyword phrase targeted on a single page, at about a 4% keyword density.

But what if there are different variations of a keyword phrase that’s really important to the website? Which variation do you choose? The answer is in finding the balance between popularity and competition of the keywords. That’s were keyword research comes into play. Find out what version of the keyword phrase users are searching for. From there, decide which keyword phrase your site has the best chance of ranking highly for based on the competitiveness of the keyword. Then, according to the number of pages you have on your site choose the number of keywords you will target. If you want to increase that list of keywords, then you will have to create new pages with unique content.

Posted in SEO News, SEO & Design, SEO & Content, SEO & Marketing | No Comments » |

« Previous Entries