Skip to main content

Home/ Online Conversion/ Group items tagged headings

Rss Feed Group items tagged

Brian Massey

Regular Expressions Guide for SEO, Google Analytics & Google Tag Manager - 0 views

  •  
    Regular expressions rear their ugly head in more and more places. Google Analytics is just one.

    For me the regular expression showed up in the excellent Yoast SEO plugin for Wordpress. I needed to redirect a URL that had parameters, like this:

    http://conversionsciences.com/conversion-upside-report/?t=10000&v=344&x=250

    To do this, I could not use a regular redirect, as everything after the ? would be stripped away. I needed to use a Regular Expression Redirect. However, this sort of thing -- using query parameters -- wasn't covered in any of the Yoast documentation.

    This article gave me the hint I needed, and the technique that ended up working. To summarize, I used the following regular expression to match my URL with the parameters:

    ^\/conversion-upside-report($|\/.*$)

    The parentheses save the matching contents into a variable, which I can access using $1 in the new URL, like this:

    resources/conversion-rate-optimization-calculator/upside-report/$1

    It worked great. Give it a try: http://conversionsciences.com/conversion-upside-report/?t=10000&v=344&x=250

    Thanks to Himanshu.
Brian Massey

Science of Distraction: Why Your Audience May Be Missing Your Message - 0 views

  •  
    We tracked the eyes of 22 people as they watched three kinds of video: Talking head video, webinar-style slide video and hand-drawn whiteboard-style video.

    What we found out was that a human face is magnetic. Even when props were added, the viewers' gazes returned quickly to the face.

    This article on how onscreen talent can hurt your product demo videos echoes our findings.

    Yes, humans love human faces. We gaze at them and examine them. Unfortunately, this is a problem when we want someone to look at something else.

    The Penn and Teller magic video in this article is worth the trip.
Brian Massey

8 Easily Avoidable Mistakes That Will Ruin Your Landing Page Tests | The Daily Egg - 0 views

  •  
     @crazyegg hits us over the head with a list of mistakes we make when testing our site. The most brutal is "#8: You're testing a crappy site."

    Fear not, especially if you're shepherding a new testing initiative for your company. There's great advice and encouragement here.

    To avoid these mistakes in your business, consider a Conversion Catalyst program from Conversion Sciences. Your first call is free.
Brian Massey

Google SERP Snippet Optimization Tool | @SEOmofo - 0 views

  •  
    Juxtaposition, or "where" something is placed on a Web page has lots to do with "what" you say on that page. I find that I can only develop copy and headings so far before I have to see how they will interact on the page. I have to do a mockup. Well, there is another place that our titles and copy show up, and it is a very competitive context: Search Engine Results Pages (SERPs). So, I was glad to find this handy little tool that let me see what my title, description and URL look like on a Google SERP. Now if only @SEOmofo could add the the page preview feature as well for a complete picture
Brian Massey

What to Test First, Second, Third | ConversionXL - 0 views

  •  
    Good sense advice if you want your pages to reel in more leads and sales. I especially appreciate being reminded that "clarity trumps persuasion" a wisdom of Dr. Flint McGlaughlin of MEC Labs.
1 - 5 of 5
Showing 20 items per page