When Responsive Design is Not an Option: a Checklist for Optimizing Your Mobile Site


Kristina Kledzik recently wrote a post here on the SEOmoz blog about responsive design and why it’s often the best option when creating a mobile-friendly online experience. She discussed its advantages in dealing with usability issues, duplicate content, mobile search rankings, and link building. Google recommends using a responsive website design where this makes sense from a user perspective, and Bing encourages a "one URL per content item" approach.
Kristina makes a compelling case for responsive design. However, responsive sites can be tricky to develop, especially if the original desktop version has lots of content and/or navigation options. If you have a business or a client whose site has hundreds of thousands, or even millions of pages, it may be difficult to redesign the entire site with a responsive design. A separate mobile site, however, can start with fewer pages, and you can add more as you have time. For some businesses, responsive design is simply not the best option because their mobile visitors' needs are so different from desktop users, and thus require drastically different content. So we can’t always rely on the advice that responsive design is the preferred solution.
Aleyda Solis recently created this flowchart to illustrate the decision-making process for choosing a mobile-friendly option. Below, I’ve highlighted the "separate URL versions" option, which Aleyda recommends for when ‘you cannot implement’ a single URL/responsive design.
If your site (or your client’s) falls in this "separate URL versions" category, you’re in good company. Among the UK’s top 20 retailers, only 14 have mobile-friendly sites, and 13 of them have separate mobile sites. The pattern is similar in the US, with MongooseMetrics reporting that 73% of websites ranked in the Quantcast Top 100,000 sites used URL redirects to a mobile specific URL.
Here are a few examples of major retailers' different approaches to mobile:
      
Apple doesn’t have any type of mobile site; Ebay uses a separate URL mobile site; Currys uses a responsive design.
The good news is that mobile sites, when done correctly, are certainly able to handle these same issues of usability, duplicate content, mobile search ranking, and link building.
So, how do you optimize a mobile site to work as well as implementing a responsive design? You must ask yourself a few questions before reaching your final goal.

Information Architecture

When you’re just starting out, the first thing you need to think about is information architecture. One benefit of a mobile site (over a purely responsive design) is that you can provide the user with a drastically different experience from the desktop version. First, you need to ask some questions:

1. Does your mobile site reflect mobile users’ intent?

When structuring a mobile site, one of the first things to ask is whether mobile visitors are interacting with your site differently than desktop users. If so, your mobile site design needs to reflect this.
If you’re not sure how your users are interacting with your site, have a look at your analytics and segment out the mobile traffic. Google Analytics already has "advanced segments" for mobile and tablet traffic. The mobile segment includes traffic from tablets, though, so you may need to create a custom segment in order to view only non-tablet mobile traffic.
This can be slightly tricky, as you’ll need to use a regular expression (‘RegEx’). The setup I’m using is:
  • Name: ‘Mobile - no tablets
  • Include: ‘Mobile (Including Tablet)’ containing ‘Yes’ AND
  • Exclude: ‘Screen Resolution’ Matching RegExp (1\d|[7-9])\d\d+x.*

Post a Comment

0 Comments