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

<channel>
	<title>Applied Analytics</title>
	<atom:link href="http://www.appliedanalytics.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appliedanalytics.org</link>
	<description>Web Analytics Tips for Bloggers and Small Businesses</description>
	<lastBuildDate>Thu, 28 Apr 2011 11:26:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Filtering Yourself Out of Google Analytics</title>
		<link>http://www.appliedanalytics.org/filtering-yourself-out-of-google-analytics/</link>
		<comments>http://www.appliedanalytics.org/filtering-yourself-out-of-google-analytics/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 11:26:38 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Google Analytics Tips]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[filtering yourself out google analytics]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=70</guid>
		<description><![CDATA[As you make changes and test different things on your site, you and the people you work with will inevitably wind up visiting your own site. A lot. And that means Google Analytics is count you along with the rest of your users. Not a big deal if you have thousands and thousands of visitors [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-158" title="standing out" src="http://www.appliedanalytics.org/wp-content/uploads/2011/04/standing-out.jpg" alt="" width="360" height="297" /></p>
<p>As you make changes and test different things on your site, you and the people you work with will inevitably wind up visiting your own site.</p>
<p>A lot.</p>
<p>And that means Google Analytics is count you along with the rest of your users. Not a big deal if you have thousands and thousands of visitors (though it&#8217;s still not ideal), but it sucks if you are just starting out.</p>
<p>Your browsing is going to skew the precious data that you want to use to make better decisions about your site. You want your data to be accurate.</p>
<p>The solution? <strong>You must filter yourself out of Google Analytics.</strong></p>
<p>There are two common ways to do it:</p>
<ul>
<li>By IP address</li>
<li>Via a cookie</li>
</ul>
<p>I&#8217;m going to focus on the one I think is most useful to all of you: <strong>the cookie method</strong>. Cookies are simply tiny files that are used to convey information to your web browser.</p>
<p>What I will walk you through in this post is how to set up a cookie that allows your website to identify you and not count you in the Google Analytics data.</p>
<h3>Step One: Setting the Cookie</h3>
<p>Here is what you need to do:</p>
<p><strong>Create a new page on your site</strong></p>
<p>This is pretty easy. Just go to an existing page, right click on it and hit &#8220;View Source.&#8221; Copy all this code and paste it into Notepad (or better yet, <a title="Notepad++" href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a>), then save this as a new HTML file. Done.</p>
<p><strong> </strong><strong>Make sure it has Google Analytics code on it just like all the other pages</strong></p>
<p>If you used the method I just described, the code should be on there, but make sure to double check. Oh and please use the new <a title="Asynchronous Code" href="http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html" target="_blank">asynchronous code</a>&#8230;otherwise this won&#8217;t work right.</p>
<p><strong>Add one line of code to it</strong></p>
<p>Look for these two lines of Google Analytics code on your page:</p>
<blockquote><p>_gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);<br />
_gaq.push(['_trackPageview']);</p></blockquote>
<p>Now just add this new line of code:</p>
<blockquote><p>_gaq.push(['_setVar','pickaname']);</p></blockquote>
<p>Where pickaname is something you pick. This is what it should look like after you&#8217;re done:</p>
<blockquote><p>_gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);<br />
_gaq.push(['_setVar','boomgoesthedynamite']);<br />
_gaq.push(['_trackPageview']);</p></blockquote>
<p><strong>Upload to your server</strong></p>
<p>Use whatever FTP client you want to push this new file onto your server.</p>
<p><strong> Visit the page</strong></p>
<p>If the file you saved in the first step was called &#8220;monkeytime.html&#8221; then you should go to yourdomain.com/monkeytime.html. You should see the page you created in step one.</p>
<p>Visiting the page will set the cookie on your computer—you should visit this page from any computer you want to block from the Analytics report.</p>
<p>If you want to double check that it worked, check your cookies in your browser and in your domain—you should see one called _utmv. Click on it and you should see the unique name you gave it (boomgoesthedynamite) in the information for that cookie.</p>
<h3>Step Two: Creating a Filter in Google Analytics</h3>
<p>Now that you&#8217;ve set the cookie, we have to tell Google Analytics to look for it and to throw out any visits from people with that cookie on their machines. Go to the Edit section of the profile you want to create a filter for:</p>
<p><img title="analytics edit button" src="http://www.appliedanalytics.org/wp-content/uploads/2011/04/analytics-edit-button.jpg" alt="analytics edit button" width="532" height="155" /></p>
<p>Then click on the Add Filter button:</p>
<p><img class="alignnone size-full wp-image-153" title="Add filter button" src="http://www.appliedanalytics.org/wp-content/uploads/2011/04/Add-filter-button.jpg" alt="" width="585" height="77" /></p>
<p>Enter the following information into the filter:</p>
<ul>
<li>Add new Filter for Profile</li>
<li>Give your filter a name (be descriptive!)</li>
<li>Filter Type: Exclude</li>
<li>Filter Field: User Defined</li>
<li>Filter Pattern: Enter the unique name you added to the code in Step One (boomgoesthedynamite)</li>
</ul>
<p><img class="alignnone size-full wp-image-156" title="analytics filter settings" src="http://www.appliedanalytics.org/wp-content/uploads/2011/04/analytics-filter-settings1.jpg" alt="" width="500" height="565" /></p>
<p>That&#8217;s it! Testing this is tricky, but if you can find a page on your site that gets zero traffic (like maybe the cookie page you just created&#8230;) and visit it repeatedly, you should be able to figure out if you&#8217;re being counted or not.</p>
<p>If you&#8217;ll be blocking a lot of people (co-workers, etc.) using this method, make sure you tell Analytics to not count that cookie page either. It&#8217;s not a big deal and it shouldn&#8217;t impact your reports <em>that</em> much, but if you want to be precise you should go ahead and block it with a filter that looks like this:</p>
<p><img class="alignnone size-full wp-image-157" title="filtercookiepage" src="http://www.appliedanalytics.org/wp-content/uploads/2011/04/filtercookiepage.jpg" alt="" width="503" height="546" /></p>
<p><em>Image by <a href="http://www.flickr.com/photos/ravescuritiba/761909546/sizes/m/in/photostream/" target="_blank">Gabe Photos</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/filtering-yourself-out-of-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should You Offer a Mobile Version of Your Site?</title>
		<link>http://www.appliedanalytics.org/should-you-offer-a-mobile-version-of-your-site/</link>
		<comments>http://www.appliedanalytics.org/should-you-offer-a-mobile-version-of-your-site/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 11:43:19 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[wptouch]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=142</guid>
		<description><![CDATA[Before smartphones came along, mobile websites were all the rage: they allowed users to access sites on a mobile device in a quicker, more efficient manner. The font and the layout were all designed to fit onto a small screen. The page loaded quickly because there wasn&#8217;t all the extra stuff you get on a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-147" title="nexusoneangle" src="http://www.appliedanalytics.org/wp-content/uploads/2011/03/nexusoneangle.jpg" alt="Mobile Sites: Yea or Nay?" width="500" height="333" /></p>
<p>Before smartphones came along, mobile websites were all the rage: they allowed users to access sites on a mobile device in a quicker, more efficient manner. The font and the layout were all designed to fit onto a small screen. The page loaded quickly because there wasn&#8217;t all the extra stuff you get on a regular site.</p>
<p>Now that&#8217;s all changed because smartphones are essentially computers you carry around in your pocket.</p>
<p><strong>But there is still a case to be made for having a mobile site.</strong></p>
<p>Deadspin has one, the NYTimes has one, and even <a href="http://www.thewriterscoin.com" target="_blank">The Writer&#8217;s Coin</a> (ahem!) has one.</p>
<p>The idea is to serve up your content in the most convenient way possible, depending on how users are trying to access your site.</p>
<h3>Do You Really Need a Mobile Site?</h3>
<p>I say yes: pretty soon everyone will have phones that are just as powerful as their home computers, so the easier you make it for them to access your site, the better.</p>
<p>But if you need proof, go to your analytics report. How many iPhone/Android users are coming to the site?</p>
<p><a href="http://www.appliedanalytics.org/wp-content/uploads/2011/03/mobile-site-traffic.jpg"><img class="alignnone size-full wp-image-144" title="mobile site traffic" src="http://www.appliedanalytics.org/wp-content/uploads/2011/03/mobile-site-traffic.jpg" alt="Analytics Report for Mobile" width="544" height="469" /><br />
</a><em>You can get to this report from the Visitors-&gt;Mobile-&gt;Mobile Devices menu.</em></p>
<p>What we&#8217;re looking at here is (over the past 30 days):</p>
<ul>
<li>How many overall visits come from mobile devices?</li>
<li>What percent of overall traffic comes from mobile devices? In this case, it&#8217;s 2.25%</li>
<li>Which devices are accessing the site?</li>
</ul>
<p>This is a great example because 2.25% isn&#8217;t a lot, but it&#8217;s not insignificant. What we&#8217;re trying to figure out is if it&#8217;s worth the effort to build a mobile site for the amount of users you&#8217;re getting that are on these devices.</p>
<p>Even more interesting: trend this out over a longer period of time. What&#8217;s the trend? In my case, mobile traffic is going up&#8230;way up:</p>
<p><img class="alignnone size-large wp-image-145" title="mobile site two" src="http://www.appliedanalytics.org/wp-content/uploads/2011/03/mobile-site-two-1024x189.jpg" alt="" width="614" height="113" /></p>
<p>And even though the iPad is leading the way (which is interesting and worth digging into separately, demgraphic-wise), I still wanted a dedicated mobile site.</p>
<h3>What Did I Do?</h3>
<p>I&#8217;m a one-man operation so I needed an easy solution I could implement myself. That was cheap (free). So I looked around on other sites and the WordPress plugin I kept seeing was <a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPTouch</a>. It&#8217;s great, gives you tons of options, and doesn&#8217;t get in the way of what users are after: your content.</p>
<p>Here&#8217;s what The Writer&#8217;s Coin looks like on a mobile device:</p>
<p><img class="alignnone size-full wp-image-146" title="wptouch the writerscoin" src="http://www.appliedanalytics.org/wp-content/uploads/2011/03/wptouch-the-writerscoin.jpg" alt="TWC Mobile" width="277" height="420" /></p>
<p>It literally took me about 20 minutes to get this going with all the options I wanted/needed. So if you&#8217;re on WordPress and your analytics report tells you your mobile traffic is increasing, I see no reason not to go ahead and give the people what they want.</p>
<p><strong>Don&#8217;t forget to add your Google Analytics tracking code to the Settings area of WPTouch! </strong>Otherwise you&#8217;ll lose tracking on all those pages and it&#8217;ll look like your traffic is actually going down.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/johanl/4368595436/sizes/m/in/photostream/" target="_blank">Johan Larsson</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/should-you-offer-a-mobile-version-of-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Thing&#8217;s First: The Importance of SEO</title>
		<link>http://www.appliedanalytics.org/first-things-first-the-importance-of-seo/</link>
		<comments>http://www.appliedanalytics.org/first-things-first-the-importance-of-seo/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 12:27:14 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=137</guid>
		<description><![CDATA[I have a confession to make: learning about analytics isn&#8217;t very exciting. There are some very cool things you can do once you know the basics and can dig around an Analytics report—but for the most part I&#8217;m guess most people react to analytics with a dismissive &#8220;eh.&#8221; Which is fine—I understand. It&#8217;s one of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-139" title="SEO graphic" src="http://www.appliedanalytics.org/wp-content/uploads/2010/12/SEO-graphic.jpg" alt="SEO graphic" width="500" height="174" /></p>
<p>I have a confession to make: <strong>learning about analytics isn&#8217;t very exciting. </strong>There are some very cool things you can do once you know the basics and can dig around an Analytics report—but for the most part I&#8217;m guess most people react to analytics with a dismissive &#8220;eh.&#8221;</p>
<p>Which is fine—I understand. It&#8217;s one of those things that&#8217;s hard to get excited about until you see for yourself the kind of cool data you can get from it.</p>
<p><strong>SEO, on the other hand, is something everyone gets excited about.</strong> After all, SEO means more traffic and that&#8217;s always exciting.</p>
<p>I&#8217;ve neglected to cover the basics of optimizing a website, and it all starts with SEO. So I&#8217;m going to do a better job of covering SEO-related topics because you can&#8217;t really get a lot of value out of analytics reports if you only have 5 or 10 people visiting your site.</p>
<blockquote><p><em>First you get the traffic.</em></p>
<p><em>Then you get the analytics.</em></p>
<p><em>Then you get the power.</em></p></blockquote>
<p>Or something like that.</p>
<p>So get ready to see some basic SEO posts here at Applied Analytics so you can start driving some organic traffic (a term that I&#8217;ll talk more about) to your site(s). Once we start a flow of traffic coming to your site we can begin to apply the magic of analytics and learn some cool stuff about the people that are showing up.</p>
<p>You can also get started by checking out the links on the sidebar: <a href="http://scribeseo.com/wp-content/uploads/2010/05/How-to-Create-Compelling-Content.pdf" target="_blank">Copyblogger&#8217;s SEO Guide</a> and the <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">Google Analytics SEO Handbook</a>.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/smemon/4362886799/sizes/m/in/photostream/" target="_blank">smemon87</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/first-things-first-the-importance-of-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Happened? Explaining Traffic Spikes with Google Analytics</title>
		<link>http://www.appliedanalytics.org/what-happened-explaining-traffic-spikes-with-google-analytics/</link>
		<comments>http://www.appliedanalytics.org/what-happened-explaining-traffic-spikes-with-google-analytics/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 12:48:12 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Google Analytics Tips]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[what happened]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=128</guid>
		<description><![CDATA[People are naturally curious. And when you&#8217;re running your own site, you become even more so. Is this working? Do people like this button? Would they like it better if it was a different color? Questions are around every corner and rarely do we find any answers. Which is frustrating since there are no easy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-129" title="question mark man" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/question-mark-man-225x300.jpg" alt="question mark man" width="225" height="300" /></p>
<p>People are naturally curious. And when you&#8217;re running your own site, you become even more so. Is this working? Do people like this button? Would they like it better if it was a different color?</p>
<p>Questions are around every corner and rarely do we find any answers. Which is frustrating since <a href="http://www.appliedanalytics.org/there-are-no-easy-questions/">there are no easy questions</a>.</p>
<p>When you&#8217;re looking at traffic data in Google Analytics, you&#8217;ll find yourself asking the same question over and over again: <strong>why did that happen?</strong></p>
<p>Whether it&#8217;s a traffic spike or the bounce rate suddenly shooting up, you&#8217;ll see something in a chart and get that curious urge to know why.</p>
<p><img class="size-full wp-image-130 alignleft" title="annotations" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations.jpg" alt="annotations in google analytics" width="292" height="230" /></p>
<p>Thanks to analytics (and the information on this site&#8230;I hope), you can find good answers to all your questions about traffic spikes and changes in patterns. <strong>The data is all there—you just have to know how to get to it and how to interpret it.</strong></p>
<p>That&#8217;s the whole point of this site—to help you learn how to use all the tools that in Google Analytics to do some detective work and figure these things out.</p>
<p>But once you do figure it out, why not leave yourself a note so you can always see it in the future?</p>
<h2>Annotations</h2>
<p>Google Analytics allows you to add a small annotation to your charts so you can easily add the &#8220;why&#8221; so you (and anyone else with access to your account) can see what caused it.</p>
<p>Let&#8217;s say the source of the spike in your chart was caused by David Hasselhoff re tweeting you and exposing all his followers to your site. Great news! You can create an annotation to commemorate this blessed event!</p>
<p>Here&#8217;s how:</p>
<p><img class="alignnone size-full wp-image-132" title="annotations1" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations1.jpg" alt="Click down arrow" width="191" height="184" /></p>
<p>1. Click on the down arrow below a chart.</p>
<p><img class="alignnone size-full wp-image-133" title="annotations3" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations3.jpg" alt="Create new annotation" width="200" height="186" /></p>
<p>2. A small window should expand. Click on the Create new annotation.</p>
<p><a href="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations4.jpg"><img class="alignnone size-full wp-image-134" title="annotations4" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations4.jpg" alt="Enter annotation" width="557" height="195" /></a></p>
<p>3. Enter the date and any text you want that&#8217;ll remind you of what happened on that day.</p>
<p><img title="annotations5" src="http://www.appliedanalytics.org/wp-content/uploads/2010/11/annotations5.jpg" alt="Final look" width="293" height="277" /></p>
<p>4. And now you&#8217;re done! The next time you&#8217;re looking at that date in your Analytics, you&#8217;ll see a small bubble that indicates an annotation. You can check it out by clicking on the down arrow in step 1.</p>
<p><em>Image by </em><em><a href="http://www.flickr.com/photos/marcobellucci/3534516458/" target="_blank">Marco Bellucci</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/what-happened-explaining-traffic-spikes-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Kind of People are Coming to my Site?</title>
		<link>http://www.appliedanalytics.org/what-kind-of-people-are-coming-to-my-site/</link>
		<comments>http://www.appliedanalytics.org/what-kind-of-people-are-coming-to-my-site/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 11:46:06 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[For Beginners]]></category>
		<category><![CDATA[direct]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[referral]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=123</guid>
		<description><![CDATA[When you own a website that you put a lot of work into, you&#8217;re probably curious about who is visiting it. You&#8217;d like to know what their favorite colors are, how much money they make, and how much of it they&#8217;re willing to hand over to you. I can&#8217;t really help you there, and neither [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-125" title="people crowd" src="http://www.appliedanalytics.org/wp-content/uploads/2010/10/people-crowd-300x199.jpg" alt="people crowd" width="300" height="199" /></p>
<p>When you own a website that you put a lot of work into, you&#8217;re probably curious about who is visiting it. You&#8217;d like to know what their favorite colors are, how much money they make, and how much of it they&#8217;re willing to hand over to you.</p>
<p>I can&#8217;t really help you there, and neither can Google Analytics.</p>
<p>But Google Analytics does do a good job of grouping people into neat groups, and that can tell you quite a bit about who they are and what they&#8217;re looking for and how you can target them.</p>
<p>They are:</p>
<ol>
<li><strong>Referral Traffic:</strong> This is probably where you’ll start getting the first visitors to your site. Referral traffic occurs when one website links to your site and someone clicks on that link. Think of referral traffic as an endorsement—being as we are in an election year. When one candidate (who has a lot of supporters) goes up on the lectern and decides to endorse another, lesser-known candidate that is up for election, the goal is to get some of those followers to vote for this new guy.<br />
Same thing with your site: when another site links to you they’re basically saying to their readers “I support this candidate.” Which is great because when you’re starting out nobody knows you and getting endorsements from sites with traffic is a great way of getting people to your own site.</li>
<li><strong>Search Traffic:</strong> You’ve probably heard a lot about this one. I’m sure you’ve heard words like SEO, Google, and PageRank. Let’s not worry about all of that just yet. All you need to know now is that this type of traffic got to your site by searching for something in a search engine and your site came up somewhere in the results. The user felt it was relevant enough and they went ahead and clicked on it. The best part bout this traffic is that it’s free and requires very little continuous work on your part. If you’re a photographer in New York that takes pictures of infants and you specialize in black and white portraits, ideally you’re showing up when someone searches for “black and white kids portrait nyc.” There are tons of things you can do to help with how high up you rank on a search, but that’s for a later post. If you want to read more on SEO, you can check out the guides on the right or you can read the post on <a href="http://www.appliedanalytics.org/a-word-on-seo-on-page-vs-off-page/">Off Page SEO</a>, which incidentally has a lot to do with referral traffic.</li>
<li><strong>Direct Traffic:</strong> This is traffic that comes straight to your site. Someone either typed in your URL into their address bar or they clicked on a bookmark to get to your site. Either way, this tells us a few things about this kind of visitor: a) they already know about your site and b) they went straight to it without any help from a search engine or endorsement from another site. This won’t be very high at first (as long as you’ve blocked yourself from your Analytics!) because nobody knows about you or your site. And if your site’s URL is something wacky like <a href="http://www.plsecomeandvisitpleeeaaaase.com/">www.plsecomeandvisitpleeeaaaase.com</a> then good luck getting any traffic at all, especially of the direct variety.</li>
<li><strong>Other:</strong> Ah, the catch-all, ambiguous bucket known as “other.” What’s included here? Everything else, obviously, but to be a little more specific let’s mention e-mail. You may not have an email list or send any email to people, but you may eventually, and this is where it would show up. Also, if you’ve placed your URL in the signature of your email client and you send a lot of email, you might see a trickle come in through here. Whenever someone clicks on a link to your site from their Yahoo, G-Mail, Outlook, etc., then this is where the traffic will be logged.</li>
</ol>
<p>The reason I ordered these sections as I did was because that’s pretty much how you should expect to see the traffic come in when you first start out. Hopefully you’re out there networking with other sites or people who have sites that are relevant to yours and they like your site enough to endorse you.</p>
<p>And if you have friends with totally unrelated websites, feel free to go ahead and ask them to mention your site, along with the ever-important link. The traffic isn’t as important (especially since it won’t be relevant to all those visitors), but the link is. We’ll cover this later, but links are the currency of the web, and the more you have, the better your site will be viewed by search engines like Google.</p>
<p>After all, the more quality endorsements a candidate has, the better his/her odds are of winning an election.</p>
<p>On a future post we’ll look at how to go beyond counting how many people from each group you’re getting and starting digging into some of the deeper stuff like whether or not the traffic is relevant to your site. The last thing you want to do is drive a ton of pottery fanatics to your photography site…unless you can create a cool angle that makes it relevant to them.</p>
<p><em>How to Take Awesome Pottery Pictures?</em></p>
<p>Anything’s possible.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/guiguibu91/2889883615/" target="_blank">TheBigTouffe</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/what-kind-of-people-are-coming-to-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Many People are Coming to My Site?</title>
		<link>http://www.appliedanalytics.org/how-many-people-are-coming-to-my-site/</link>
		<comments>http://www.appliedanalytics.org/how-many-people-are-coming-to-my-site/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 11:34:32 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[For Beginners]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=121</guid>
		<description><![CDATA[Wouldn’t it be great if you could see how many people visit your site every day? All those tweaks and changes you’re making day after day: does anyone care? Is it working? Well there is a way to find out, and it won’t cost you a thing. It’s called Google Analytics and it’s the most [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-122 alignleft" title="Question Mark" src="http://www.appliedanalytics.org/wp-content/uploads/2010/10/question-mark-225x300.jpg" alt="Question" width="225" height="300" /></p>
<p>Wouldn’t it be great if you could see how many people visit your site every day? All those tweaks and changes you’re making day after day: does anyone care? Is it working?</p>
<p>Well there is a way to find out, and it won’t cost you a thing.</p>
<p><strong>It’s called <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> and it’s the most popular web-analytics tool out there</strong>. It’s powerful, it’s easy to install, and it’s free. It’s so great that a lot of companies use it as their web-analytics tool, and they rely on the traffic information it gives them to make crucial decisions involving millions of dollars.</p>
<p>And all you need to do to get it set up is install a teeny bit of harmless code on each page of your site—it&#8217;s very easy.</p>
<p>So I&#8217;m sure it&#8217;ll be good enough for you and your website.</p>
<p>Install it on your site and the next day you’ll be able to track a whole bunch of cool stuff. Things like:</p>
<ul>
<li>Number of people are coming to your site</li>
<li>The most popular pages</li>
<li>How long they are hanging out for</li>
<li>Where they are coming from</li>
<li>What they are searching for on the web that takes them to your site</li>
</ul>
<p><strong>The amount of stuff GA tells you about your site is pretty amazing, especially since it’s free.</strong></p>
<p>If you aren’t tech savvy and don’t want to worry about code and where to put it, don’t worry about it, just email your “tech guy” or whoever it is that’s running your site and tell them you want to get it up and running. They should know what to do.</p>
<p>All you need to do is visit <a href="http://knol.google.com/k/how-to-install-google-analytics-in-5-minutes-or-less" target="_blank">Google Analytics</a> and create a Google Account. From there you&#8217;ll answer a few questions and eventually Google will give you a tiny bit of code that is customized for your site. Send that to your Tech person and tell him you need this code &#8220;on every single page just before the &lt;/head&gt; tag.&#8221; He should know what to do.</p>
<p>The next day you’ll have access to GA anywhere you have Internet access. The first time you log in, you’re going to pull a Neo and go “Whoa!”</p>
<p><strong>Trust me, when you see everything that’s in there, you’re going to feel overwhelmed. </strong>It’s like popping the hood of your car and being asked to point out the differential flange.</p>
<p><strong>Worry not: that’s what this site is for.</strong> It’s aimed at people who don’t know anything about GA and want to make their sites better by generating more qualified traffic (more on that later) and being more efficient.</p>
<p>Google Analytics can be very overwhelming for the beginner, so make sure to bookmark Applied Analytics. I will walk you through everything you need to know. And if you’ve already installed it and have specific questions, feel free to <a href="mailto:carlos@appliedanalytics.org">send them along</a>.</p>
<p><em>Image by </em><a href="http://www.flickr.com/photos/29890539@N07/" target="_blank"><em>SMJJP</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/how-many-people-are-coming-to-my-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data Funnels are Your Friend</title>
		<link>http://www.appliedanalytics.org/data-funnels-are-your-friend/</link>
		<comments>http://www.appliedanalytics.org/data-funnels-are-your-friend/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 11:51:36 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[General Analytics]]></category>
		<category><![CDATA[data funnels]]></category>
		<category><![CDATA[goals]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=115</guid>
		<description><![CDATA[A data funnel is like a treasure map of your website. In order for users to accomplish the goals you&#8217;ve set out for them, they need to follow a trail of web pages before they eventually reach that goal. If your goal is to sign people up for an email, they&#8217;ll need to visit a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-116" title="treasure map" src="http://www.appliedanalytics.org/wp-content/uploads/2010/08/treasure-map.jpg" alt="treasure map" width="500" height="333" /></p>
<p><strong>A data funnel is like a treasure map of your website. </strong>In order for users to accomplish the goals you&#8217;ve set out for them, they need to follow a trail of web pages before they eventually reach that goal.</p>
<p>If your goal is to sign people up for an email, they&#8217;ll need to visit a page with a button that takes them to a sign up page (dotted line), then the sign up page (dotted line), and then a thank you page (big, red X) that verifies that they&#8217;ve signed up.</p>
<p>I briefly touched on data funnels last week when I talked about <a href="http://www.appliedanalytics.org/the-importance-of-setting-goals/">the importance of goals</a>. Funnels and goals go hand in hand because a goal means you want your users you wind up doing something specific on the site or winding up somewhere.</p>
<p>So think of funnels as a map of where your users are in the process of getting to that elusive goal. For those users that don&#8217;t make it to the X on the map, a funnel can show you where they are getting stuck and if enough people are getting stuck that you should do something about it.</p>
<p>Here is what a typical funnel looks like:</p>
<p><a href="http://www.appliedanalytics.org/wp-content/uploads/2010/08/analytics-funnel.gif"><img class="alignnone size-medium wp-image-117" title="analytics-funnel" src="http://www.appliedanalytics.org/wp-content/uploads/2010/08/analytics-funnel-300x211.gif" alt="Analytics Funnel" width="300" height="211" /></a></p>
<p>In it, you can see that 853 users hit the home page, 126 reached the RegisterLogin page, and 21 made it to the Account Success page. That means 21 of your 853 users managed to follow your map and reach the goal. That&#8217;s a 2% conversion rate and depending on what exactly your goal is, is not too bad.</p>
<p>What the funnel lets you do is attack each step in the process individually. Let&#8217;s say you change your homepage around and add blinking lights and flashing arrows that point to the sign-up box.</p>
<p>In theory, more people should notice your sign-up box now. But instead of just checking how many people have created an account and seeing if that number has gone up, you can check the funnel conversion for that first step to see if it&#8217;s made it better or worse.</p>
<p><strong>Funnels give you a more nuanced look at how each part of your site is performing</strong>. Instead of just having one big gauge telling you how the overall site is doing, funnels give you a more detailed look at the different parts of the site.</p>
<p>Once you&#8217;ve nailed down where there are problems and opportunities for improvement, then you can tackle them exactly where users are having the toughest time and make adjustments.</p>
<p><em>Image by </em><a href="http://www.flickr.com/photos/cameronparkins/208183738/" target="_blank"><em>cameronparkins</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/data-funnels-are-your-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Setting Goals</title>
		<link>http://www.appliedanalytics.org/the-importance-of-setting-goals/</link>
		<comments>http://www.appliedanalytics.org/the-importance-of-setting-goals/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 11:43:16 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[General Analytics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[setting up goals]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=111</guid>
		<description><![CDATA[Most people that don&#8217;t put too much thought into their websites do the following: they log into Google Analytics (GA), check and see how traffic was yesterday, maybe click into the Traffic Sources section to see if there is any pattern there to explain the drop or rise in traffic, and then go back to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-112" title="soccer goal" src="http://www.appliedanalytics.org/wp-content/uploads/2010/07/soccer-goal.jpg" alt="Picture of the goal" width="400" height="267" /></p>
<p>Most people that don&#8217;t put too much thought into their websites do the following: they log into Google Analytics (GA), check and see how traffic was yesterday, maybe click into the Traffic Sources section to see if there is any pattern there to explain the drop or rise in traffic, and then go back to doing their thing. Selling widgets, blogging about cats—whatever.</p>
<p>But if you don&#8217;t have a defined goal for your business, then you&#8217;re not only missing out on one of the coolest parts of GA, you&#8217;re also selling your site/business short. So ask yourself the questions: <strong>what&#8217;s the goal of me site? What am I trying to accomplish?</strong></p>
<p>Everything on the page (and everything you do) should be geared towards that one goal. Whether it&#8217;s selling more widgets, increasing pageviews, making more money, etc. This will also help you make tough decisions about your business by simply asking yourself &#8220;which makes the most sense to continue to achieve our goal?&#8221; You&#8217;ll know which decision to make if you let your goal be your guide.</p>
<p><strong>But you <em>have</em> to have a goal.</strong></p>
<p>And once you do, you can have GA track it for you by <a href="http://analytics.blogspot.com/2009/05/how-to-setup-goals-in-google-analytics.html" target="_blank">setting up goals</a>. What you&#8217;ll be able to see once you&#8217;re all set up is the conversion rate for your users, which you can break down into any of the slices of traffic you want (users from Finland that use Chrome, for example) and see which users convert best. It&#8217;s the kind of insight that causes &#8220;aha&#8221; moments and can improve conversion across the board.</p>
<p>Not only that, you can see conversion funnels too, which are a nice graphic depiction of where in the process of achieving the goal they drop off. If you notice most users dropping off at the sign-up page, then you know there&#8217;s something you can fix there.</p>
<p><img class="alignnone size-full wp-image-113" title="google analytics conversion funnel" src="http://www.appliedanalytics.org/wp-content/uploads/2010/07/google-analytics-conversion-funnel.jpg" alt="google analytics conversion funnel" width="250" height="400" /></p>
<p><strong>If you&#8217;re a blogger, the goal-setting can be a little tricky.</strong> What is your goal? It could be to have users join a mailing list, read one specific post, or something as simple as subscribing to your RSS feed. If you&#8217;re a blogger and you can&#8217;t figure out a goal for your site, use RSS subscriptions. It encompasses a lot of things: are you writing interesting content that people like and keeps them coming back for more? Are you networking and getting the word out there so that more people come to your site? Are you selling yourself enough?</p>
<p>Tracking RSS subscribers via Feedburner is great, it gives you a nice, overall count and a trend of how you&#8217;re doing over time. But placing it as a goal in GA means you&#8217;ll be able to find out a lot more about your users. If users from <a href="http://sidehustleblogging.com/using-google-analytics-to-target-guest-posts/" target="_blank">a guest post at Sidehustleblogging</a> sign up at a much higher rate than users from any other site, maybe you should figure out what it was about that guest post or what it is about Sidehustleblogging and their readers that &#8220;clicked&#8221; so well.</p>
<p><strong>Then you try to replicate it. </strong></p>
<p>That&#8217;s what analytics is all about: noticing patterns and repeating them to achieve your goals. Just make sure you have a goal to begin with, or else none of this will matter.</p>
<p><em>Image by </em><a href="http://www.flickr.com/photos/d-32/3892349705/" target="_blank"><em>D-32</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/the-importance-of-setting-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Analytics can Save You Money</title>
		<link>http://www.appliedanalytics.org/how-analytics-can-save-you-money/</link>
		<comments>http://www.appliedanalytics.org/how-analytics-can-save-you-money/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 12:14:19 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[General Analytics]]></category>
		<category><![CDATA[analytics tracking code]]></category>
		<category><![CDATA[saving money]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=108</guid>
		<description><![CDATA[The Google Blog has a great guest post up today from Tom Critchlow of Distilled titled Using The Wrong Tracking Code Can Cost You $500k a Year. In it, Tom goes over a very simple error that can cause a huge drop in conversion for a very specific slice of users—those using Internet Explorer 8. [...]]]></description>
			<content:encoded><![CDATA[<p>The Google Blog has a great guest post up today from Tom Critchlow of <a href="http://www.distilled.co.uk/" target="_blank">Distilled</a> titled <a href="http://analytics.blogspot.com/2010/07/using-wrong-tracking-code-can-cost-you.html" target="_blank">Using The Wrong Tracking Code Can Cost You $500k a Year</a>. In it, Tom goes over a very simple error that can cause a huge drop in conversion for a very specific slice of users—those using Internet Explorer 8.</p>
<p>It seems like such a non-issue until you see how the conversion rate for those users sucks compared to everyone else. And all because of a simple little thing like not using Google&#8217;s latest code.</p>
<p>I think a lot about how this stuff (analytics and numbers) can help people and small businesses with their sites, and this post is a great example of something that&#8217;s small, easy to fix, and has a huge impact on the bottom line.</p>
<p>Analytics can do a lot of stuff to make you smarter about who you target, how to target them more efficiently, and how to expand your reach on the web as quickly as possible. But when it comes down to it, <strong>what we all want to do is make more money and spend less time doing it</strong>.</p>
<p>Nice work Tom—well done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/how-analytics-can-save-you-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Word on SEO: On Page vs. Off Page</title>
		<link>http://www.appliedanalytics.org/a-word-on-seo-on-page-vs-off-page/</link>
		<comments>http://www.appliedanalytics.org/a-word-on-seo-on-page-vs-off-page/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 12:17:59 +0000</pubDate>
		<dc:creator>Carlos</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[getting more traffic]]></category>
		<category><![CDATA[off page]]></category>
		<category><![CDATA[on page]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.appliedanalytics.org/?p=103</guid>
		<description><![CDATA[Anyone with a website needs to know what SEO is and how it works. That&#8217;s why I have a section called SEO Resources on the right sidebar. If you don&#8217;t know anything about SEO, I suggest you take a look at those links and also this fantastic intro to SEO from Corbet Barr over at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-107" title="old map" src="http://www.appliedanalytics.org/wp-content/uploads/2010/06/old-map.jpg" alt="old map" width="400" height="274" /></p>
<p>Anyone with a website needs to know what SEO is and how it works. That&#8217;s why I have a section called SEO Resources on the right sidebar. If you don&#8217;t know anything about SEO, I suggest you take a look at those links and also this fantastic <a href="http://thinktraffic.net/simple-seo-strategy" target="_blank">intro to SEO</a> from Corbet Barr over at <a href="http://thinktraffic.net/" target="_blank">ThinkTraffic</a>—he does an awesome job of breaking it down to the basics.</p>
<p>There are basically two parts to SEO, and that&#8217;s what I want to focus on here today: on page vs. off page.</p>
<h3>On Page SEO</h3>
<p><strong>On page SEO occurs when you change things on your site so that search engines (Google, for the most part) can find you.</strong> You may have heard terms like title tags, clean URLs, meta information, and H1 tags—these are all part of on page SEO. The goal is to make your website findable by the search engines by translating your content into a language the search bots can understand and &#8220;crawl.&#8221;</p>
<p>On page SEO is like being added to the map—people will be able to find you now. This stuff if fairly easy to put into place and anyone can do it in a few hours, depending on how large the site is and how much content there is.</p>
<h3>Off Page SEO</h3>
<p><strong>Off page SEO is all about the links pointing to your site.</strong> It&#8217;s called off page because you can&#8217;t control it as directly as you can the on page stuff. It&#8217;s one thing to make all your URLs descriptive, but it&#8217;s something totally different to get links. <strong>You have to work for them.</strong></p>
<p><strong>If on page SEO is like being added to the map, off page SEO is like having a huge star next to your city on that map. </strong>Something that says &#8220;this place is important and worth visiting.&#8221; When you see it on the map, it makes you think, &#8220;this looks like a place I need to check out.&#8221;</p>
<p>When search engines pull the content they can &#8220;see&#8221; (thanks to all the on page stuff you&#8217;ve done), they then rank it in order of importance. So if you search for &#8220;Apple,&#8221; the bots will check to see which sites have more links pointing at them and the quality of those links. That&#8217;s why if you search for Apple you won&#8217;t see anything about the fruit on the first page, it&#8217;s all about Apple the company. And Apple.com is at the very top—all because of the big-time sites that link to it (and because that&#8217;s what Google assumes you&#8217;re looking for).</p>
<p>As for the quality of the links, that&#8217;s a Google algorithm we don&#8217;t know the secret to, but we can see <a href="http://www.google.com/corporate/tech.html" target="_blank">a site&#8217;s pagerank</a> to see how highly Google thinks of a site. This number (from 1–10) essentially &#8220;grades&#8221; each site/page on the Internet according to how high it would rank in a search.</p>
<h3>Why Everyone Focuses on On Page SEO</h3>
<p><strong>On page SEO is much easier to do than off page, and that&#8217;s why most people like to spend so much time on it. </strong>Webmasters, like most of us, like to focus on the things they can control. SEO is no different because it&#8217;s like math: you make the changes, follow the rules, and boom—you can tell everyone your site is &#8220;SEO ready.&#8221; Done. Sure, you&#8217;re on the map now, but it doesn&#8217;t mean anyone is going to come to your site.</p>
<p>Take the keyword &#8220;gadget news.&#8221; There are over 47 million sites that show up on that search—who is going to show up on that first page (which is the holy grail, by they way—the higher up you are the more traffic you&#8217;ll get)? Check it out:<br />
<a href="http://www.appliedanalytics.org/wp-content/uploads/2010/06/gadget-news-search.jpg"><img src="http://www.appliedanalytics.org/wp-content/uploads/2010/06/gadget-news-search.jpg" alt="gadget news search results" width="350" height="187" /></a></p>
<p>Why is Gizmodo at the top? Why are CNET and Engadget next in line? <strong>Because they have kickass sites that people love. </strong>People love them so much that they will link to them all the time whenever they find a story/review they want to share with someone else.</p>
<p><em>These links are the currency of the web</em> and are a crucial part to what SEO is all about.</p>
<h3>Which is More Important?</h3>
<p>On page SEO is easy. Off page SEO is hard. That should probably answer the question. The problem is that people prefer to sit around and talk about on page SEO because off page is so much harder—you&#8217;re trying to accomplish two very hard things:</p>
<ol>
<li>Create quality content/products people love</li>
<li>People have to show their love by linking to you</li>
</ol>
<p><strong>This stuff will drive management crazy because they can&#8217;t just throw money/time/resources at the problem to solve it.</strong> It&#8217;s not one of those problems that can be solved that way. Sure, you can buy links on sites that point back to you, but that doesn&#8217;t really scale. Instead, you have to create something so cool and so successful that people with quality sites (high pagerank) link to you.</p>
<h3>An Example</h3>
<p>Take the writing I do on <a href="http://www.thewriterscoin.com" target="_blank">The Writer&#8217;s Coin</a> as an example: I once wrote a <a href="http://www.getrichslowly.org/blog/2010/02/23/what-marriage-has-taught-me-about-money/" target="_blank">guest post on GetRichSlowly</a> (pagerank 5 to my site&#8217;s 4) that included a link back to my site. That told Google that a higher quality site (their 5) was &#8220;endorsing&#8221; this other site (my 4)—essentially bringing up my 4 a little bit closer to a 5. With enough of these links, I can get my site up into a pagerank of 5, which in theory means more traffic.</p>
<p>I could write 1,000 guest posts for sites with a pagerank of 7 or 8 and that would do it, but that&#8217;s very hard to do and would take me years. It&#8217;s much easier to install <a href="http://urbangiraffe.com/plugins/headspace2/" target="_blank">Headspace</a> on my, say &#8220;OK, I&#8217;m SEO ready,&#8221; and forget about the whole thing.</p>
<p>And as tells Marcus Aurelius tells Maximus in <em>Gladiator</em>: <em>&#8220;That is why it must be you.&#8221;</em></p>
<p><strong>Off page SEO is far more important than on page SEO and everyone with a website should be focusing a large part of their time on it. </strong></p>
<ul>
<li>It will serve a dual function of networking and getting the word out into the world</li>
<li>It&#8217;ll teach you the importance of social media</li>
<li>You <em>will </em>get more traffic</li>
<li>You are more likely to stay focused on your users/customers instead of the title tags on your site</li>
</ul>
<p>Let&#8217;s not forget that Google is all about finding the &#8220;best&#8221; result for a user making a search—that&#8217;s all they care about. So while you&#8217;re catering to Google, you&#8217;ll also be catering to the best interests of people searching the web, and that&#8217;s a good thing.</p>
<p><em>Image by </em><em><a href="http://www.flickr.com/photos/normanbleventhalmapcenter/2709981627/in/photostream/" target="_blank">Map Center at the BPL</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedanalytics.org/a-word-on-seo-on-page-vs-off-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

