Tag Archives: web design

Errors You May Be Making in Your Customer Experience

Errors You May Be Making in Your Customer Experience

GUEST POST from Howard Tiersky

Maintaining a website or mobile experience with a high degree of usability is essential to maximize business outcomes, and people who are frustrated often take for granted how easy it is in the digital world to simply click over to a competitor. Even worse are cases where determined customers simply cannot figure out how to proceed to complete a transaction, or otherwise achieve their goals.

At FROM, we regularly conduct both in person and online usability tests for our clients to observe “real” users engaging with their digital experience. This gives us enormous insight into where users are encountering frustration, confusion, or other difficulties, and while we are huge believers in robust usability testing as a tool to identify and prioritize which aspects of a digital touch point should be optimized (and really, it’s not terribly time-consuming or expensive), there is a little-known trick that can start to identify many problems. While not as comprehensive as user testing, it’s generally much faster, and therefore, a great place to start!

What is that place? The server’s error logs.

While it may not sound super sexy, your error logs contain a treasure trove of data.

First, the server will typically log if a page doesn’t load properly, errors occur, or if transactions fail to complete. Naturally, usability is hampered if your customers are receiving errors because the system not functioning properly, and yet it’s amazing how often server logs don’t get looked at. And since error logs can generally be viewed by browser and device, it’s not uncommon to find that a new version of Chrome or Edge is causing errors that previously didn’t exist, so this is something that need regular attention. In addition, many systems rely on external cloud services, increasing the points of failure. By monitoring server errors, you can make sure you are aware if your site is “breaking,” a simple but often overlooked part of managing an effective digital experience.

Second, we have errors of user validation, i.e., a user enters an invalid email or phone number, tries to complete a transaction without checking the “terms and conditions” acceptance box, etc. Now, on the one hand, you might say “That’s not my fault, my site worked. It was the user made a mistake!” Bzzzzt. Wrong answer. Especially if there are a lot of these types of errors, or if the number suddenly spikes.

It’s our job to design a solution that makes it unlikely that users will make errors. If they’re frequently overlooking something, or misunderstanding what they are meant to do, it’s a sign we need to look at that screen or field and consider how to redesign it to reduce confusion. It might be as simple as rewriting the instructions or moving a button.

One nuance we like to look for is circular errors. What’s a circular error? It’s when, during a single session, a user sends the same input multiple times and receives the same error. For example, a user submits a page, and the email is determined to be invalid (a logged error.) Then the user submits again, with the same email (and maybe then a third time, again with the same email.) These types of circular errors usually mean the error messaging system in your application is flawed. Perhaps the error text appears at the top of the screen, and the field itself is below the fold, so the user may not even be seeing the error text.

The third type of error is failed search or out of stock messages. The user wants to rent a car with a pickup at 2 am but that location is closed, or the user wants the pants in a 42 waist, but you don’t have any in stock. Or, the user is searching your site for information on bed wetting, but no articles match that term. These types of errors indicate a missed opportunity to meet a customer need, and you should scour these types of messages to consider what steps can be taken to meet commonly requested unmet needs.

All of this is based on the assumption that your site’s back-end code is logging errors properly. This is a standard coding practice, but just because it’s standard doesn’t mean it can’t get omitted, or that certain errors might not have code that logs them. It’s important to check with your technical team; if your site is not logging most errors, or not logging them with sufficient detail, this code can generally be added.

Additionally, you may include logging at different levels of your system, and therefore have multiple log files. For example, the web server may have one log file, the commerce layer may have a separate log file, and your security/authentication layer may have its own log files, and that’s fine. There are great tools that can combine them together and make them easy to analyze, filter, sort, etc.

The logging I’ve been referring to is generally done on the server. However, with each new generation of digital experiences, we push more and more code (including more and more error checking) to the client. Whether it’s javascript (in the case of web pages), or Java code (in the case of mobile apps.) These types of error events can be logged as well, it just requires a separate effort or technology (but it’s well worth it!) You can use analytics packages like Google Analytics to record “events” when certain things (like error messages) happen in the interface.

A one or two-day analysis of error logs can help you focus in on specific, frequently occurring error states that were previously off your radar. Sometimes, it’s still necessary to do user testing to figure out what the deeper reason for the confusion is, but even still, it’s helpful to know where the errors are occurring, so you can focus your testing there. In other cases, it’s easy to guess what’s tripping your users up, once the errors are there to act as signposts.

This article originally appeared on the Howard Tiersky blog

Image Credits: Pixabay

Subscribe to Human-Centered Change & Innovation WeeklySign up here to get Human-Centered Change & Innovation Weekly delivered to your inbox every week.

What Your Website Reveals About Your Brand

What Your Website Reveals About Your Brand

GUEST POST from Howard Tiersky

For the past few weeks, I’ve been sitting in a lot of usability testing sessions for web and mobile sites. In particular, for two sites that we are beginning the process of re-doing for clients. I’ve noticed a consumer pattern jumping out across multiple subjects in tests for both clients. It’s something that I think its relevant to pretty much everybody working on a digital touchpoint.

Brands spend a lot of energy (and in some cases, money,) on the copy and content they put on their sites to tell you about their brand and products. But listening to all these research subjects, I hear so much cynicism about what brands say about themselves. Maybe its the impact of election season, but consumers seem to be at the point where they just assume that most of what brands say about themselves are somewhere between an exaggeration and an outright lie.

As a result, what I am hearing from these customers of our clients is that they feel they need to ‘read between the lines’ to predict what they can actually expect if they decide to move forward and do business with a brand, whether its a bank or a breakfast cereal. And how do they do that? By evaluating the quality and experience of the brand’s digital presence.

For the consumers we have studied, the experience of a brand’s site (or mobile site or app) is what you have “told” the customer the experience of your product will be. Period.

You can write copy that states your product is friendly, easy to use, and fun, but if your website is confusing and disorganized, or has errors or broken image links, THAT is the message people take away. If your signup process is cumbersome, they assume so will be your product. If your error messages are unfriendly, they assume that’s the same characteristic they can expect from your customer service.

It’s perhaps an obvious insight that the quality of your web experience reflects on your brand, but what I’m saying goes a step beyond that. Whatever the experience of your website is, that is your brand and the quality expectation you’re setting, especially for prospective customers, who don’t yet have other experiences of your products or services.

Sadly, in the case of several different tests, I sat in over this past weekend, the experience was flawed — no doubt in part why we’d been hired to re-do them. Large investments had been made in features and content. Both sites had some great attributes and were visually appealing. But when you started using them, they had small inconsistencies confusing terms, occasional bugs, and other small “broken window” type defects that, when aggregated together in a total experience, left the research subjects saying things like, “I’m not sure I’d trust my taxes to a company who makes these kinds of mistakes. I don’t want mistakes like that on my tax return,” and “Their product is pretty expensive, and my sense from this site experience is that…it’s probably not better than cheaper products out there.”

It may seem discouraging that consumers “jump to conclusions” as a result of small defects or flaws in your digital experience. But here’s two pieces of good news: First, so often these problems are not that difficult to fix! A thorough heuristic and usability analysis can often be achieved in a few weeks. So often this yields dozens of small issues that can be improved with minimal effort. Of course, deeper problems can also be uncovered, and these may be more time consuming to address, however understanding the magnitude of the issue and the business impact that its having is the first step towards solving it. And second, this connection is not all bad. Prospective customers may be cynical about what you say, but their belief in the veracity of their experience means that by delivering a first-class digital journey you can persuade them that your brand is worthy of their trust and create positive expectations of your products and services.

So how do you figure out the right answer, get everyone on the same page, and focus on a common innovation goal? At FROM, we use a specific model to approach the process of identifying the most relevant opportunity areas for innovation, and to build group consensus around the best approach. You’ll have to adapt it to your situation, but the model should provide a good starting framework.

This article originally appeared on the Howard Tiersky blog
Image Credits: Pixabay

Subscribe to Human-Centered Change & Innovation WeeklySign up here to get Human-Centered Change & Innovation Weekly delivered to your inbox every week.

Pull Marketing – Upside Down Social Web Design

Pull Marketing - Upside Down Social Web DesignPicking up where my hugely popular article ‘Rise of the Social Business Architect‘ (PDF) leaves off, I thought I would examine the world of web design in a world where the tools of social media are becoming increasingly important and integrated into how business gets done (and even how searching and search results are done).

When it comes to putting up a web site, most entrepreneurs and marketers unfortunately look at it from their perspective (what do I want to say?) instead of from their potential customers’ perspective (what do they want or need to know?). This causes most entrepreneurs and marketers to start building web sites for their new product or service in the same basic way (a push marketing approach).

First, they go out and hire a web designer to build them a web site, only to have the web designer ask them three main questions:

1. What kind of visual design are you looking for? (…and what are your favorite web sites and why?)

2. Do you need the web site to run on any particular technology platform?

3. What kinds of content do you have? (…and what is your menu structure going to be?)

The third question often provokes a deer in the headlights kind of response – “Oh shoot, we have to write something” – and then after the entrepreneur or marketer recovers from the shock they think about what they want to say.

The entrepreneur or marketer hastily runs off and sketches out a set of pages that they want to have (or they use another site as a template) and then they write (or hire someone to write) copy for each page, and when the copy is written and the design is complete they have someone build the web site using the design and content as a guide.

The end result is a web site that stands alone as a new domain in the digital wilderness, disconnected from the rest of the digital world. This may be great for putting on business cards and email signatures, but the chances are low of someone finding the new web site and actually caring about the product or service.

Frustrated that nobody is coming to the new web site, maybe the marketer or entrepreneur creates a Facebook page or a Twitter account, but then those likely sit there – lacking a clear purpose or a point of conversation.

Still trying to provoke activity on their web site, maybe the marketer/entrepreneur starts to create deeper level content that their potential customers might actually care about, with the potential of moving them along the customer purchasing journey, and put it on the site. When few people find the new content that the marketer/entrepreneur created at great time and/or expense, maybe they buy some pay-per-click advertising (PPC) to drive people to it, wondering when the financial bleeding will stop.

Finally, maybe they place the content off-site in places where potential customers actually gather and might find it (and find the new web site as a result).

What would happen if you flipped the traditional push marketing web design paradigm around and used a pull marketing approach instead?

I would contend that is exactly what you should do if you want to build a social business, and to prove it, over the next couple of months I will flip the traditional web site design model on its and head and use an upside down social web design model for my new domain in the wilderness – http://b2bpull.com – which will be the home of a new digital agency focused on b2b pull marketing strategy and execution services.

So what does an upside down social web design approach look like?

Well, the first key is to keep the customer at the center of your plans, not the product or service you plan to offer. My current web site – https://bradenkelley.com – is all about me – my thinking, my services, my creations, etc. I am the product, and I sit at the center. The web site in this evolving case study – http://b2bpull.com – will be built with b2b marketing managers at the center, and now I’ll lay out what the steps in a pull marketing approach to social web site design should be.

Blackjack!

Here are the 21 steps to building an Upside Down Social Web Design:

  1. While you are exploring what product or service to offer to potential customers, also explore how they shop for the kind of product or service you are going to offer. Seek to understand where their areas of confusion are, and what kinds of information they seek out to help them make the decisions about which companies to consider and which products or services they are interested in learning more about.
  2. Create a simple landing page that tells people what is coming soon, and that contains a simple form asking people what they’d like to know more about. If you go to http://b2bpull.com now you will find not a web site, but a landing page asking people what they’d like to know about b2b pull marketing. So, please let me know what you’d like to know about using content to drive an increase in inbound sales leads, and I’ll work to build answers to share with the world.
  3. Create a simple logo (you can change this later) that is a square image (this is for use as a profile photo in any profiles you create – i.e. Twitter/Facebook)
  4. If your prospective customers are on Twitter, then create an account on Twitter – if they are not, then skip this step. At a minimum, populate your profile with a description of your product or service, a profile image, the URL of your landing page, and a background image to make your profile more visually engaging and distinctive. Send a tweet or two letting people know what you’re planning to do and inquiring what people would like to know more about (as it relates to your specialty area). Do research to find out who else tweets interesting things about your specialty and start following them. Retweet one or two interesting things that they share (every day) – be sure and use appropriate #hashtags in your re-tweets to help people find them.
  5. If your prospective customers are on Facebook, then create a Facebook page and at a minimum populate it with a profile photo, a cover image, and an about us. If your prospective customers do not spend time on Facebook, then skip this step. Add links to the one or two interesting things that you find on Twitter each day that relate to your specialty area. That will start giving you some interesting content on your Facebook page (instead of it staying blank), feed it into your fans’ Facebook content streams, and give people an idea of what to expect in the future.
  6. Look for interesting groups on Linkedin that focus on your specialty area and join them. Consider starting your own Linkedin group. See what people are sharing in the groups you join. Consider sharing some of what you find on Twitter in the discussions area of the groups that you join (or create) to add value.
  7. Scour the web for sites and blogs in your specialty area that are ideally independent of any one company, publish interesting content, and have multiple contributing authors. Ask your friends and network connections in your specialty area for recommendations too. Use Alexa, Compete, and other tools to identify which of the sites get the most traffic.
  8. Refer to your research in step #1 to identify which topics in your specialty area that customers look for information on the most to help them further their progress along their purchasing journey. Hopefully one or more of these topics you will have deep knowledge and expertise on. Commit to writing a white paper on one of these topics.
  9. See if one or more of the sites in step #7 will allow you publish an article announcing your research effort for this white paper on their web site in order to build interest and hopefully participation in this effort.
  10. Write the white paper (ideally with contributions from current or prospective customers), and when complete, create one or more articles for digital publication from each white paper.

  11. Book a Nine Innovation Roles Group Diagnostic Workshop


  12. Add another simple form to your landing page for people to fill out with name/company/title/email/phone in order to download the white paper (make phone optional) and ask their permission (with a check box) to send them information about an upcoming webinar to discuss its findings.
  13. Create an electronic presentation to share the findings of the white paper you’ve created. Be sure to embed contact details in it and a link to your landing page (which will become your web site later).
  14. Create accounts on presentation sharing sites like Slideshare and Scribd and share the presentation you’ve created. Be sure that you fill out your profile on these sites and include a link to your landing page as part of your profile if possible.
  15. Inquire with the most promising sites identified in step #7 to find out if they accept article submissions and submit one or more of the articles you created from your white paper.
  16. Identify short snippets from the white paper and articles that work well as quotes or insights and will fit into status updates on Twitter, Facebook, Linkedin, Google+, or other communities where it makes sense to share them. Be sure and include a shortened url (bit.ly, su.pr, ow.ly, etc.) to the article, presentation, or white paper.
  17. Look for professional associations and complimentary vendors in your specialty area that conduct regular webinars and ask if they would be interested in doing a webinar with you to share the findings of your white paper with their members or current/prospective customers. If you do a webinar, be sure that they record the webinar and share the link with you to the recording (and hopefully the email list of attendees). Check to see if they can provide a recording of the webinar in a video format that you can share. If you can’t find someone to do a webinar with to share your findings, consider doing one yourself. While having a large number of people attend live is helpful, what is more important here is the recording (you can help potential customers find this 24/7/365).
  18. Add the link to the webinar recording to your landing page.
  19. Create an account on YouTube and possibly also on Vimeo and populate your profile in a similar manner to Twitter (not neglecting to link to relevant assets). Upload the video file from the webinar (if you were able to get one), plus add it to your Facebook page if you’ve created one. If you are comfortable in front of the camera, consider recording a separate video segment highlighting the key findings from your white paper to upload to your video channels.
  20. Be sure and share links to the white paper, the webinar, the webinar recording, and any articles you created from the white paper through your Twitter, Facebook, Linkedin, and any other communities linked to your subject matter.
  21. Repeat as many times as necessary until you have enough content to build your web site.
  22. Last but not least, design and build your web site, incorporating all of the content elements that you created. Not only will it be easier to build the web site because you have already built a lot of the content required to populate any design your web designer might come up with, but the quality of your web design may improve and be more social because the designer will have a clearer idea of what you are selling and the goals you are trying to achieve with your new web site.

The importance of social media in the internet ecosystem is only continuing to grow, and so it is time to design web sites in a different, more social way. The way that people buy things, especially more complicated products and services with longer cycles (particularly B2B products) is changing as well. This will make marketing organizations focus more on pull marketing and less on push marketing. This will force marketers and entrepreneurs to focus less on building beautiful, flash-driven web designs and more on building valuable, socially-driven, content-rich ecosystems (of which the web site is only a part).

In short, the future of marketing belongs to marketers who are good at creating social pull.

So, how strong is your social pull?

Subscribe to Human-Centered Change & Innovation WeeklySign up here to get Human-Centered Change & Innovation Weekly delivered to your inbox every week.