<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cyanoni &#187; Conversions</title>
	<atom:link href="http://www.cyanoni.com/category/conversions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyanoni.com</link>
	<description>Internet Marketing</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:50:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Split testing call to action buttons to increase click-through rates</title>
		<link>http://www.cyanoni.com/split-testing-call-to-action-buttons/</link>
		<comments>http://www.cyanoni.com/split-testing-call-to-action-buttons/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:33:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Conversions]]></category>

		<guid isPermaLink="false">http://www.cyanoni.com/?p=19</guid>
		<description><![CDATA[<p>If you're not split testing elements on your landing pages, then you're leaving lots of money on the table. Check out this download button that increased click-through rates by more than 14%...</p>]]></description>
			<content:encoded><![CDATA[<p>One of the easiest elements to test on your landing pages is your call to action buttons.</p>
<p>Changing the size, colour, text, or position can have a big effect on your click-through rates.</p>
<p>I&#8217;ve tested dozens of different buttons, but after reading <a href="http://www.conversiondoctor.com/conversion-blog/the-ultimate-submit-button-revealed-putting-all-the-pieces-together">The ULTIMATE Submit Button REVEALED! Putting all the Pieces Together&#8230;</a> by Eric Graham (a.k.a. the Conversion Doctor), I realised there was something I hadn&#8217;t tested&#8230;</p>
<p>&#8230; adding a border around the button that changes when you hover your mouse over it.</p>
<p>So I added some new CSS rules to my highest CTR button.</p>
<p>And here it is:</p>
<p><a href="javascript:void(0)" title="click to download Product X now"><img src="/images/download.png" alt="download Product X now" width="246" height="40" class="download" /></a></p>
<p>If you hover your mouse over it you&#8217;ll notice your cursor changes from the arrow to the hand (primary feedback).</p>
<p>The red border changes to green (secondary feedback).</p>
<p>It also uses the &#8220;title&#8221; attribute of the &lt;a&gt; tag to display a tooltip call to action (more secondary feedback)</p>
<h2>My split testing results</h2>
<p>Compared to the button without the interactive border, it increased CTR by 14%.</p>
<p>Not bad for five minutes work, right?</p>
<p>Of course, lots of factors affect your CTR, so you may not get the same results as me.</p>
<h2>Grab the code</h2>
<p>If you want to try this button yourself, here&#8217;s the code:</p>
<code>
#content a img.download {<br />
&nbsp;&nbsp;&nbsp;&nbsp;border:3px solid #FB2A2A;<br />
}<br /><br />
#content a img.download:hover {<br />
&nbsp;&nbsp;&nbsp;&nbsp;border:3px solid #0C971F;<br />
}<br /><br />
&lt;a href="http://your-download-affiliate-link-here.com/" title="click to download Product X now"&gt;&lt;img src="/images/download.png" alt="download Product X now" width="246" height="40" class="download" /&gt;&lt;/a&gt;<br />
</code>
<p>If you need to change the button text, just visit <a href="http://dabuttonfactory.com/">Da Button Factory</a> and make your own button. It&#8217;s where I made the above button (sans the arrow icon).</p>]]></content:encoded>
			<wfw:commentRss>http://www.cyanoni.com/split-testing-call-to-action-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

