UX Design: Do Directional Cues Help?
-
Hi,
Bit of a different subject really to the usual SEO chat but as most of you know UX/CRO fits in nicely with SEO.
For those of you who know about directional cues, what are your experiences with them, what types of directional cues worked best for you? And has anyone had any positive experiences with cues and social buttons?
For those who are not sure what directional cues are: http://www.ioninteractive.com/post-click-marketing-blog/2010/11/19/how-to-use-design-to-form-directional-cues-on-landing-pages.html
Thanks
-
Arrows, Colors, Whitespace, Images
A combination of those usually gives the best direction cue to visitors.
People are attracted to images/colors so that is where the eyeball jumps first. If you have a loud page, people's attention is going to jump all over the place (which is when arrows come in most handy).
If you have a clean page (lots of whitespace), any graphical/colorful element is going to pop and attract attention.
Best advice I can give is to Always Be Testing. Set up experiment after experiment to optimize the visitor flow.
Cheers & Good Luck!
-Oleg
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Best Practices: Mobile & Desktop Ad Design for Adwords?
Is it possible to have Google Adwords display different page versions according to whether an advertisement will be displayed on a mobile or desktop device? We are a commercial real estate brokerage based in New York City. Most converting website use desktop rather than mobile. We are considering advertising on Google Adwords. Is it possible to have Google serve a more elaborate form of desktop landing page but have Google serve a stripped down version to mobile users? The stripped down version would be created using Instapage. From a technical perspective how would we create a more elaborate desktop version and have Google distinguish between the two? In our experience, mobile converts much less. How much less should we bid for keywords displaying on mobile? Thanks!
Conversion Rate Optimization | | Kingalan1
Alan0 -
Will Landing Page Design with Large Areas of White Background Enjoy a Higher Conversion Rate?
My designer has created a landing page with a dark background. Text is white and other colors. Does a dark background impact the conversion rate? Is it better to have a white background? I am concerned that a dark background may distract visitors. The landing page is: http://www.nyc-officespace-leader.com/MidtownLawOfficeSublet3300SFBelowMarket We plan on using this landing page for LinkedIn advertising. Thanks!!
Conversion Rate Optimization | | Kingalan10 -
HELP: Analysing data to make decisions, SEO vs PPC
Hi mozers! I have recently been seeing good results in the serps lately for my main keywords in my country NZ, now I'm seeing good results in Australia for these keywords and our USA domain is not far behind and making good progress... However, our NZ results show that we may get around 1 conversion every 3 days from our organic search. I read other places that click share for ppc was much higher, but there is no way we can match our competitors budgets from 3k - 300k per month. So our option was to focus on SEO. To me, the SEO results seem quiet low, however I'm not really sure how to go about diving deep into the analytics of it all to find out where I need to improve or focus on, which keywords are bringing these conversions. Maybe I need to go for long tail keywords etc... It seems my rankings are coming from general keywords which are still highly competitive, but even so, we are not performing to what I know we should be. Our competitors are mostly paying ppc, however I was told my ROI would be better spent via SEO. Any suggestions perhaps what I might be missing or doing wrong in this case. (I have recently done a new design overhaul with a new registration process) I have 3 top level domains you can see the site here http://bit.ly/1yhz96v
Conversion Rate Optimization | | edward-may0 -
Issue with a particular command of robots.txt! Help needed!
Hi all,I'm facing a strange issue with a website: www.foodmood.itI've written this robots.txt: www.foodmood.it/robots.txt in which I'm using all commands I've tested and used on other websites.The problem is that this website is not indexing correctly, and my fear is that I've written the robots in a wrong way.In this forum I've been taught that this command Disallow: /*? should be substituted with Disallow: /? in order to be sure the crawler is not indexing all the URLs containing a question mark.My question is: do you think this command modified in the above way can cause a problem to my website?I repeat that I've used it on several sites and this is the first time I'm having this kind of problems.Thanks in advance for your help.A.
Conversion Rate Optimization | | OptimizedGroup0 -
Help! Tracking Conversion Source of Specific Users: Possible? How?
Just as an example, let's say we generate a website lead from John Smith. Can we trace John Smith's activity back through AdWords or Analytics to see exactly where he came from and (with AdWords for example) what keyword he typed in before clicking our ad and converting? Thanks for the help!
Conversion Rate Optimization | | RickyShockley3 -
How Do I Create a Google Analytics Dashboard for My Designer To Monitor Landing Page A/B Testing
Hello All, We recently started doing some "AdWords Experiments" using A/B testing of our search landing pages. My web design team does not have access to our AdWords account, but they do have "user" access to our Google Analytics account. What I need to figure out how to do is setup an easy dashboard (or custom report) that will show them at a quick glance how the two versions of their page are performing in terms of: Goal Completions (Conversions) where the specific page is the entrance/landing page. Bounce Rate Time spent on site where the specific page is the entrance/landing page. Pages viewed where the specific page is the entrance/landing page. Possibly a way to see the most popular page visited 'next' after starting on the specific entrance/landing page Anything else that might be useful The two URLs would be like: http://www.domain.com/search/testa/
Conversion Rate Optimization | | Robert-B
http://www.domain.com/search/testb/ Any insight about the best way to do this is greatly appreciated! Cheers!0 -
Site Design for SEO & Conversions
This is a Real Estate Website focusing on a local market. What would you change about this site for SEO Purposes? What would you change for Conversion Purposes? What would you change for Visual Appeal and User Experience? Thank you all for your help on this one. http://www.bronxpad.com
Conversion Rate Optimization | | bronxpad0 -
Need help Tracking PPC vs Organic and respective ROI
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form. I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url. I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic. So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes: $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if (false !== strpos($url,'gclid')) { ?> Essentially this is saying: If gclid is in the url, or if the cookie contains PPC
Conversion Rate Optimization | | tjsherrill
set the Web field as PPC Else
Set it as Organic. this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data? thanks0