Skip to main content

Home/ Online Conversion/ Group items tagged font

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

A Typeface Overview For Print And Web Design - 0 views

  •  
    One of the things we rely on our designers for is their knowledge of how font typeface, size and color work on our pages. This is a nice primer for marketers and business owners who want to understand this skill a little better.
Brian Massey

12 Landing Page Mistakes That Scream `Home-Made`-Design for Founders - 0 views

  •  
     @ashocka18 has written an article for designers working on landing pages. In the process Heidi has linked to some very helpful posts.

    I was struck by the way she laid out the article, perfect for those of us who scan. Your landing pages should be designed to help scanners find the salient points of your copy... like where the link to my post is.

    I especially love the banner images for each topic. Very fun. Boring Call to Action Button Lame Logos Inconsistency Too many fonts Random colors Spacing fails Cheesy stock photos (I call this "Business Porn") Overuse of photoshop effects Icons from everywhere Readability issues Navigation Check it out.
1 - 3 of 3
Showing 20 items per page