<?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>Atlanta Analytics &#187; Web Analytics and Search Engines</title>
	<atom:link href="http://www.atlantaanalytics.com/category/web-analytics-and-search-engines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atlantaanalytics.com</link>
	<description>geekiness for businesspeople.</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:27:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How Does Google Analytics handle 301 and 302 Redirects?</title>
		<link>http://www.atlantaanalytics.com/practicing-web-analytics/how-does-google-analytics-handle-301-and-302-redirects/</link>
		<comments>http://www.atlantaanalytics.com/practicing-web-analytics/how-does-google-analytics-handle-301-and-302-redirects/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:24:25 +0000</pubDate>
		<dc:creator>evanlapointe</dc:creator>
				<category><![CDATA[Practicing Web Analytics]]></category>
		<category><![CDATA[Web Analytics and Search Engines]]></category>
		<category><![CDATA[Web Analytics Tools]]></category>

		<guid isPermaLink="false">http://www.atlantaanalytics.com/?p=302</guid>
		<description><![CDATA[I&#8217;ve seen this question a zillion times, so please link the hell out of this so it shows up in search results and helps people (Matt Cutts, please ignore the previous statement, I&#8217;m just trying to help people). I also posted this at the Google Analytics help forums and will do a post on Search [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen this question a zillion times, so please link the hell out of this so it shows up in search results and helps people (Matt Cutts, please ignore the previous statement, I&#8217;m just trying to help people). I also posted this at the Google Analytics help forums and will do a post on Search Engine Land next week, so hopefully one of these will rank and the world will be a happier place.</p>
<p>ONCE AND FOR ALL!       LET&#8217;S DO THIS!     <img src='http://www.atlantaanalytics.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Google Analytics will report the ORIGINAL referrer to the ORIGINAL requested page if a server-side 301 (or 302) redirect is in place.</p>
<p>Let&#8217;s shake out an example.</p>
<p>You own mySite.com and have a page called unicorns.html. You decide that you want to make a better page for this, so you make &#8220;DOUBLE-unicorns.html&#8221;.</p>
<p>Then you realize that you want to remove the original unicorns.html because it is lame compared to your double unicorns page, but you want to make sure that people who linked to that old page see the new, awesome double unicorns page. Because you&#8217;re a good, SEO-conscious person, you do a 301 redirect from &#8220;/unicorns.html&#8221; to &#8220;http://www.mySite.com/DOUBLE-unicorns.html&#8221;.</p>
<p>OK, breathe&#8230;here we go.</p>
<p>Let&#8217;s say that the site unicornUniverse.com loved your original page, and had a link on it.  Now that your 301 redirect is present, what happens when someone clicks on that link at unicornUniverse.com? What shows up as a referrer?</p>
<p>Yes: unicornUniverse.com is the referrer! And what is your landing page? DOUBLE-unicorns.html is your landing page.</p>
<p>This happens because the browser never actually sees the first file: the server redirects your browser and the field of the DOM that monitors your referrer isn&#8217;t updated. This field is referred to by the document.referrer variable, and a quick cheat to check what&#8217;s in it is to type the following in your location bar:</p>
<p>javascript:alert(document.referrer);</p>
<p>If you&#8217;re a browser ninja, you might have firebug installed, and you can look at the DOM map there to see the same thing.</p>
<p>Let&#8217;s take another example:</p>
<p>What if someone searches for &#8220;super awesome unicorn page&#8221; on Google, just MINUTES after you put your redirect up? Well, Google hasn&#8217;t had time to find your redirect and update the URL in their index! OH MY! What will happen?</p>
<p>All is well in the world (almost, see the last paragraph below for what&#8217;s not well in the world), because when someone clicks the link to http://www.mySite.com/unicorns.html in the Google search results, they will be 301 redirected to http://www.mySite.com/DOUBLE-unicorns.html. Referrer? google.com (the document.referrer will actually read: http://www.google.com/search?q=super+awesome+unicorn+page &#8212; that is how it knows your search engine keywords). And again, DOUBLE-unicorns.html will be the landing page.</p>
<p>So, direct is direct, search is search, referred is referred.</p>
<p>Exceptions:</p>
<p>There are times when a 301 redirect will NOT preserve referrer information, but they are rare.  The most common example is when an https page links through a redirect on a non-https page. Again, drop the javascript above into your browser to audit this on your own site if this is a concern. If that script tells you the right referrer information, Google Analytics will be cool as a cucumber.</p>
<p>Also, if you&#8217;re trying to do a 301 that isn&#8217;t of the server-side variety (I&#8217;ve seen some people try to state 301 in HTML or through a JavaScript redirect &#8212; don&#8217;t ask), you will definitely have problems.</p>
<p><a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55477">Google&#8217;s documentation</a> on this refers to javascript and tracking redirects, and is MISLEADING. It is technically correct, but it is NOT talking about server-side 301/302 redirects. In the isolated case it refers to (which isn&#8217;t well explained), it is right.</p>
<p>Lastly, webkit-based browsers (Chrome and Safari among them) have a known problem with opening content in new tabs and windows. If a user right-clicks a link and selects Open in a New Window or Open in a New Tab, referrer data is LOST! MIND BLOWN! But if they simply hold CTRL or command (on a mac) while they click to launch in a new tab, referrer data is preserved. DOUBLE BLOWN!</p>
<p>KEEP IN MIND:</p>
<p>If you are using 301 redirects, make sure they preserve your tracking parameters (utm_source, etc., at the end of your destination URL). Commonly, parameters that may specify display, email, or paid search campaigns may be stripped. What happens here? The URL of the referring site becomes a referrer and your campaign information is lost.</p>
<p>For example:</p>
<p>1) Your email that someone reads on Gmail should be counted as source:&#8221;email&#8221; medium:&#8221;email&#8221; campaign:&#8221;super email campaign&#8221;</p>
<p>if you forget to keep your URL parameters, instead of this visit being attributed to the email campaign, it will count as a referral from google.com! WHAT?!? Yes!</p>
<p>2) You are running a paid search campaign and have the keyword &#8220;unicorn site.&#8221; You expect source:&#8221;google&#8221; medium:&#8221;cpc&#8221; campaign:&#8221;generic unicorn terms&#8221;</p>
<p>if you forget to keep your URL parameters, instead of the paid search campaign being recorded, this visit will be attributed to NON-PAID search!!! Holy shnikeys!</p>
<p>The last thing to keep in mind is that before 301 destination pages replace your original pages in search engines (or if you use 302 redirects, and the URLs are not replaced in that case), your actual link URL from the engines and your Entry Page will NOT be the same! In the example above, Google linked to http://www.mySite.com/unicorns.html, but the entry page was DOUBLE-unicorns.html. If you&#8217;re trying to compare traffic to entry pages with your ranking reports (tisk tisk for running ranking reports!), they will not mesh up if you marry them by URL!</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlantaanalytics.com/practicing-web-analytics/how-does-google-analytics-handle-301-and-302-redirects/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>The New Search Engine Optimization &#8211; SEO 2.0</title>
		<link>http://www.atlantaanalytics.com/practicing-web-analytics/the-new-search-engine-optimization-seo-2-0/</link>
		<comments>http://www.atlantaanalytics.com/practicing-web-analytics/the-new-search-engine-optimization-seo-2-0/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:46:03 +0000</pubDate>
		<dc:creator>evanlapointe</dc:creator>
				<category><![CDATA[Practicing Web Analytics]]></category>
		<category><![CDATA[Web Analytics and Search Engines]]></category>

		<guid isPermaLink="false">http://www.atlantaanalytics.com/?p=137</guid>
		<description><![CDATA[Specialists.  They are wonderful, smart, and talented people who can push boundaries and solve complicated problems.  They are also the people who invented lead plumbing, asbestos insulation, and solved our toxic waste disposal issue by sinking leaky barrels down to the ocean floor. When specialists solve a problem, they often create other, unforeseen problems because [...]]]></description>
			<content:encoded><![CDATA[<p>Specialists.  They are wonderful, smart, and talented people who can push boundaries and solve complicated problems.  They are also the people who invented lead plumbing, asbestos insulation, and solved our toxic waste disposal issue by sinking leaky barrels down to the ocean floor.</p>
<p>When specialists solve a problem, they often create other, unforeseen problems because they tend to look through their own self-imposed keyholes.  Over time, these specialists broaden their horizons after realizing that the materials they use and methods they employ matter just as much as the predicted outcome.  Turns out copper won&#8217;t make poison of your drinking water.</p>
<p>So you&#8217;re probably asking me to get to the point &#8211; what does this have to do with SEO?</p>
<p>I&#8217;ve been fortunate to have worked with many professional SEOs over the years who understand that the point of SEO is not to gather a trophy collection of high rankings in Google, but to have those trophies produce traffic, interaction, and ultimately revenue (or some other comparable value).  To this end, they understand that ranking number 1 for &#8220;women&#8217;s fashion&#8221; and sending users to a page that looks like this is a failure:</p>
<blockquote><p><strong>Women&#8217;s Fashion &#8211; Fashion for Women who like Fashion</strong></p>
<p>Women&#8217;s fashion is a fashionable, womanly way of being a woman with style (commonly referred to as Fashion, or Women&#8217;s fashion).  Check out this link to <a href="http://www.atlantaanalytics.com">women&#8217;s fashion</a> (it comes right back to this page! surprise! <em>FASHION</em>).  Maybe you&#8217;re looking for fashion BY women, or fashiony women.</p>
<p>Whatever you want in the world of women&#8217;s fashion, we have fashion for the woman in your life (unless you are a woman, and want fashion).  Let&#8217;s say hooray for fashion, fashion, fashion! Go women! Fashion!</p>
<p>Let&#8217;s do some math:</p>
<p>Fashion + women = women&#8217;s fashion.</p>
<p>by,</p>
<p>Women McFashionton</p></blockquote>
<p>Of course, that&#8217;s a bit of an extreme example, but we&#8217;ve all seen it.</p>
<p>Unfortunately, I&#8217;ve also had the displeasure of working with some SEOs who have a total disregard for usability (although truthfully, I&#8217;ve seen this problem much more frequently the other way around: usability engineers who pretend that search isn&#8217;t a top-5 use case, when it&#8217;s usually #1).  They literally say, &#8220;Our job is to get rankings, and it&#8217;s someone else&#8217;s job to make the conversions happen.&#8221;  That attitude is the lead pipe with mercury strychnine lining of the internet.  Since SEO involves the modification of the very pages that will need to produce conversion post-click, this is an incredibly irresponsible, naive, and downright ridiculous way of going about search engine optimization, but I&#8217;d say that 3 out of 4 SEO engagements end up more or less this way.</p>
<p>This notion of unaccountability is the age-old plague of specialists who have not yet matured (or learned) enough to realize the value of synthesizing efforts into a single fabric, rather than loosely stitching together a hideous quilt of specialist&#8217;s favorite patterns.</p>
<p><strong>How to pick a good SEO</strong></p>
<p>So with all of that specialist ragging behind me, let&#8217;s break it down into how you can prevent this disaster on your site (or your company&#8217;s).</p>
<p><strong>1.  Get a reporting sample.</strong> You&#8217;re looking for a report that talks about what&#8217;s happening with rankings, and WHY.  If your SEO doesn&#8217;t have an opinion on why movement is happening, what are the chances they&#8217;ll come up with a tactic to change it?  You&#8217;re also looking for post-click actions in the report, and again WHY.  Your SEO should be trying to drive good traffic to your site, and either diagnosing or doing their best to help your usability / analytics resources diagnose any issues with on-site performance.  Let&#8217;s not forget, you&#8217;re investing in SEO for a return, not a trophy case.</p>
<p><strong>2.  Talk to the SEOs</strong>, both the ones who do the selling and the ones who will do the actual work.  Larger agencies may put less-experienced staff on the busy work of keyword buildouts and title + meta creation, but guess what?  Those are arguably the most important tasks.  Make sure that their process includes a review and some sort of feedback from analytics and usability folks (or a savvy businessperson) to validate that these phrases will work on these pages.  Refine keyword lists, even if you have to give up search frequency, to best fit the purpose of the target page and ensure a positive experience for visitors if engines choose that page as the best for that key phrase (and of course, there&#8217;s no guarantee of that).  Also, try to get a general feel for the value they place on the return of the program.  If it &#8220;feels&#8221; like all they care about is rankings, they aren&#8217;t going to be a true partner.</p>
<p><strong>3.  Demand 6-month performance reviews.</strong> This is something that both you and your SEO should love.  One of the hardest parts of search engine optimization is deciding how to keep it going.  By having in-depth reviews of engine and site-side performance every 6 months, the strategy and tactics can be refined to continue boosting performance over time as the algorithm and competitive aggression changes.</p>
<p>Follow these three rules and I&#8217;m sure you&#8217;ll be shocked by how many candidates are weeded out.  Remember that the professions of SEO and analytics / usability are VERY different, so you shouldn&#8217;t expect to get one person that wears both hats: that would just be a waste of a specialist&#8217;s time.  What you&#8217;re looking for is a specialist who is aware of and cares about the collateral effects of their work.  This person/agency will apply their specialized knowledge responsibly so you don&#8217;t end up with mutant fish at the bottom of your sea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlantaanalytics.com/practicing-web-analytics/the-new-search-engine-optimization-seo-2-0/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.atlantaanalytics.com @ 2012-02-05 04:49:04 -->
