<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SEOjeff</title>
	
	<link>http://seojeff.com</link>
	<description>SEO/SEM Tips for Internet Professionals</description>
	<pubDate>Thu, 14 Aug 2008 00:51:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/seojeff" type="application/rss+xml" /><item>
		<title>How to track a mailto link click as a conversion.</title>
		<link>http://feeds.feedburner.com/~r/seojeff/~3/364350483/</link>
		<comments>http://seojeff.com/2008/08/13/how-to-track-a-mailto-link-click-as-a-conversion/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 00:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[analytics]]></category>

		<category><![CDATA[conversion]]></category>

		<category><![CDATA[ga.js]]></category>

		<category><![CDATA[goal]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[mailto]]></category>

		<category><![CDATA[urchin]]></category>

		<guid isPermaLink="false">http://seojeff.com/?p=31</guid>
		<description><![CDATA[If you wish to track the clicks of a mailto link in Google Analytics as a Goal Conversion then read on. First, you&#8217;ll need to edit the HTML used to create your mailto link. It should start out looking something like this:
&#60;a href=&#8221;mailto:email@address.com&#8221;&#62;Email Me Now&#60;/a&#62;
Edit your HTML to look like this (depending on which version [...]]]></description>
			<content:encoded><![CDATA[<p>If you wish to track the clicks of a mailto link in Google Analytics as a Goal Conversion then read on. First, you&#8217;ll need to edit the HTML used to create your mailto link. It should start out looking something like this:</p>
<p>&lt;a href=&#8221;mailto:email@address.com&#8221;&gt;Email Me Now&lt;/a&gt;</p>
<p>Edit your HTML to look like this (depending on which version of the Google Analytics tracking code you use):</p>
<p>For GA.js:<br />
&lt;a href=&#8221;mailto:email@address.com&#8221; onClick=&#8221;javascript:pageTracker._trackPageview(&#8217;/mailto/agent-email&#8217;);&#8221;&gt;Email Me Now&lt;/a&gt;</p>
<p>For urchin.js:<br />
&lt;a href=&#8221;mailto:email@address.com&#8221; onClick=&#8221;javascript:urchinTracker (&#8217;/mailto/agent-email&#8217;);&#8221;&gt;Email Me Now&lt;/a&gt;</p>
<p>(If you&#8217;re not sure if you&#8217;re using GA.js or urchin.js look at your Analytics snippet which should be located just before the &lt;/body&gt; tag at the bottom of your webpage.)</p>
<p>In the above example /mailto/agent-email can be anything you want it to be. Just be sure to make a note of it because you&#8217;ll need it when setting up the Goal.</p>
<p>To setup the goal, open the profile in Google Analytics and click on Edit in the settings column. Next, click Edit next to the Goal you&#8217;d like to configure. It should look like this:</p>
<p><img src="http://seojeff.com/wp-content/uploads/2008/08/081408-0040-howtotracka11.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://seojeff.com/2008/08/13/how-to-track-a-mailto-link-click-as-a-conversion/feed/</wfw:commentRss>
		<feedburner:origLink>http://seojeff.com/2008/08/13/how-to-track-a-mailto-link-click-as-a-conversion/</feedburner:origLink></item>
		<item>
		<title>How a 301 Redirect in IIS Can Break Your Website</title>
		<link>http://feeds.feedburner.com/~r/seojeff/~3/320042807/</link>
		<comments>http://seojeff.com/2008/06/25/how-a-301-redirect-in-iis-can-break-your-website/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 22:27:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[301 iis]]></category>

		<category><![CDATA[301 redirects]]></category>

		<category><![CDATA[iis]]></category>

		<category><![CDATA[www to non-www]]></category>

		<guid isPermaLink="false">http://seojeff.com/?p=26</guid>
		<description><![CDATA[
I recently encountered a scenario where a simple 301 redirect was setup in IIS which winded up breaking Google Analytics for AdWords tracking. What happened is that a 301 redirect was setup in order to combine www.website.com and website.com into one as www.website.com. This is a standard SEO tactic used to ensure that search engines [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-27" title="screens2" src="http://seojeff.com/wp-content/uploads/2008/06/screens2-300x137.jpg" alt="setting up a 301 in iis" width="300" height="137" /></p>
<p class="MsoNormal">I recently encountered a scenario where a simple 301 redirect was setup in IIS which winded up breaking <strong>Google Analytics</strong> for <strong>AdWords tracking</strong>. What happened is that a 301 redirect was setup in order to combine <strong>www.website.com</strong> and <strong>website.com</strong> into one as <strong>www.website.com</strong>. This is a standard SEO tactic used to ensure that search engines only see one version of a website. This prevents duplicate content issues and focuses any PageRank received from inbound links to one site.</p>
<p class="MsoNormal">Here is the correct way to setup a 301 redirect in IIS:</p>
<ol style="margin-top: 0in;" type="1">
<li class="MsoNormal">Open IIS.</li>
<li class="MsoNormal">Right-click on your site      (www.website.com) and select properties.</li>
<li class="MsoNormal">Next to the IP Address field click &#8216;Advanced&#8217; there should only be one IP with a host header value of www.website.com.</li>
<li class="MsoNormal">Click OK.</li>
<li class="MsoNormal">Create a new site (website.com).</li>
<li class="MsoNormal">Right-click the new site (website.com) and select properties.</li>
<li class="MsoNormal">Next to the IP Address field click &#8216;Advanced&#8217; and add the same IP from www.website.com then set the host header value to website.com.</li>
<li class="MsoNormal">Click OK.</li>
<li class="MsoNormal">Click the ‘Home Directory’      tab.</li>
<li class="MsoNormal">Click the ‘A redirection      to a URL’ radio button.</li>
<li class="MsoNormal">Insert the new URL, www.website.com in the ‘Redirect      to:’ field.</li>
<li class="MsoNormal">Check the box next to &#8216;The exact URL entered above&#8217;.</li>
<li class="MsoNormal">Check the box next to ‘A      permanent redirection for this resource’.</li>
<li class="MsoNormal">Click OK.</li>
</ol>
<p class="MsoNormal">Guess what – you just broke your website. Here’s how; If a backlink to your site uses a deep link, like <strong>website.com/folder/page.html</strong> and you set your redirect to <strong>www.website.com</strong> then anyone clicking that backlink will be sent directly to the root of your site (or worse) at <strong>www.website.com</strong> instead of the deep link page that you intended them to visit.</p>
<p class="MsoNormal">In order to properly execute a 301 redirect in IIS you must follow the ‘Redirect to:’ URL with $S$Q in order to pass the suffix of the URL to the redirected URL like this <strong>http://www.website.com$S$Q</strong><span> </span>(note there is no / after the .com).</p>
<p class="MsoNormal">This change will allow <strong>http://website.com/folder/page.html</strong> to redirect to <strong>http://www.website.com/folder/page.html</strong> properly within IIS.</p>
<p class="MsoNormal">-Enjoy!</p>
<p class="MsoNormal">Check out this link if you need to <a href="http://www.seobook.com/archives/001714.shtml">setup 301 redirects</a> in PHP / Apache.</p>
<p class="MsoNormal">Check out this link if you need more <a href="http://www.mcanerin.com/EN/articles/301-redirect-IIS.asp">IIS 301</a> information.</p>
<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/programming/How_a_301_Redirect_in_IIS_Can_Break_Your_Website';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://seojeff.com/2008/06/25/how-a-301-redirect-in-iis-can-break-your-website/feed/</wfw:commentRss>
		<feedburner:origLink>http://seojeff.com/2008/06/25/how-a-301-redirect-in-iis-can-break-your-website/</feedburner:origLink></item>
		<item>
		<title>Use Google Analytics to Find Out Where Your Visitors Live &amp; Work</title>
		<link>http://feeds.feedburner.com/~r/seojeff/~3/317144005/</link>
		<comments>http://seojeff.com/2008/05/13/use-google-analytics-to-find-out-where-your-visitors-live-work/#comments</comments>
		<pubDate>Tue, 13 May 2008 22:58:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[analytics]]></category>

		<category><![CDATA[consulting]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[google analytics]]></category>

		<category><![CDATA[paid search]]></category>

		<category><![CDATA[reports]]></category>

		<category><![CDATA[sem]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://seojeff.com/?p=24</guid>
		<description><![CDATA[
As an SEM Developer I frequently meet with clients to discuss their monthly reports. I use Google Analytics for all of my clients and while GA&#8217;s reports are usually self-explanatory there are occasions where the results can be somewhat confusing. Today I met with a client who works for a company that sells luxury homes [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://seojeff.com/wp-content/uploads/2008/05/051308-2257-usegooglean1.jpg" alt="" /></p>
<p>As an <a href="http://jeffreyanichols.com" target="_blank">SEM Developer</a> I frequently meet with clients to discuss their monthly reports. I use <a href="http://www.google.com/analytics" target="_blank">Google Analytics</a> for all of my clients and while GA&#8217;s reports are usually self-explanatory there are occasions where the results can be somewhat confusing. Today I met with a client who works for a company that sells luxury homes ($1.5m+) in the Atlanta Georgia area. She was wondering why she was getting so many visits from Brooklyn, NY. I pulled up the report and give her an answer on the fly during the meeting. It turns out that AOL has a connectivity point in Brooklyn. This causes the reports to reflect a large number of visitors from Brooklyn but those visitors could be anywhere in the country. Brooklyn just happens to be where they&#8217;re connecting to the internet. Today I&#8217;ll show you how we figure out what cities are driving traffic and then how to find out more about why.</p>
<blockquote><p>
1. First, login to Google Analytics and click on View Reports for your web site</p>
<p>2. Click on the &#8216;Visitors&#8217; button on the left</p>
<p>3. Click on &#8216;May Overlay&#8217;</p>
<p>4. Click on the United States (or your country)</p>
<p>5. Below the map you&#8217;ll see a line that says &#8216;Detail Level:&#8217; next to that click &#8216;City&#8217;</p></blockquote>
<p>Now your map will look like the above image, below that you will see a list of the top 10 cities by traffic. Now, let&#8217;s assume there&#8217;s a city on the map that you&#8217;re getting traffic from and you want to know a little more about where it&#8217;s coming from.</p>
<blockquote><p>
1. Click the name of the city on the list</p>
<p>2. Below the chart you&#8217;ll see a line that says &#8216;Segment: None&#8217;</p>
<p>3. Click &#8216;None&#8217; and you&#8217;ll see an entire list of options – in this post we&#8217;re focusing on &#8216;Network Location&#8217;</p></blockquote>
<p>By clicking on Network Location you&#8217;ll see a list of ISPs and Businesses where visitors have connected through to your site. This is also a great way to see if employees of a certain company are visiting your site.</p>
<p>Enjoy!<div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/business_finance/Find_Out_Where_Your_Web_Site_Visitors_Live_Work';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://seojeff.com/2008/05/13/use-google-analytics-to-find-out-where-your-visitors-live-work/feed/</wfw:commentRss>
		<feedburner:origLink>http://seojeff.com/2008/05/13/use-google-analytics-to-find-out-where-your-visitors-live-work/</feedburner:origLink></item>
	</channel>
</rss>
