<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Increasing Your Website's Conversion Rate</title>
	
	<link>http://www.lunametrics.com/blog</link>
	<description>LunaMetrics</description>
	<lastBuildDate>Thu, 04 Feb 2010 20:38:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<feedburner:info uri="lunametrics-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><geo:lat>40.372802</geo:lat><geo:long>-80.044805</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://www.lunametrics.com/blog" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://www.lunametrics.com/blog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.lunametrics.com%2Fblog" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Automatic Cross Domain Tracking</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/6HyUK2eYhtc/</link>
		<comments>http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:40:55 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1468</guid>
		<description><![CDATA[Whenever a visitor crosses from one domain to another, the information contained in the cookies must be passed in the query string to the second domain. Google Analytics documentation recommends using the provided method of _link().  This looks like:
&#60;a href=&#8221;http://www.newsite.com&#8221; onclick=&#8221;pageTracker._link(&#8216;http://www.newsite.com&#8217;);return false;&#8221;&#62;Go to our sister site&#60;/a&#62;
Following this link will cause the visitor to arrive on [...]<p><a href="http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/">Automatic Cross Domain Tracking</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/01/09/cross-domain-tracking/' rel='bookmark' title='Permanent Link: When to not do cross-domain tracking'>When to not do cross-domain tracking</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/04/07/crossdomain-tracking-setvar/' rel='bookmark' title='Permanent Link: Cross-domain tracking and _setVar'>Cross-domain tracking and _setVar</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/03/06/cookies-tracking-multiple-accounts-ga/' rel='bookmark' title='Permanent Link: Using Different Cookies when Tracking to Multiple Accounts in GA'>Using Different Cookies when Tracking to Multiple Accounts in GA</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Whenever a visitor crosses from one domain to another, the information contained in the cookies must be passed in the query string to the second domain. Google Analytics documentation recommends using the provided method of _link().  This looks like:</p>
<p>&lt;a href=&#8221;http://www.newsite.com&#8221; onclick=&#8221;pageTracker._link(&#8216;http://www.newsite.com&#8217;);return false;&#8221;&gt;Go to our sister site&lt;/a&gt;</p>
<p>Following this link will cause the visitor to arrive on the page http://www.newsite.com/?__utmb=. . . .&amp;__utmv=. . . .&amp;_utmk=123456789&amp;__utma=1.1234567.1234567. . .&amp;utmz=. . .</p>
<p>With the values of those query parameters used by the GA code on the new site to create the necessary tracking cookies.</p>
<p>But when you have a very large number of links that cross from one domain to the other, it is difficult to find and modify every one, and to continue to maintain and update new links as they are created in the site.</p>
<p>To manage a situation like this you can use JavaScript to automatically determine which links are cross-domain links.  Once the script has determined which links are cross-domain links, it can create event listeners to wait for someone to click on that link.  When they click, the event listener will trigger the GA code that adds the cookie information to the query parameters.</p>
<p>There are several examples of scripts like this, and sometimes the script will need to be modified slightly to suit a particular web site or particular needs.</p>
<p>iQ Content published an autotracking script in this blog post:</p>
<p>http://www.iqcontent.com/blog/2009/08/google-analytics-automatic-tracking-across-multiple-domains/</p>
<p>An example of a script that I used for a particular client:</p>
<p>http://lunametrics.com/autoTrack-crossdomain.js</p>
<p>You can also find script examples in the books:</p>
<p>* Advanced Web Metrics by Brian Clifton (http://www.advanced-web-metrics.com/blog/about-the-book/)<br />
* GA Short Cuts by Justin Cutroni (http://gashortcut.com/)</p>
<p>If you have an example of an automatic tracking script for GA you&#8217;d like to share, link to it in the comments below.</p>
<p><a href="http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/">Automatic Cross Domain Tracking</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/01/09/cross-domain-tracking/' rel='bookmark' title='Permanent Link: When to not do cross-domain tracking'>When to not do cross-domain tracking</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/04/07/crossdomain-tracking-setvar/' rel='bookmark' title='Permanent Link: Cross-domain tracking and _setVar'>Cross-domain tracking and _setVar</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/03/06/cookies-tracking-multiple-accounts-ga/' rel='bookmark' title='Permanent Link: Using Different Cookies when Tracking to Multiple Accounts in GA'>Using Different Cookies when Tracking to Multiple Accounts in GA</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=6HyUK2eYhtc:53vc45cq2iY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=6HyUK2eYhtc:53vc45cq2iY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=6HyUK2eYhtc:53vc45cq2iY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=6HyUK2eYhtc:53vc45cq2iY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/6HyUK2eYhtc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/</feedburner:origLink></item>
		<item>
		<title>Usability Testing Through Translation</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/bdUFveoimrQ/</link>
		<comments>http://www.lunametrics.com/blog/2010/02/02/usability-testing-tranlsation/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:23:05 +0000</pubDate>
		<dc:creator>Christina</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1451</guid>
		<description><![CDATA[Looking at a website written in a foreign language is incredibly insightful. You may not get the immediate gratification of being able to easily find the location of a particular Prada shoe store, but you’ll find out a lot about yourself and how you use the site.
Let me preface this post by giving you all [...]<p><a href="http://www.lunametrics.com/blog/2010/02/02/usability-testing-tranlsation/">Usability Testing Through Translation</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/' rel='bookmark' title='Permanent Link: 5 Most Obvious Website Usability Issues.'>5 Most Obvious Website Usability Issues.</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/15/conversion-practices-and-usability/' rel='bookmark' title='Permanent Link: Conversion practices and usability'>Conversion practices and usability</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/07/05/italian-internet-law/' rel='bookmark' title='Permanent Link: Italian internet law'>Italian internet law</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Looking at a website written in a foreign language is incredibly insightful. You may not get the immediate gratification of being able to easily find the location of a particular Prada shoe store, but you’ll find out a lot about yourself and how you use the site.</p>
<p>Let me preface this post by giving you all a little background about my recent activities. I recently went on a 10 day trip to Rome, Italy to visit my mother who has an apartment there for a month.</p>
<p>Rome, with its seemingly never-ending wealth of culture, beauty and delicious, delicious gelato and amazing boots kept me completely occupied about 16 hours of the day. But at the end of the day as it got dark and cold and damp, I would come home and indulge in a tiny cup of espresso and my internet addiction.</p>
<p>Though I was under strict orders from Robbin to avoid work at all costs, I still found myself dabbling around the web looking at where clients ranked in Google from Italy and paying attention to the differences in the types of results that came up when searching in Italy (for instance, the local 7 pack wasn’t as prevalent there even if I did searches for local shoe stores etc.)  I must admit, I was also researching where to get fur/leather/boots and all the other things I’d made up my mind to purchase while in Rome.</p>
<p>I should also mention that I do not speak Italian at all. I took some Latin in high school, but that’s about as close to Italian as I’ve ever come. This profound lack of literacy made wandering around on Italian websites a somewhat confusing venture. It was only after three days of searching around for various things that I realized that what I was actually doing was usability testing.</p>
<h2>Interesting Insights</h2>
<p>It occurred to me that, in the nanoseconds of time that users give websites to prove their worth,  the actual words on the page matter slightly less than the overall composition and clarity of the webpage. I realized what a unique experience it was to have to translate meaning from colors and shapes rather than actual words on the site.</p>
<p>Since all (yes all) of the Italian the shoe store sites I drooled over were flash sites I won’t use them for this usability blog post. However, I was on a few Italian travel sites trying to find good prices for tickets for inter-European travel (for funsies…I was just curious about how much Italians paid for their vacations) and quickly just how difficult it is to use the Italian versions of Orbitz, and Priceline. Then I stumbled upon www.edenviaggi.it and was immediately impressed.</p>
<p><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/02/Great-Italian-Website.jpg"><img class="alignnone size-thumbnail wp-image-1453" title="Great Italian Website" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/02/Great-Italian-Website-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>The first thing that struck me about this site was its clarity. I felt that my eye could rest somewhere and, before I even knew what the words on the page meant, I felt like I could stop there and figure it out. It lacked the overwhelming info-packed clutter that plague so many other travel sites. The call to action is clear and was visible even on my tiny little netbook. The form was quick and easy to fill out and the resulting information was exactly what I wanted. It was the perfect research site, and I could immediately understand it without knowing a single word of Italian.</p>
<h2>Translate Your Own Site</h2>
<p>Now, if you really want to screw with your head, take a look at your own baby: the website whose content you crafted so carefully and whose design you agonized over. Go to translate.google.com and enter in the URL. Make sure you’re translating into a language you don’t know.  Then take some time to click around your site, or a competitor’s site. Without text to guide you, can you figure out what to do? Is the website set up in such a way that you intuitively know how to get where you’re going?</p>
<p>It’s likely that without directions and prompts it’s going to be really hard to figure out where to go and what to do. Try checking out or filling out a contact form. Ask yourself how you could make that process more intuitive</p>
<p>In conclusion, I want to make a few clarifications. I’m not trying to imply that if you can’t get through your site in another language you (and your site) fail. The actual words on the site are integral to the user, and can’t be discounted.</p>
<p>I guess I’m just offering a bit of a unique perspective here. It’s sort of like how some famous artist (I wish I could remember who!) used to draw faces from the bottom up instead of the top down in order to free himself from the preconceptions inherent in doing something in an entrenched pattern. By removing one part of the website, you can gain insights into how you view other things and maybe some flaws will jump out at you.</p>
<p><a href="http://www.lunametrics.com/blog/2010/02/02/usability-testing-tranlsation/">Usability Testing Through Translation</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/' rel='bookmark' title='Permanent Link: 5 Most Obvious Website Usability Issues.'>5 Most Obvious Website Usability Issues.</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/15/conversion-practices-and-usability/' rel='bookmark' title='Permanent Link: Conversion practices and usability'>Conversion practices and usability</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/07/05/italian-internet-law/' rel='bookmark' title='Permanent Link: Italian internet law'>Italian internet law</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=bdUFveoimrQ:o4vkbvGLsaQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=bdUFveoimrQ:o4vkbvGLsaQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=bdUFveoimrQ:o4vkbvGLsaQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=bdUFveoimrQ:o4vkbvGLsaQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/bdUFveoimrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/02/02/usability-testing-tranlsation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/02/02/usability-testing-tranlsation/</feedburner:origLink></item>
		<item>
		<title>Conversion Rate Mysteries, and other GA tales</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/ra-CVkJbC2o/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/20/conversion-rate-mysteries-ga-tales/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:30:58 +0000</pubDate>
		<dc:creator>Robbin</dc:creator>
				<category><![CDATA[Conversion Science]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1429</guid>
		<description><![CDATA[I got this question the other day in my email (and I promise you, I could never make this up.)
I have a question.  Should you insert Google Analytics code in every single page if you want to track goals correctly?
What I mean is this:
My main opt in (squeeze page): /optin.html
My goal page: /thankyou.html
If I insert [...]<p><a href="http://www.lunametrics.com/blog/2010/01/20/conversion-rate-mysteries-ga-tales/">Conversion Rate Mysteries, and other GA tales</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2006/05/17/slice-and-dice-your-conversion-rate/' rel='bookmark' title='Permanent Link: Slice and dice your conversion rate'>Slice and dice your conversion rate</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/06/whats-a-good-web-conversion-rate/' rel='bookmark' title='Permanent Link: What&#039;s a good web conversion rate?'>What&#039;s a good web conversion rate?</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/08/02/conversion-rate-why-i-disagree-with-avinash-and-matt-jacobs/' rel='bookmark' title='Permanent Link: Conversion Rate: Why I disagree with Avinash and Matt Jacobs'>Conversion Rate: Why I disagree with Avinash and Matt Jacobs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I got this question the other day in my email (and I promise you, I could never make this up.)</p>
<blockquote><p>I have a question.  Should you insert Google Analytics code in every single page if you want to track goals correctly?</p>
<p>What I mean is this:<br />
My main opt in (squeeze page): /optin.html<br />
My goal page: /thankyou.html</p>
<p>If I insert the GA code into EVERY web page of my domain, then GA is going to report my goal conversion inaccurately.</p>
<p>What I&#8217;m saying is this&#8230; Take a look at this scenario:</p>
<p>Visitor A visits /subfolder/subpage1.html<br />
Visitor B visits /subfolder/subpage2.html<br />
Visitor C visits /subfolder/subpage3.html<br />
Visitor D visits /subfolder/subpage4.html<br />
Visitor E visits /subfolder/subpage5.html</p>
<p>And all the above 5 pages are being tracked by GA as visits.</p>
<p>Then Visitor F visits /optin.html (which is my opt in/squeeze page),<br />
and then he opts in and is directed to /thankyou.html</p>
<p>This means the conversion rate counted by GA is: 1/6 = 16.7%<br />
(6 because subpage1.html, subpage2.html, subpage3.html, subpage4.html, subpage5.html, optin.html)</p>
<p>but the TRUE conversion rate is: 1/1 = 100%</p>
<p>Does this mean that in order to track my goals correctly, I should ONLY insert the GA code into my optin.html page and thankyou.html page?</p></blockquote>
<p>So, dear questioner, this is actually a rather interesting problem, and is all about how you define &#8220;conversion rate.&#8221; Most people are interested, initially, in the conversion rate for an entire site, and then they start to segment (&#8220;How did our PPC visits do? How did the visits from Sydney convert?&#8221;)  But if I understand your question, you want to know, &#8220;How did people who landed on optin.html convert?&#8221; and you don&#8217;t want to see that polluted by visits that landed on other pages and converted. (Hence your use of the phrase &#8220;squeeze page.&#8221;)</p>
<p><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/advancedsegment.jpeg"><img class="alignleft size-medium wp-image-1433" style="margin: 8px;" title="advancedsegment" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/advancedsegment-300x228.jpg" alt="" width="300" height="228" /></a></p>
<p>So here is my advice:</p>
<p>1.  You should always code the entire site with your GA. Companies that pick and choose pages to code usually get inconsistencies in their data.</p>
<p>2.  There are numerous ways to capture the conversion rate by landing page. My favorite would be to create an advanced segment.  {Note for nitpickers, advanced segments are session-based and not page-based, but landing page is a &#8217;session identifier.&#8221;}  To the left, you can see a screen shot of a landing-page advanced segment.</p>
<p><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/alltraffic1.jpeg"><img class="aligncenter size-full wp-image-1440" title="alltraffic" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/alltraffic1.jpeg" alt="" width="500" height="135" /></a></p>
<p>Notice, in this next screen shot (my favorite report, btw, traffic &gt;all traffic &gt; by medium &gt; see goal tab) that the data make sense (at least to me, since I know this particular landing page well.) The majority of traffic comes by email. I was surprised to see how much comes organically, although it doesn&#8217;t convert as well as the email does (something I already knew.) The great thing about looking at this report, though, is not for me to learn about our landing page, but to answer the question: should I code all my pages? Yes.  Is there still a way to look at conversion rate by landing page by source etc? Yes.  (And just think, there are other ways, too!)</p>
<p>Robbin</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/20/conversion-rate-mysteries-ga-tales/">Conversion Rate Mysteries, and other GA tales</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2006/05/17/slice-and-dice-your-conversion-rate/' rel='bookmark' title='Permanent Link: Slice and dice your conversion rate'>Slice and dice your conversion rate</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/06/whats-a-good-web-conversion-rate/' rel='bookmark' title='Permanent Link: What&#039;s a good web conversion rate?'>What&#039;s a good web conversion rate?</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/08/02/conversion-rate-why-i-disagree-with-avinash-and-matt-jacobs/' rel='bookmark' title='Permanent Link: Conversion Rate: Why I disagree with Avinash and Matt Jacobs'>Conversion Rate: Why I disagree with Avinash and Matt Jacobs</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ra-CVkJbC2o:_ZgeQZ0kyco:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ra-CVkJbC2o:_ZgeQZ0kyco:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ra-CVkJbC2o:_ZgeQZ0kyco:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ra-CVkJbC2o:_ZgeQZ0kyco:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/ra-CVkJbC2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/20/conversion-rate-mysteries-ga-tales/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/20/conversion-rate-mysteries-ga-tales/</feedburner:origLink></item>
		<item>
		<title>HTML5 and Analytics</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/cdmO8KZGpSU/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/15/html5-analytics/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 17:10:05 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1425</guid>
		<description><![CDATA[HTML5 is the next generation of HTML, the markup language that the web is written in. Its features are slowly being adopted by browsers), and there are a few that have some ramifications for analytics.
&#60;video&#62; tag
Embedding video in your site these days usually involves a Flash-based player of some kind. Often this is an easily [...]<p><a href="http://www.lunametrics.com/blog/2010/01/15/html5-analytics/">HTML5 and Analytics</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/' rel='bookmark' title='Permanent Link: Link Title Attribute &#8211; Common Questions Answered'>Link Title Attribute &#8211; Common Questions Answered</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/04/03/google-analytics-training-video/' rel='bookmark' title='Permanent Link: Google Analytics Training: Video'>Google Analytics Training: Video</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/07/08/google-analytics-learning-resources-roundup/' rel='bookmark' title='Permanent Link: Google Analytics Learning Resources Roundup'>Google Analytics Learning Resources Roundup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a> is the next generation of HTML, the markup language that the web is written in. Its features are slowly being <a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)">adopted by browsers</a>), and there are a few that have some ramifications for analytics.</p>
<h3 id="video_tag"><code>&lt;video&gt;</code> tag</h3>
<p>Embedding video in your site these days usually involves a Flash-based player of some kind. Often this is an easily embeddable player from a site like <a href="http://www.youtube.com">YouTube</a> or <a href="http://www.vimeo.com">Vimeo</a>. But what if you want to track when your visitors click the play button, or whether they watch the video all the way to the end?</p>
<p>Well, it&#8217;s certainly possible. Google Analytics offers <a href="http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html">Flash tracking</a>, for example. So you have to take the video file, wrap it in a Flash-based player of your own devising (or maybe an open-source one like <a href="http://flowplayer.org/index.html">FlowPlayer</a>), and implement some <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html">Event Tracking</a>, for example. As you can imagine, even at its easiest, this is a lot more difficult than just pasting some code from YouTube to embed a video.</p>
<p>HTML5 offers a <a href="http://www.w3.org/TR/html5/video.html"><code>&lt;video&gt;</code> tag</a>, much like the familiar <code>&lt;img&gt;</code> tag. (There&#8217;s also an <code>&lt;audio&gt;</code> tag.) Instead of relying on a Flash-based player, it uses browser plugins to support native video files. And best of all, it supports a variety of events. You might be familiar with the &#8220;onclick&#8221; event attribute, for example. For a video, there are <a href="http://www.w3.org/TR/html5/video.html#mediaevents">event attributes such as &#8220;onplay&#8221; and &#8220;onended&#8221;</a>, so we can employ pretty simple JavaScript to track these events. No more Flash, just standards-based HTML and JavaScript.</p>
<p>Browsers are already starting to support the <code>&lt;video&gt;</code> tag, but not all of them are there yet. Over time support will become more widespread and tracking this sort of thing will be much easier. </p>
<h3 id="relnoreferrer"><code>rel=noreferrer</code></h3>
<p>While the <code>&lt;video&gt;</code> tag represents a way that HTML5 can potentially make analytics easier, the second issue I want to cover potentially makes it more difficult.</p>
<p>We&#8217;re all familiar with links; they&#8217;re the currency of the web, after all. A link looks like this:</p>
<pre><code>&lt;a href="http://www.example.com"&gt;Some text&lt;/a&gt;
</code></pre>
<p>In addition to the <code>href</code> attribute (which tells you where the link goes), there&#8217;s an optional attribute called <code>rel</code>, which tells you how the linked page is related to the page the link is on. There are a variety of possible values, but HTML5 introduces a new value that&#8217;s of special interest for analytics.</p>
<p><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-noreferrer"><code>rel=noreferrer</code></a> tells the link not to pass referrer information along to the destination page. So, for example, if a link from example.com went to your site, you would usually see &#8220;example.com / referral&#8221; as a source and medium in Google Analytics. However, if example.com used the <code>rel=noreferrer</code> attribute on the link, you wouldn&#8217;t get any referral information and the link would be counted as &#8220;direct / (none)&#8221;.</p>
<p>Is this a big deal? <code>rel=noreferrer</code> is really intended to protect private resources. For example, suppose the link was in someone&#8217;s gMail, or in an internal wiki, or something like that. There&#8217;s the possibility that passing along the URL where the link came from could reveal some private information or present a security risk, which is why <code>rel=noreferrer</code> was introduced. It does present a potential problem for accuracy in analytics, especially if it is used for reasons other than its intended purposes. But let&#8217;s remember that (1) analytics are never perfect, and (2) we should have a healthy respect for the privacy choices that people make on the web.</p>
<p>In any case, no browsers yet support <code>rel=noreferrer</code>, but you can expect it to emerge eventually and you should be aware of it.</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/15/html5-analytics/">HTML5 and Analytics</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/' rel='bookmark' title='Permanent Link: Link Title Attribute &#8211; Common Questions Answered'>Link Title Attribute &#8211; Common Questions Answered</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/04/03/google-analytics-training-video/' rel='bookmark' title='Permanent Link: Google Analytics Training: Video'>Google Analytics Training: Video</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/07/08/google-analytics-learning-resources-roundup/' rel='bookmark' title='Permanent Link: Google Analytics Learning Resources Roundup'>Google Analytics Learning Resources Roundup</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=cdmO8KZGpSU:DsrOBGaVf2k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=cdmO8KZGpSU:DsrOBGaVf2k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=cdmO8KZGpSU:DsrOBGaVf2k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=cdmO8KZGpSU:DsrOBGaVf2k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/cdmO8KZGpSU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/15/html5-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/15/html5-analytics/</feedburner:origLink></item>
		<item>
		<title>5 Most Obvious Website Usability Issues.</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/Bo2bvdv9aC4/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:31:33 +0000</pubDate>
		<dc:creator>Christina</dc:creator>
				<category><![CDATA[Conversion Science]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Writing for the web]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1417</guid>
		<description><![CDATA[There are a lot of ways one can make their website into a conversion driving machine. Site design tweaks, endless A/B and multivariate testing, exit surveys (gasp!) are some of the hardest to pull off. However, some of the most obvious usability issues often get ignored. There have been countless roundups of these issues, and [...]<p><a href="http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/">5 Most Obvious Website Usability Issues.</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2008/02/22/just-because-you-paid-a-lot-of-money-for-that-website-doesnt-mean-its-gonna-convert/' rel='bookmark' title='Permanent Link: Just because you paid a lot of money for that website doesn&#039;t mean it&#039;s gonna convert'>Just because you paid a lot of money for that website doesn&#039;t mean it&#039;s gonna convert</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/10/30/website-conversion-seo-copywriting/' rel='bookmark' title='Permanent Link: Website Conversion and SEO Copywriting'>Website Conversion and SEO Copywriting</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/02/does-the-website-serve-the-customer/' rel='bookmark' title='Permanent Link: Does the website serve the customer?'>Does the website serve the customer?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are a lot of ways one can make their website into a conversion driving machine. Site design tweaks, endless A/B and multivariate testing, exit surveys (gasp!) are some of the hardest to pull off. However, some of the most obvious usability issues often get ignored. There have been countless roundups of these issues, and a lot of them are really technical in nature.</p>
<p>I’m going to keep this one really simple and try to make these tips as actionable and specific as possible. That might mean that they don’t apply to a specific kind of site, but there’s something here for everyone.</p>
<h2>Usability Issue #1: Browser Size and Your Call to Action</h2>
<p>Just because you (or your web designer) has a 40 inch wrap-around monitor does not mean that your users do. Making sure that your primary call to action is included at the very top of the page. If you have a variable width website, great. If not, make sure that button/request/link/etc. is close to the top left hand corner. Everyone sees that corner. Additionally, frontload your keywords in your content. The sooner they see the words on the page that likely brought them there, the better.</p>
<h2>Usability Issue #2: Where’s the form? You mean I have to do all that?</h2>
<p>One of the most important types of conversion for most websites is data gathering. Therefore, one of the most popular soft conversion goals is to have the user fill out an information request form. Whether its demographic information that you’re after or email addresses for your newsletter, you want people to fill out this form.</p>
<p>To encourage users to fill out this form, webmasters are usually willing to jump through some hoops.  Maybe they require a form to be filled out to access parts of the site or tantalize users with premium membership perks. However, everyone knows that requiring users to fill out forms is just another barrier surrounding the sale. Added to that, Most of the time, the form is buried more than three pages in the site and is hard to find, and a lot of the time, the form is lengthy and takes lots of time to fill out completely.</p>
<p>This is the point in time when priorities need to be set. What is the the MOST important piece of information that the website it supposed to garner through the form. If it’s the email address (and it usually is) put a simple, three line form on every page of the site.  First Name. Last Name. Email Address. That’s it. It’s visible and it’s so brief that filling it out won’t interrupt the user’s experience enough to prohibit them from doing it. If you want age, street address, phone number etc. by all means create that form and bury it wherever you want. But make an abridged version available as many places on the site as possible.</p>
<h2>Usability Issue #3: Information Overload</h2>
<p>Deciding how to present necessary information in a user-friendly way is a challenge for every website in every industry. It’s usually really hard for webmasters to decide what the most important information is and where to place it. Figuring out the overall purpose of the webpage in question is a good first step.</p>
<p>If the home page is supposed to introduce the company in question and showcase a specific product, limit the information to these two tasks. Keep in mind that your navigation bar will take up space and attention. Keep the copy as sparse and concise as possible and get to the point right away.</p>
<p>Avoid overloading every page with extraneous elements like rotating testimonials, banners and the like. There are specific places for such things, where they won&#8217;t detract from your focal elemetns.</p>
<h2>Usability Issue #4: Sense of “Place”</h2>
<p>Many times, especially with large, multilayer, thousand page sites, the user looses track of where they are and how to get back to something else they were looking at. This problem is not limited to huge sites though, it occurs on the smallest of blogs as well.  There are many ways to create a sense of “place” for your user. In my opinion, the most overlooked tool is breadcrumbs.</p>
<p>Breadcrumbs (horizontal navigation links) are a great, noninvasive way to give customers a sense of place when they’re 8 levels deep on a specific product page or feature list. Breadcrumbs don’t clutter a page up, they don’t eat up a lot of real estate and they provide the added bonus of more anchor text rich links to other pages on your site (if you use them the right way.)</p>
<p>NewEgg.com uses breadcrumbs incredibly effectively, allowing me to navigate from a very specific product page to a more general category page quickly instead of having to find the category all over again in the side nav bar.</p>
<h2>Usability Issue #5: Cross Browser Compatibility</h2>
<p>If I had a dollar for every site I work on that has elements that work in Internet Explorer but not Firefox or Safari, I&#8217;d buy myself some over the knee Prada Boots. If I had a dollar for every site I come across (searching for boots?)  that works in Internet Explorer but not Firefox or Chrome, I&#8217;d probably be wealthy enough to start my own fashion footware company.</p>
<p>It&#8217;s a sad fact that browsers interpret code differently,but that doesn&#8217;t change things. Just because you see your site one way doesn&#8217;t mean everyone does, and if your navigation is broken or your CSS has text all over the place in one browser or another, you&#8217;re limiting your audience drastically and creating a bad name for yourself. Take the time to test the look and functionality of your site across all browsers.</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/">5 Most Obvious Website Usability Issues.</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2008/02/22/just-because-you-paid-a-lot-of-money-for-that-website-doesnt-mean-its-gonna-convert/' rel='bookmark' title='Permanent Link: Just because you paid a lot of money for that website doesn&#039;t mean it&#039;s gonna convert'>Just because you paid a lot of money for that website doesn&#039;t mean it&#039;s gonna convert</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/10/30/website-conversion-seo-copywriting/' rel='bookmark' title='Permanent Link: Website Conversion and SEO Copywriting'>Website Conversion and SEO Copywriting</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/03/02/does-the-website-serve-the-customer/' rel='bookmark' title='Permanent Link: Does the website serve the customer?'>Does the website serve the customer?</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=Bo2bvdv9aC4:4bUgomC-Cyo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=Bo2bvdv9aC4:4bUgomC-Cyo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=Bo2bvdv9aC4:4bUgomC-Cyo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=Bo2bvdv9aC4:4bUgomC-Cyo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/Bo2bvdv9aC4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/11/5-obvious-website-usability-issues/</feedburner:origLink></item>
		<item>
		<title>Google Maps Coupons Now on the Map</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/ltcu9inRwV4/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/07/google-maps-coupons-map/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:56:44 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1406</guid>
		<description><![CDATA[Did you know you can make a coupon for your business through your Google Local Business Center? Not many people are aware of that, because the coupons have been nearly invisible to searchers since they were introduced back in August of 2006. Until now.
I present to you, Exhibit A:

I found this coupon in the wild [...]<p><a href="http://www.lunametrics.com/blog/2010/01/07/google-maps-coupons-map/">Google Maps Coupons Now on the Map</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2008/11/10/tracking-local-search-results/' rel='bookmark' title='Permanent Link: Tracking Local Search Results'>Tracking Local Search Results</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/05/23/please-send-me-money-saving-coupons/' rel='bookmark' title='Permanent Link: &quot;Please send me money saving coupons&quot;'>&quot;Please send me money saving coupons&quot;</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/12/03/conversion-analysis-pca/' rel='bookmark' title='Permanent Link: Conversion Analysis: PCA'>Conversion Analysis: PCA</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Did you know you can make a coupon for your business through your Google Local Business Center? Not many people are aware of that, because the coupons have been nearly invisible to searchers since they were <a href="http://www.google.com/press/annc/maps_coupons.html">introduced back in August of 2006</a>. Until now.</p>
<p>I present to you, Exhibit A:</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-01.jpg"><img class="aligncenter size-full wp-image-1407" style="border: 1px solid black;" title="Google Maps coupon 01" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-01.jpg" alt="" width="201" height="228" /></a></p>
<p style="text-align: left;">I found this coupon in the wild while doing a search for &#8220;<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=wedding+photography+pittsburgh&amp;sll=40.399902,-79.971542&amp;sspn=0.289167,0.617294&amp;ie=UTF8&amp;hq=wedding+photography&amp;hnear=Pittsburgh,+PA&amp;ll=40.431792,-79.996948&amp;spn=0.28903,0.617294&amp;z=11">wedding photography Pittsburgh</a>&#8220;. If you scroll over the coupon, it expands to show you more detail:</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-02.jpg"><img class="aligncenter size-full wp-image-1408" style="border: 1px solid black;" title="Google Maps coupon 02" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-02.jpg" alt="" width="339" height="214" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">This little addition could have tremendous impact for local businesses. Just look how much the listing with the coupon stands out; the bright yellow definitely catches your eye. Of course, it&#8217;s only a matter of time until everyone jumps on this bandwagon, so it remains to be seen how Google will show the coupons when every listing has them. I can&#8217;t imagine them showing the same yellow coupon next to each listing &#8211; that would be cluttered and hard on the eyes.</p>
<p style="text-align: left;">Here are a couple more searches that I found interesting:</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-03.jpg"><img class="aligncenter size-full wp-image-1409" style="border: 1px solid black;" title="Google Maps coupon for hotels Pittsburgh" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-03.jpg" alt="" width="359" height="244" /></a></p>
<p style="text-align: left;">This is a search for &#8220;<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=hotels+pittsburgh&amp;sll=40.431792,-79.996948&amp;sspn=0.28903,0.617294&amp;ie=UTF8&amp;hq=hotels&amp;hnear=Pittsburgh,+PA&amp;z=12">hotels Pittsburgh</a>&#8220;. Notice how the listing in the top right stands out? It&#8217;s ranking at the #9 position (letter I), and it would be interesting to know if it would rank at all on the first page without the coupon.</p>
<p style="text-align: left;">Hey <a title="Google Maps results for Pittsburgh attorneys" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=pittsburgh+attorneys&amp;sll=40.465412,-79.933574&amp;sspn=0.144443,0.308647&amp;ie=UTF8&amp;hq=pittsburgh+attorneys&amp;hnear=&amp;z=12">Pittsburgh attorneys</a>, how would you like to get a few more phone calls from your Google Maps listing?:</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-04.jpg"><img class="aligncenter size-full wp-image-1410" style="border: 1px solid black;" title="Google Map coupons for Pittsburgh attorneys" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-04.jpg" alt="" width="264" height="267" /></a></p>
<p style="text-align: left;">That&#8217;s right, not a single coupon&#8230; yet.</p>
<p style="text-align: left;">Here&#8217;s another one, this <a title="Google Maps results for Pittsburgh plumbers" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=pittsburgh+plumbers&amp;sll=40.465412,-79.933574&amp;sspn=0.144443,0.308647&amp;ie=UTF8&amp;hq=plumbers&amp;hnear=Pittsburgh,+PA&amp;z=11">Pittsburgh plumber</a> has the idea:</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-05.jpg"><img class="aligncenter size-full wp-image-1411" style="border: 1px solid black;" title="Google Map coupon for Pittsburgh plumber" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-05.jpg" alt="" width="365" height="428" /></a></p>
<p style="text-align: center;">All those dots, and he&#8217;s the only one with a bright yellow coupon.</p>
<p style="text-align: center;">And finally, a bit of a surprise. Usually locksmiths are all over this kind of thing, but that doesn&#8217;t seem to be the case (at least not in Pittsburgh &#8211; I&#8217;m busy right now doing a much more thorough search of cities and categories).</p>
<p style="text-align: center;"><a href="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-06.jpg"><img class="aligncenter size-full wp-image-1412" style="border: 1px solid black;" title="Google Map coupon for locksmith Pittsburgh" src="http://www.lunametrics.com/blog/wp-content/uploads/2010/01/map-coupon-06.jpg" alt="" width="229" height="253" /></a></p>
<p style="text-align: left;">How long do you think it will take until more businesses start utilizing these coupons?</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/07/google-maps-coupons-map/">Google Maps Coupons Now on the Map</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2008/11/10/tracking-local-search-results/' rel='bookmark' title='Permanent Link: Tracking Local Search Results'>Tracking Local Search Results</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/05/23/please-send-me-money-saving-coupons/' rel='bookmark' title='Permanent Link: &quot;Please send me money saving coupons&quot;'>&quot;Please send me money saving coupons&quot;</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/12/03/conversion-analysis-pca/' rel='bookmark' title='Permanent Link: Conversion Analysis: PCA'>Conversion Analysis: PCA</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ltcu9inRwV4:D8LyF9sqCVg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ltcu9inRwV4:D8LyF9sqCVg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=ltcu9inRwV4:D8LyF9sqCVg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=ltcu9inRwV4:D8LyF9sqCVg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/ltcu9inRwV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/07/google-maps-coupons-map/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/07/google-maps-coupons-map/</feedburner:origLink></item>
		<item>
		<title>“Prove to me that the Internet matters”</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/gOr3zxXnRsE/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/06/prove-internet-matters/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:16:09 +0000</pubDate>
		<dc:creator>Robbin</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1401</guid>
		<description><![CDATA[Today, we got a phone call from a potential customer, who had been recommended by another customer. I took one look at his site and was fairly certain that he had paid no attention to SEO, had no analytics, and had no calls to action.
&#8220;So,&#8221; he challenged me, &#8220;Why should I use your company?&#8221;  Well, [...]<p><a href="http://www.lunametrics.com/blog/2010/01/06/prove-internet-matters/">&#8220;Prove to me that the Internet matters&#8221;</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2007/02/09/increase-the-value-your-internet-consultant-delivers/' rel='bookmark' title='Permanent Link: Increase the Value your Internet Consultant Delivers'>Increase the Value your Internet Consultant Delivers</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/07/05/italian-internet-law/' rel='bookmark' title='Permanent Link: Italian internet law'>Italian internet law</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/10/04/conversion-your-about-us-page/' rel='bookmark' title='Permanent Link: Conversion: your About Us page'>Conversion: your About Us page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today, we got a phone call from a potential customer, who had been recommended by another customer. I took one look at his site and was fairly certain that he had paid no attention to SEO, had no analytics, and had no calls to action.</p>
<p>&#8220;So,&#8221; he challenged me, &#8220;Why should I use your company?&#8221;  Well, I answered, maybe you shouldn&#8217;t use our company. I don&#8217;t recommend that everyone spend their money without having strong goals. Maybe you should start by telling me what your needs are.</p>
<p>The man on the other end of the phone said that all his company&#8217;s sales had been face-to-face or by referral up until now.  They had a little site, but did they really need to spend money? Did I know if people really found his type of services through the internet?  In fact, his needs weren&#8217;t so much SEO or PPC or GA or GWO.  He needed to be persuaded that those alphabet soup of internet services and tools were worthy of his budget dollars.</p>
<p>It is one thing to sell someone on the value of, say,  Google Analytics.  It is something else entirely to take someone who doesn&#8217;t have a strategic or emotional commitment to the work we do and convince them to spend their money there. I guess that&#8217;s a game I don&#8217;t want to play.  I feel like, <strong>you</strong> decide that you care on your own time, them come to us (or to another consulting company.) Consulting on the Internet is hard enough when your point of contact is committed (because s/he may have other priorities, may have to answer to his/her boss, may get moved around the organization.) Imagine how hard it would be if the person writing the checks really isn&#8217;t sure that the Internet matters.<br />
Robbin</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/06/prove-internet-matters/">&#8220;Prove to me that the Internet matters&#8221;</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2007/02/09/increase-the-value-your-internet-consultant-delivers/' rel='bookmark' title='Permanent Link: Increase the Value your Internet Consultant Delivers'>Increase the Value your Internet Consultant Delivers</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/07/05/italian-internet-law/' rel='bookmark' title='Permanent Link: Italian internet law'>Italian internet law</a></li>
<li><a href='http://www.lunametrics.com/blog/2007/10/04/conversion-your-about-us-page/' rel='bookmark' title='Permanent Link: Conversion: your About Us page'>Conversion: your About Us page</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=gOr3zxXnRsE:DoplXdLiT7E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=gOr3zxXnRsE:DoplXdLiT7E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=gOr3zxXnRsE:DoplXdLiT7E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=gOr3zxXnRsE:DoplXdLiT7E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/gOr3zxXnRsE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/06/prove-internet-matters/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/06/prove-internet-matters/</feedburner:origLink></item>
		<item>
		<title>Annual Copyright Post: Welcome, 2010</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/OsBTm6XCHS0/</link>
		<comments>http://www.lunametrics.com/blog/2010/01/04/annual-copyright-post-2010/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:32:35 +0000</pubDate>
		<dc:creator>Robbin</dc:creator>
				<category><![CDATA[Conversion Science]]></category>
		<category><![CDATA[Legal]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1393</guid>
		<description><![CDATA[Whether this is a new decade or not, there is no question that it is a new year. Enter website copyright issues. So we have again my annual copyright post.
You can go here to read the original article, but in short:  &#8220;&#8230;the year corresponds to the date of creation of the material. Copyright law doesn&#8217;t [...]<p><a href="http://www.lunametrics.com/blog/2010/01/04/annual-copyright-post-2010/">Annual Copyright Post: Welcome, 2010</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2006/12/30/its-2007-do-you-know-what-your-copyright-says/' rel='bookmark' title='Permanent Link: It&#039;s 2007: Do you know what your copyright says?'>It&#039;s 2007: Do you know what your copyright says?</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/04/16/out-of-date-response-pages/' rel='bookmark' title='Permanent Link: Out-of-date response pages'>Out-of-date response pages</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/04/13/how-to-choose-an-analytics-vendor-the-non-technical-part/' rel='bookmark' title='Permanent Link: How to choose an analytics vendor: the non-technical part'>How to choose an analytics vendor: the non-technical part</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Whether this is a new decade or not, there is no question that it is a new year. Enter website copyright issues. So we have again my annual copyright post.</p>
<p>You can <a href="http://www.lunametrics.com/aboutus/archives/WebsiteCopyrightDate.php" target="_blank">go here to read the original article</a>, but in short:  &#8220;&#8230;the year corresponds to the date of creation of the material. Copyright law doesn&#8217;t have much to say about exactly how the date works. A range usually represents the idea that some material was created on X date, some on Y date, and some on dates in between. A single date is supposed to represent the idea that all of the material was created on that date.&#8221;  Remember, we aren&#8217;t lawyers.</p>
<p>So there you have some of the legal issues, but you know, there are other issues, too.  One of the things we learned this year (and always suspected) is that some people really do look at the copyright range to see how long you have been in business.  Bet you never thought your copyright was part of your conversion strategy, eh?</p>
<p>Robbin</p>
<p><a href="http://www.lunametrics.com/blog/2010/01/04/annual-copyright-post-2010/">Annual Copyright Post: Welcome, 2010</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2006/12/30/its-2007-do-you-know-what-your-copyright-says/' rel='bookmark' title='Permanent Link: It&#039;s 2007: Do you know what your copyright says?'>It&#039;s 2007: Do you know what your copyright says?</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/04/16/out-of-date-response-pages/' rel='bookmark' title='Permanent Link: Out-of-date response pages'>Out-of-date response pages</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/04/13/how-to-choose-an-analytics-vendor-the-non-technical-part/' rel='bookmark' title='Permanent Link: How to choose an analytics vendor: the non-technical part'>How to choose an analytics vendor: the non-technical part</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=OsBTm6XCHS0:om4AJ4SFqGM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=OsBTm6XCHS0:om4AJ4SFqGM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=OsBTm6XCHS0:om4AJ4SFqGM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=OsBTm6XCHS0:om4AJ4SFqGM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/OsBTm6XCHS0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2010/01/04/annual-copyright-post-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2010/01/04/annual-copyright-post-2010/</feedburner:origLink></item>
		<item>
		<title>Link Title Attribute – Common Questions Answered</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/R07eoZNI0NA/</link>
		<comments>http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:10:52 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1264</guid>
		<description><![CDATA[&#8220;If I use keywords in the link title attribute, will that help me rank higher?&#8221;
I recently had a client ask this question. They were under the impression that using keywords in the link title would help in terms of SEO. Unfortunately, that&#8217;s not necessarily the case. There are several issues to consider, the big one [...]<p><a href="http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/">Link Title Attribute &#8211; Common Questions Answered</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/' rel='bookmark' title='Permanent Link: Automatic Cross Domain Tracking'>Automatic Cross Domain Tracking</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/06/17/optimizing-your-title-tag/' rel='bookmark' title='Permanent Link: Back to Basics: Optimizing Your Title Tag'>Back to Basics: Optimizing Your Title Tag</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/06/23/google-subscribed-links/' rel='bookmark' title='Permanent Link: Google Subscribed Links'>Google Subscribed Links</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1385 alignright" style="border: 1px solid black; margin-left: 10px; margin-right: 10px;" title="Link (from Zelda)" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/link.jpg" alt="Hello, My Name is Link" width="273" height="334" /><em><strong>&#8220;If I use keywords in the link title attribute, will that help me rank higher?&#8221;</strong></em></p>
<p>I recently had a client ask this question. They were under the impression that using keywords in the link title would help in terms of SEO. Unfortunately, that&#8217;s not necessarily the case. There are several issues to consider, the big one being usability. Let&#8217;s take a look at this link title, shall we?</p>
<h3>What is the link title attribute?</h3>
<p>Put simply, the link title attribute gives additional information about the page being linked to. Here&#8217;s what the W3C has to say about it:</p>
<blockquote><p>The               <code>title</code> attribute is used to provide additional information to help clarify             or further describe the purpose of a link. If the supplementary information provided             through the <code>title</code> attribute is something the user should know before             following the link, such as a warning, then it should be provided in the link text             rather than in the <code>title</code> attribute.</p></blockquote>
<p><strong>When should I NOT use a link title?</strong></p>
<p>You should not use a link title if you&#8217;re just repeating the anchor text. Not only does that not provide any additional information about that link and the page it goes to, but you could be annoying your visitors (if they&#8217;re anything like me). Have you ever scrolled over a link and the title pops up, covering surrounding text. Yeah, that&#8217;s what I mean by annoying.</p>
<p><strong>When should I use a link title?</strong></p>
<p>Use the title attribute for your links when you can provide additional information about that link and/or the page it goes to. For example, if your anchor text just says <a title="LunaMetrics Home Page (opens in new window)" href="http://">click here</a>, give your users a better idea of what they&#8217;ll get if they click on the link (scroll over the &#8220;click here&#8221; link to see what I mean).</p>
<p>Of course, I&#8217;m not the first one to talk about this. If you want to find out more about the title attribute for links, here are some helpful resources:</p>
<p><a title="Search Engine Journal article by Ann Smarty" href="http://www.searchenginejournal.com/how-to-use-link-title-attribute-correctly/7687/">How to Use Link TITLE Attribute Correctly</a></p>
<p><a title="From the W3C" href="http://www.w3.org/TR/WCAG-TECHS/H33.html">Supplementing Link Text with the Title Attribute</a></p>
<p><a title="DaniWeb Forum &gt; Web Development &gt; Web Design &gt; HTML and CSS" href="http://www.daniweb.com/forums/thread198968.html">How to Customize Your Link Title Attribute</a></p>
<p>Do you use the title attribute on your links? If you do, let me know in the comments if you have any cool examples, or if you do it differently.</p>
<p><a href="http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/">Link Title Attribute &#8211; Common Questions Answered</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2010/02/04/automatic-cross-domain-tracking/' rel='bookmark' title='Permanent Link: Automatic Cross Domain Tracking'>Automatic Cross Domain Tracking</a></li>
<li><a href='http://www.lunametrics.com/blog/2009/06/17/optimizing-your-title-tag/' rel='bookmark' title='Permanent Link: Back to Basics: Optimizing Your Title Tag'>Back to Basics: Optimizing Your Title Tag</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/06/23/google-subscribed-links/' rel='bookmark' title='Permanent Link: Google Subscribed Links'>Google Subscribed Links</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=R07eoZNI0NA:9RIUGm0QrbA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=R07eoZNI0NA:9RIUGm0QrbA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=R07eoZNI0NA:9RIUGm0QrbA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=R07eoZNI0NA:9RIUGm0QrbA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/R07eoZNI0NA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2009/12/30/link-title-attribute/</feedburner:origLink></item>
		<item>
		<title>Matching Keywords with Landing Pages</title>
		<link>http://feedproxy.google.com/~r/lunametrics-blog/~3/QkCzNGUIjWA/</link>
		<comments>http://www.lunametrics.com/blog/2009/12/18/matching-keyword-landing-page/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:26:56 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1358</guid>
		<description><![CDATA[I was recently asked via Twitter (follow us @lunametrics) how to use Google Analytics to match landing pages with exact keywords sending traffic to those pages.
Simple enough, but first, let&#8217;s talk about why you would want to do this in the first place:
1. If you haven&#8217;t yet started optimizing a site, you can get an [...]<p><a href="http://www.lunametrics.com/blog/2009/12/18/matching-keyword-landing-page/">Matching Keywords with Landing Pages</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>



Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/11/17/loves-ga-secondary-dimensions-pivot-functions/' rel='bookmark' title='Permanent Link: Who loves GA Secondary Dimensions and Pivot Functions? I do, And so will you!'>Who loves GA Secondary Dimensions and Pivot Functions? I do, And so will you!</a></li>
<li><a href='http://www.lunametrics.com/blog/2008/03/21/slash-pay-per-click-costs-using-negative-keywords/' rel='bookmark' title='Permanent Link: Slash Pay-Per-Click Costs Using Negative Keywords'>Slash Pay-Per-Click Costs Using Negative Keywords</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/12/26/fourteen-ways-to-evaluate-your-landing-pages/' rel='bookmark' title='Permanent Link: Fourteen ways to evaluate your landing pages'>Fourteen ways to evaluate your landing pages</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was recently asked via Twitter (follow us <a href="http://twitter.com/lunametrics">@lunametrics</a>) how to use Google Analytics to match landing pages with exact keywords sending traffic to those pages.</p>
<p>Simple enough, but first, let&#8217;s talk about why you would want to do this in the first place:</p>
<p>1. If you haven&#8217;t yet started optimizing a site, you can get an idea of which keywords the pages already get traffic from.</p>
<p>2. To check that the organic keywords sending traffic to a page are the keywords that you&#8217;re optimizing or link building for. It&#8217;s always good to measure your efforts.</p>
<p>To match your landing pages with the keywords used to get to those pages, it&#8217;s become much easier to do with the recent release of the <a href="http://www.lunametrics.com/blog/2009/10/21/google-analytics-new-features/">new Google Analytics features</a> &#8211; specifically Secondary Dimensions. Start off by going to the <strong><em>Traffic Sources</em></strong> report, and from there go to the <strong><em>Keywords</em></strong> report.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1360" style="border: 1px solid black; margin-top: 5px; margin-bottom: 5px;" title="keywords report" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/keywords-report.jpg" alt="keywords report" width="280" height="293" /></p>
<p>If you&#8217;re only interested in organic visits (which, for this example we are) then be sure to click <em>non-paid</em>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1361" style="border: 1px solid black;" title="non-paid" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/non-paid.jpg" alt="non-paid" width="186" height="126" /></p>
<p>Then, all you have to do is click the Secondary Dimension dropdown menu and choose <em>Landing Page</em>. It&#8217;s really that simple.</p>
<p><img class="alignleft size-full wp-image-1362" style="border: 1px solid black; margin-left: 5px; margin-right: 5px;" title="2nd dimension" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/2nd-dimension.jpg" alt="2nd dimension" width="354" height="424" /></p>
<p style="text-align: center;"><em> <img class="aligncenter size-full wp-image-1363" style="border: 1px solid black; margin-top: 75px; margin-bottom: 75px;" title="2nd dim 2" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/2nd-dim-2.jpg" alt="2nd dim 2" width="361" height="322" /></em></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><em>Tip: </em>You&#8217;ll get a lot of branded keywords showing up at the top, mostly landing on the homepage. It helps to filter these out of your results using the keyword filter (Filter Keyword: excluding [insert branded term here]).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1364" style="border: 1px solid black;" title="keyword filter" src="http://www.lunametrics.com/blog/wp-content/uploads/2009/12/keyword-filter.jpg" alt="keyword filter" width="349" height="162" /></p>
<p><em><strong>BONUS:</strong></em> For you analyst ninjas, the fun is just starting. Set it to show 500 rows and export your keyword/landing page report as a CSVfor Excel file. Now you can sort and organize the list any way you want.</p>
<p><a href="http://www.lunametrics.com/blog/2009/12/18/matching-keyword-landing-page/">Matching Keywords with Landing Pages</a> is a post from: <a href="http://www.lunametrics.com/blog">Increasing Your Website&#039;s Conversion Rate</a></p>


<p>Related posts:<ol><li><a href='http://www.lunametrics.com/blog/2009/11/17/loves-ga-secondary-dimensions-pivot-functions/' rel='bookmark' title='Permanent Link: Who loves GA Secondary Dimensions and Pivot Functions? I do, And so will you!'>Who loves GA Secondary Dimensions and Pivot Functions? I do, And so will you!</a></li>
<li><a href='http://www.lunametrics.com/blog/2008/03/21/slash-pay-per-click-costs-using-negative-keywords/' rel='bookmark' title='Permanent Link: Slash Pay-Per-Click Costs Using Negative Keywords'>Slash Pay-Per-Click Costs Using Negative Keywords</a></li>
<li><a href='http://www.lunametrics.com/blog/2006/12/26/fourteen-ways-to-evaluate-your-landing-pages/' rel='bookmark' title='Permanent Link: Fourteen ways to evaluate your landing pages'>Fourteen ways to evaluate your landing pages</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:2nqncYFp4_M"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=2nqncYFp4_M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=QkCzNGUIjWA:kd8ZtRy0EGk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=QkCzNGUIjWA:kd8ZtRy0EGk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?i=QkCzNGUIjWA:kd8ZtRy0EGk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lunametrics-blog?a=QkCzNGUIjWA:kd8ZtRy0EGk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lunametrics-blog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lunametrics-blog/~4/QkCzNGUIjWA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lunametrics.com/blog/2009/12/18/matching-keyword-landing-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lunametrics.com/blog/2009/12/18/matching-keyword-landing-page/</feedburner:origLink></item>
	</channel>
</rss>
