<?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>dconstruction &#187; Tom Collinson</title>
	<atom:link href="http://www.digital-clarity.com/blog/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digital-clarity.com/blog</link>
	<description>immediate access to the latest news breaking in the Digital Marketing Arena</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:01:49 +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>Google Docs Keyword Traffic Tool</title>
		<link>http://www.digital-clarity.com/blog/seo/google-docs-keyword-traffic-tool</link>
		<comments>http://www.digital-clarity.com/blog/seo/google-docs-keyword-traffic-tool#comments</comments>
		<pubDate>Wed, 30 Nov 2011 16:01:55 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Tool]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1553</guid>
		<description><![CDATA[I’ve just started to play around with some of the more advanced functionality of Google Spreadsheets to import data from other services such as Adwords and Analytics and one of the experiments left me with a little tool that will pull in the traffic a keyword has received each month for the previous 12. I’m<a href="http://www.digital-clarity.com/blog/seo/google-docs-keyword-traffic-tool">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>I’ve just started to play around with some of the more advanced functionality of Google Spreadsheets to import data from other services such as Adwords and Analytics and one of the experiments left me with a little tool that will pull in the traffic a keyword has received each month for the previous 12.</p>
<p>I’m sharing this mainly to see if there are improvements that can be made so I would welcome your ideas, opinions and feedback.</p>
<p>Before we look at how the tool works let’s set it up.</p>
<p><strong>The Spreadsheet</strong></p>
<p>You can get the spreadsheet tool here. But you’ll need to create your own copy so you can change the settings and keep the data private.</p>
<p><a href="http://bit.ly/rZzW2k">http://bit.ly/rZzW2k</a></p>
<p>Within the document is a sheet named ‘Settings’ where we’ll need to input the login details of your Google Analytics account and the source and medium for the traffic data you’d like.</p>
<p>I’ve included a key to show examples of medium and source settings but by default it’s set to call organic visits from Google.</p>
<p style="text-align: center;"><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/keywordtool-settings2.jpg"><img class="aligncenter size-full wp-image-1558" title="keywordtool-settings" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/keywordtool-settings2.jpg" alt="" width="500" height="315" /></a><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/keywordtool-settings.jpg"><br />
</a></p>
<h3>Add Profile ID Keywords</h3>
<p>Firstly you’ll need to get the profile ID for the analytics profile you wish to get the data from. Once you’ve selected it from the profile view the ID number will appear in the address bar  you’ll want everything after the ‘p’.</p>
<p><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/keywordtool-id.jpg"><img class="aligncenter size-full wp-image-1559" title="keywordtool-id" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/keywordtool-id.jpg" alt="" width="500" height="216" /></a></p>
<p>Finally, replace Keyword 1, Keyword 2 etc. with your desired keywords.</p>
<h3>The Formula</h3>
<p>I’ve used the following formula to pull in the Google Analytics data from the account we’ve specified in the settings sheet. Hopefully by breaking it down you’ll be able to not only understand but improve it and get around some of problems the limitations I’ve found.</p>
<p>=getGaMetric($B$6,&#8221;visits&#8221;,B17,C17,CONCATENATE (&#8220;ga:medium==&#8221;,Settings!$B$5,&#8221;;ga:source==&#8221;,Settings!$B$6,&#8221;;ga:keyword==&#8221;,A10))</p>
<p><strong>=getGaMetric()</strong></p>
<p>Tells Google Docs what the formula is to do, in this case it will request metrics from a Google Analytics account.</p>
<p><strong>$B$6</strong></p>
<p>The cell that holds the analytics profile ID</p>
<p><strong>“visits”</strong></p>
<p>The metric we wish to fetch</p>
<p><strong>B17,C17</strong></p>
<p>The start and end date of the period we wish to call data for</p>
<p><strong>CONCATENATE()</strong></p>
<p>I was unable to write a formula that could pull in the keyword automatically and fetch the data without doing it in fragments. I would welcome your ideas on improving this.</p>
<p><strong>“ga:medium==”,Settings!$B$5</strong></p>
<p>Fetch visitor data where the medium by which they arrive exactly matches the value in cell B5 on the settings sheet.</p>
<p><strong>“ga:source==”,Settings!B$6,”</strong></p>
<p>Fetch visitor data where the medium set above is true and the source exactly matches the value in cell B6 on the settings sheet.</p>
<p><strong>“ga:keyword==”,A10</strong></p>
<p>Fetch all the data that matches the medium and source specified where the keyword matches exactly the value in cell A10.</p>
<p>&nbsp;</p>
<h3>Issues</h3>
<p><strong>Data Can Be Slightly Off</strong></p>
<p>It’s logical to think that as the data is being pulled directly from Analytics the figure outputted should match exactly the figure given within the Analytics interface yet it seems to always be less, albeit by a small amount.</p>
<p>It’s possible that Google Docs works on a different time zone to that set within the analytics account but I’m unsure.</p>
<p><strong>Too Many Requests</strong></p>
<p>I’ve only included 4 keywords as 4&#215;12 months = 50 requests for analytics data at any one time. This seems to be the limit as if you add anymore it returns an error.</p>
<p>Does anyone know if 50 is indeed the limit or if there’s a way to get around this?</p>
<p><strong>Changing The Year</strong></p>
<p>This method requires a start and end date be specified for the data you wish to collect, hence the table January to December. Is it possible to have the year held in a separate cell and pulled in to make the date valid?</p>
<p>I have tried this method and while it’s entirely possible to concatenate two cells to give a valid date format the getGaMetric function does not seem to like it.</p>
<p>&nbsp;</p>
<p><a href="http://bit.ly/rZzW2k">Here&#8217;s the spreadsheet again</a> &#8211; please get in touch if you find it useful or have any suggestions on improving the usability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/google-docs-keyword-traffic-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Caffeine Gets An Upgrade</title>
		<link>http://www.digital-clarity.com/blog/google/caffeine-gets-an-upgrade</link>
		<comments>http://www.digital-clarity.com/blog/google/caffeine-gets-an-upgrade#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:42:59 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google caffeine]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1520</guid>
		<description><![CDATA[Google seems to be on an update frenzy at the moment what with the SERP integrated website blocking feature being rolled out, the secure search roll out to logged in users and the new Google Analytics features announced over the last few months (and there are many more!). The latest change is in effect an upgrade<a href="http://www.digital-clarity.com/blog/google/caffeine-gets-an-upgrade">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Google seems to be on an update frenzy at the moment what with the <a href="http://www.digital-clarity.com/blog/google/block-websites-from-google-search-results">SERP integrated website blocking feature</a> being rolled out, the <a href="http://www.digital-clarity.com/blog/google/google-secure-search-announcement">secure search roll out</a> to logged in users and the<a href="http://www.digital-clarity.com/blog/general/new-google-analytics-features"> new Google Analytics features</a> announced over the last few months (and there are many more!). The latest change is in effect an upgrade to the caffeine release that occurred last year &#8211; Google&#8217;s latest attempt to ensure search results are as fresh and relevant as possible.</p>
<p>Caffeine was designed to crawl, index and display results faster than ever before and is estimated to have affected around 17.5% of search queries, but the latest update (yet to be given a catchy nickname) is said to affect around 35% of all search queries.</p>
<p>So what kind of search queries will be affected by this change?</p>
<p>From Google&#8230;</p>
<ul>
<li><strong>Recent events or hot topics</strong>. For recent events or hot topics that begin trending on the web, you want to find the latest information immediately. Now when you search for current events like [occupy oakland protest], or for the latest news about the [nba lockout], you’ll see more high-quality pages that might only be minutes old.</li>
<li><strong>Regularly recurring events.</strong> Some events take place on a regularly recurring basis, such as annual conferences like [ICALP] or an event like the [presidential election]. Without specifying with your keywords, it’s implied that you expect to see the most recent event, and not one from 50 years ago. There are also things that recur more frequently, so now when you’re searching for the latest [NFL scores], [dancing with the stars] results or [exxon earnings], you’ll see the latest information.</li>
<li><strong>Frequent updates.</strong> There are also searches for information that changes often, but isn’t really a hot topic or a recurring event. For example, if you’re researching the [best slr cameras], or you’re in the market for a new car and want [subaru impreza reviews], you probably want the most up to date information.</li>
</ul>
<p>It&#8217;s worth noting that Google has not renewed its agreement with Twitter which expired in July this year, something that limits Google&#8217;s ability to crawl the most up to date index of new and popular content on the web (although Google says this is only delayed by minutes rather than hours).</p>
<h3>How Will it Affect Me &amp; My Website?</h3>
<p>As a website owner creating content relevant to the types of searches mentioned above you may see pages indexed faster and traffic arrive in a shorter space of time. Of course it&#8217;s possible your page will be &#8216;flushed out&#8217; as newer pages are crawled and indexed so while it may be tempting to pump out targeted and spammy content to get the &#8216;quick wins&#8217;, the wins won&#8217;t last long and that content will soon sink down into the lower results pages never to be visited again.</p>
<p>Quality content combined with a lucky break through the new algorithm changes will mean your content will get noticed and the long term benefits will be worth the extra effort!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/google/caffeine-gets-an-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block Websites From Google Search Results</title>
		<link>http://www.digital-clarity.com/blog/google/block-websites-from-google-search-results</link>
		<comments>http://www.digital-clarity.com/blog/google/block-websites-from-google-search-results#comments</comments>
		<pubDate>Thu, 03 Nov 2011 10:21:37 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1501</guid>
		<description><![CDATA[A new feature of Google we’ve noticed recently is the ability to block sites from within the search results – further extending the personalised search service that Google gives its users. While this feature was officially announced in March 2011 it’s the first time we’ve seen it in the wild so we thought we’d include<a href="http://www.digital-clarity.com/blog/google/block-websites-from-google-search-results">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>A new feature of Google we’ve noticed recently is the ability to block sites from within the search results – further extending the personalised search service that Google gives its users. While this feature was officially announced in March 2011 it’s the first time we’ve seen it in the wild so we thought we’d include a walkthrough of how the feature works.</p>
<p style="text-align: center;"><strong>Step 1: Enter your search query and go the results</strong></p>
<p style="text-align: center;"><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/how-to-tie-knot.jpg"><img class="aligncenter size-full wp-image-1502" title="how-to-tie-knot" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/how-to-tie-knot.jpg" alt="" width="429" height="225" /></a></p>
<p style="text-align: center;"><strong>Step 2: Click on a search result – I went with animatedknots.com</strong></p>
<p><img class="aligncenter size-full wp-image-1506" title="animated-knots" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/animated-knots.jpg" alt="" width="458" height="279" /></p>
<p style="text-align: center;"><strong>Step 3: Press back on your browser to return to the search results and you’ll see the following fade in from red to blue:</strong></p>
<p style="text-align: center;"><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/block-results-link.jpg"><img class="aligncenter size-full wp-image-1507" title="block-results-link" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/block-results-link.jpg" alt="" width="450" height="79" /></a></p>
<p style="text-align: center;"><strong>Step 4: If you click the link you’ll either be asked to log in or you’ll see the following:</strong></p>
<p><img class="aligncenter size-full wp-image-1511" title="blocked-site" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/11/blocked-site.jpg" alt="" width="458" height="78" /></p>
<p>And that’s it – I will never see results from animatedknots.com again! I of course have no problem with this website and have removed the block.</p>
<h4>What does this mean for website owners?</h4>
<p>It’s no secret that Google is on a march to stamp out bad content from appearing in its search results as the Panda updates show, but this is giving people the ability to filter their own search results based on their own personal tastes and opinions on what constitutes relevant and quality content.</p>
<p>As a website owner it means that low quality content is going to be subject to blocks from logged in Google users. While this isn’t a significant percentage of Google users it is a percentage that’s likely to increase.</p>
<h4>Could this affect my SEO?</h4>
<p>As with most things Google do, it’s hard to say for sure what the real intentions are but it’s not unreasonable to imagine Google penalising websites that have been voted down by many of their own logged in users and I expect it won’t be long before we start hearing about examples of this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/google/block-websites-from-google-search-results/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Secure Search Announcement Affects Website Owners Data</title>
		<link>http://www.digital-clarity.com/blog/google/google-secure-search-announcement</link>
		<comments>http://www.digital-clarity.com/blog/google/google-secure-search-announcement#comments</comments>
		<pubDate>Fri, 28 Oct 2011 12:10:15 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1482</guid>
		<description><![CDATA[On Tuesday October 18th, Google announced on their official blog that over the next few weeks visitors to Google.com who are signed in to their Google account will be redirected to a secure version of the search engine (SSL Search) as found here: https://www.google.com Amy Chang from the Google Analytics blog said: “As search becomes<a href="http://www.digital-clarity.com/blog/google/google-secure-search-announcement">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-991" title="google logo" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/01/google-logo.png" alt="" width="440" height="183" /></p>
<p>On Tuesday October 18th, Google announced on their official blog that over the next few weeks visitors to Google.com who are signed in to their Google account will be redirected to a secure version of the search engine (SSL Search) as found here:</p>
<p><a href="https://www.google.com"> https://www.google.com</a></p>
<p>Amy Chang from the Google Analytics blog said:</p>
<p><em>“As search becomes an increasingly customized experience, we recognize the growing importance of protecting the personalized search results we deliver. As a result, we’re enhancing our default search experience for signed-in users…”</em></p>
<p><em>“…This is especially important when you’re using an unsecured Internet connection, such as a WiFi hotspot in an Internet café.”</em></p>
<h2>What Does This Mean For Website Owners?</h2>
<p>Currently when a user visits your website through the organic search results the search query used to find your website is recorded in your analytics package. This data is often used to identify the phrases that contribute to sales or goal conversions on your website which can then be used in marketing activities to grow sales further – this is especially true in regards to SEO where the focus is improving rankings on these keywords. It’s also useful in identifying pages on your website that attract visitors with certain search queries but causes them to bounce.</p>
<p>For example a visitor may arrive using a query that is perfectly related to the content of the page but if the term or a variation of it is not immediately obvious on screen it may cause people to bounce, despite it being precisely hat they were looking for.</p>
<p>With the new changes starting to take affect this data will no longer be available where a visitor meets the criteria above. Instead this data will be grouped under “(not provided)” within Organic Search Traffic Keyword reporting.</p>
<p>Currently the changes only affect a small number of Google users that search through Google.com rather than regional versions such as Google.co.uk however it is likely to be rolled out to all signed in users in the coming weeks.</p>
<h2>FAQ</h2>
<p><strong><a name="one"></a>How much of my analytics data will be affected by this?</strong><br />
The percentage of your visitors data that will be affected by this change in the short term will depend on the percentage of your visitors that arrive through Google.com, however even when completely rolled out Google estimate less than 10% of that traffic will be affected, even when .co.uk users are redirected to the secure search.</p>
<p><strong><a name="two"></a>Will this change be rolled out to non-logged in users?</strong><br />
While Google has not said as much there is speculation that this will be the case as it was with personalised search results that moved from being exclusively for logged in users to all users in December 2009.</p>
<p>Should the changes be rolled out to all Google users it will result in the search query data currently available becoming completely unavailable for visitors arriving through organic search.</p>
<p><strong><a name="three"></a>Will Bing, Yahoo! &amp; Ask organic data still be available?</strong><br />
Yes, this change only affects traffic arriving from Google properties; however it’s important to keep in mind that Google’s UK share of the search market was 90.78% in October 2011 compared to 3.7% for Bing and 2.5% for Yahoo! so data is likely to be sparse and not necessarily reflective of the search queries that convert from Google.</p>
<p><strong><a name="four"></a>Is there an alternative source for this data?</strong><br />
While there is not another source for the data in its current format you will be able to access the search query data that is supplied by Google Webmaster Tools through your Google Analytics account. At present this data is only held for 30 days and is not associated with ecommerce of goals data.</p>
<p><strong><a name="five"></a>Will this affect data collected from AdWords?</strong><br />
No, only organic search data will be affected. All keyword data that is currently available for Adwords will remain available.</p>
<p><strong><a name="six"></a>Which analytics packages will be affected by this?</strong><br />
All analytics packages will be affected by these changes, including but not limited to:</p>
<ul>
<li>Google Analytics</li>
<li>Adobe Omniture</li>
<li>WebTrends</li>
<li>ClickTracks</li>
</ul>
<p><strong><a name="seven"></a>Will this change the way SEO is carried out?</strong></p>
<p>If secure search is rolled out to all Google users as discussed above, it would mean a change in the way SEO is carried out as the data available to help with developing effective strategies will become limited.</p>
<p>Data gleaned from Google AdWords will become increasingly important in this scenario and the quality of a website, both in terms of content &amp; usability will become even more important than before. While such a scenario would pose problems for website owners looking to carry out SEO, it simply poses new problems to be solved and almost certainly they will be solved with the kind of well rounded, forward thinking and holistic strategies that that practicing SEOs who adapt will be able to provide.</p>
<p>However it’s important to note that this is speculative at the moment and while it’s important to think ahead, it is equally important not to get carried away worrying about what might be. For now you should keep practicing SEO as you always have but keep monitoring the announcements that Google makes and be prepared to change as required.</p>
<h2>What Can I Do To Prepare?</h2>
<p><strong>Retroactively analyse your data</strong><br />
While it’s still available it’s important to go back and look at historic analytics data which will give you an idea of the keywords that drive sales and those which could with improvements in rankings, something many of you are no doubt doing anyway.</p>
<p>If you’re a retailer you should be especially interested in the seasonality of these keywords so you can co-ordinate your marketing with this.</p>
<p><strong>Learn from AdWords</strong><br />
As previously discussed this data will still be available for AdWords traffic so make use of this data wherever possible to guide you on making marketing decisions. Keep in mind that the paid search keywords shown in Google Analytics are the keywords set in the campaign and not the actual search query used by the user. That data is available from within your AdWords account.</p>
<p><strong>Integrate social sharing ability to your website</strong><br />
Google has made no secret about its desire to move away from the link trust model it currently uses to rank web pages for search terms as it is open to manipulation. Over the last year or so new ranking factors have been introduced that look at how popular a page is on Twitter, Facebook &amp; Google+ and this is set to become an ever more influential in time. If the keyword data available is going to be reduced it makes sense to get any head start you can and having a strong social presence is important.</p>
<p>Make Google+, Facebook &amp; Twitter most prominent, and if desired include social bookmarking sites but hide them to avoid clutter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/google/google-secure-search-announcement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Analytics Features</title>
		<link>http://www.digital-clarity.com/blog/general/new-google-analytics-features</link>
		<comments>http://www.digital-clarity.com/blog/general/new-google-analytics-features#comments</comments>
		<pubDate>Fri, 21 Oct 2011 08:08:33 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1450</guid>
		<description><![CDATA[It’s been a busy time for those of us that live inside the reports of Google Analytics. The last few weeks have seen great new features being rolled out to help website owners and marketers get a better understanding of how users arrive and interact with a website. I’ve provided a link to each of<a href="http://www.digital-clarity.com/blog/general/new-google-analytics-features">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>It’s been a busy time for those of us that live inside the reports of Google Analytics. The last few weeks have seen great new features being rolled out to help website owners and marketers get a better understanding of how users arrive and interact with a website. I’ve provided a link to each of the original posts which will provide more in depth information of each,  I suggest going through and reading them but let’s take a top level view for now.</p>
<h3>Google Analytics Real-Time</h3>
<p>Announced September 29th, this was a real ‘oh, wow’ moment for me. Still in beta, this feature lets you see how users are interacting with your website right now, and while it lacks some more advanced features I would like to see (Real-time ecommerce tracking for example) it’s still insightful and slightly addictive!</p>
<p><img class="aligncenter size-full wp-image-1452" title="realtime" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/10/realtime.jpg" alt="" width="505" height="495" /></p>
<p>If the new feature is available to you, you’ll find it under the ‘Home’ tab on the left hand side navigation. If it’s not, you can apply for <a href="https://services.google.com/fb/forms/realtimeanalytics/">early access here</a>.</p>
<p>Please note that you’ll need to be an administrator of the account to access this data.</p>
<p><strong><a href="http://analytics.blogspot.com/2011/09/whats-happening-on-your-site-right-now.html">Check out the original post</a></strong></p>
<h3>Google Webmaster Tools Integration</h3>
<p><img class="size-full wp-image-1454 alignright" title="analytics-wmt" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/10/analytics-wmt.jpg" alt="" width="220" height="221" />Next up we were given the ability to integrate Google WMT with Analytics which can be accessed in the left hand menu shown here. This was announced October 4th.</p>
<p>For those familiar with Google WMT the data here is nothing new but the ability to see it from within your analytics account certainly streamlines the process when you’re digging deep and trying to understand problems.</p>
<p>You’ll need to be the administrator on both the Google Analytics account and WMT account to connect the two but otherwise this feature is available to all.</p>
<p><strong><a href="http://analytics.blogspot.com/2011/10/webmaster-tools-in-google-analytics-for.html">Check out the original post</a></strong></p>
<h3>Google Flow Visualisation</h3>
<p>Flow visualisation is a powerful new feature that was announced by Susan Wojcicki and Phil Mui at the Web 2.0 Summit, October 19th and gives website owners and analytics users the ability to see users flow through their website with easy to understand graphical visualisations.</p>
<p style="text-align: center;"><img class="size-full wp-image-1457 aligncenter" title="analytics-flow" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/10/analytics-flow.jpg" alt="" width="505" height="316" /></p>
<p>At the moment the feature provides two basic report types; visitors flow and goal flow but you’re able to apply any advanced segments you’ve created to them.<br />
Of all the new features announced to date, this is by far the most useful to those looking to maximise the ROI seen from marketing activity, so I’d strongly recommend checking out the original post over on the official Google Analytics Blog.</p>
<p>The visitors flow visualisation can be found on the left hand side navigation under the visitors section. You can find the Goal Flow visualiser in the Conversions &gt; Goals section of the “Standard Reporting Tab.”</p>
<p><strong><a href="http://analytics.blogspot.com/2011/10/introducing-flow-visualization.html">Check out the original post</a></strong></p>
<p><strong>But wait, I don’t see these new features!</strong></p>
<p>As all of the new features discussed here are so new, it’s going to take a little time for them all to be rolled out to every analytics user so it’s possible you’re yet to see these available in your account. Sit tight but keep an eye out and trust me; they’re all worth the wait!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/general/new-google-analytics-features/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Is Nothing Without Control</title>
		<link>http://www.digital-clarity.com/blog/music-marketing/power-is-nothing-without-control</link>
		<comments>http://www.digital-clarity.com/blog/music-marketing/power-is-nothing-without-control#comments</comments>
		<pubDate>Tue, 11 Oct 2011 11:14:32 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Music Marketing]]></category>
		<category><![CDATA[Music Technology]]></category>
		<category><![CDATA[CloudChannel]]></category>
		<category><![CDATA[Music Music Technology]]></category>
		<category><![CDATA[Reggie James]]></category>
		<category><![CDATA[RTG Ventures]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1417</guid>
		<description><![CDATA[Music is a powerful force. Augmented to video and strong imagery it becomes even more so. If one adds Social into the mix, then it goes beyond power and into a new realm. Understanding this power and harnessing it is the next stage of evolution within the entertainment industry. Read Reggie James&#8217;s new blog post<a href="http://www.digital-clarity.com/blog/music-marketing/power-is-nothing-without-control">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Music is a powerful force. Augmented to video and strong imagery it becomes even more so. If one adds Social into the mix, then it goes beyond power and into a new realm. Understanding this power and harnessing it is the next stage of evolution within the entertainment industry.</p>
<p><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/10/Reggie-James-Blog.jpg"><img class="aligncenter size-full wp-image-1423" title="Reggie James Blog" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/10/Reggie-James-Blog.jpg" alt="" width="480" height="290" /></a></p>
<p><strong>Read Reggie James&#8217;s new blog post here <a title="Power Is Nothing Without Control" href="http://www.reggiejames.org/" target="_blank">http://www.reggiejames.org/</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/music-marketing/power-is-nothing-without-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo &amp; Bing Search Engine Merger</title>
		<link>http://www.digital-clarity.com/blog/search-engines/yahoo-bing-search-engine-merger</link>
		<comments>http://www.digital-clarity.com/blog/search-engines/yahoo-bing-search-engine-merger#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:26:59 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[search alliance]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1262</guid>
		<description><![CDATA[Over two years ago Microsoft and Yahoo! agreed a deal to become partners, known as the Search Alliance. Part of the deal is that Bing would provide the search algorithm and search results in Yahoo! Originally the deal was to include delivery of paid search (PPC) adverts, but due to dificulties merging the platforms the<a href="http://www.digital-clarity.com/blog/search-engines/yahoo-bing-search-engine-merger">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Over two years ago Microsoft and Yahoo! agreed a deal to become partners, known as the Search Alliance. Part of the deal is that Bing would provide the search algorithm and search results in Yahoo!</p>
<p>Originally the deal was to include delivery of paid search (PPC) adverts, but due to dificulties merging the platforms the deal currently extends to the natural (organic) search results only.</p>
<p>The merger started in August 2010 in the USA and Canada and now it’s being rolled out in Europe, with Yahoo! properties presenting Microsoft Bing results in the UK, France, Germany, Spain and Italy.</p>
<p>A Yahoo spokesman said:<br />
<em>“For Yahoo! this is an important step toward our goal of improving the overall relevance of Yahoo! organic search results and attracting a larger audience to Yahoo! Search. This transition will also enable both companies to continue to innovate on their respective consumer search experience, whilst relying on a common algorithm used by a combined user base.&#8221;</em></p>
<p>Since the launch of Bing, Microsoft have been attempting to improve the quality of their organic search results with ever more tweaks to the search algorithm, which comes under criticism for being too easy to manipulate by those with ill intentions. However there is hope that this merger will provide the funding and resources required to improve.</p>
<p>There is some speculation about how this merger will affect organic search traffic to websites, but given that Google has a 92% share of the search market in the UK (Bing &amp; Yahoo! combined hold just 6.78%), it is not expected to be significant.</p>
<p>For those websites with a US audience the results may be a little more interesting, where combined, Bing &amp; Yahoo claim 29.7% of the market; however the serving of Bing results to Yahoo! users was launched 12 months ago with little outcry from UK businesses.</p>
<p>The table below shows the market share of Yahoo! &amp; Bing combined alongside that of Google in the key search markets in Europe:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="205"><strong>Country</strong></td>
<td valign="top" width="205"><strong>Yahoo! &amp; Bing market share</strong></td>
<td valign="top" width="205"><strong>Google market share</strong></td>
</tr>
<tr>
<td valign="top" width="205">UK</td>
<td valign="top" width="205">6.78%</td>
<td valign="top" width="205">92%</td>
</tr>
<tr>
<td valign="top" width="205">France</td>
<td valign="top" width="205">4.29%</td>
<td valign="top" width="205">94.76%</td>
</tr>
<tr>
<td valign="top" width="205">Germany</td>
<td valign="top" width="205">3%</td>
<td valign="top" width="205">95.69%</td>
</tr>
<tr>
<td valign="top" width="205">Ireland</td>
<td valign="top" width="205">4.16%</td>
<td valign="top" width="205">94.67%</td>
</tr>
<tr>
<td valign="top" width="205">Italy</td>
<td valign="top" width="205">1.05%</td>
<td valign="top" width="205">97.54%</td>
</tr>
<tr>
<td valign="top" width="205">Spain</td>
<td valign="top" width="205">2.42%</td>
<td valign="top" width="205">96.96%</td>
</tr>
</tbody>
</table>
<p><strong>So How Will it Affect Me?</strong></p>
<p>In truth the answer is probably very little or not at all, but it’s important to look at your own website in isolation. If Yahoo traditionally provided visits &amp; sales where Bing did not there is a chance that you’ll see some negative results from this merger, on the other hand if your keyword rankings were good in Bing but not Yahoo! you may see a small improvement.</p>
<p>If you’d like to discuss how this merger affects you in more detail or get advice on what to do next, get in touch with one of our SEO account executives who will be more than happy to discuss your website and how best to move forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/search-engines/yahoo-bing-search-engine-merger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Art Project Opens Galleries to the World</title>
		<link>http://www.digital-clarity.com/blog/google/google-art-project-opens-galleries-to-world</link>
		<comments>http://www.digital-clarity.com/blog/google/google-art-project-opens-galleries-to-world#comments</comments>
		<pubDate>Thu, 03 Feb 2011 09:44:28 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1048</guid>
		<description><![CDATA[Google have recently announced the launch of the &#8216;Art Project&#8217; &#8211; a Google Street View style website that lets you browse some of the worlds finest art galleries, from the Tate Modern in London to the Museo Reina Sofia in Madrid. High Resolution images of the masterpieces within these galleries allow you to zoom in<a href="http://www.digital-clarity.com/blog/google/google-art-project-opens-galleries-to-world">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Google have recently announced the launch of the &#8216;Art Project&#8217; &#8211; a Google Street View style website that lets you browse some of the worlds finest art galleries, from the Tate Modern in London to the Museo Reina Sofia in Madrid.</p>
<p>High Resolution images of the masterpieces within these galleries allow you to zoom in to such detail that you can study the brush work of pieces you may never have otherwise seen. I&#8217;m not a huge art fan myself; certainly not to the point of traveling the world specifically to see it, so I can imagine there are millions of others like me who would never have otherwise seen the works Google Art Project gives you access too.</p>
<p>The video below gives a full explanation, or you can visit the site now at <a href="http://www.googleartproject.com/">www.googleartproject.com</a></p>
<p><iframe title="YouTube video player" width="505" height="314" src="http://www.youtube.com/embed/GThNZH5Q1yY" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/google/google-art-project-opens-galleries-to-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Map the World</title>
		<link>http://www.digital-clarity.com/blog/social-media/facebook-map-the-world</link>
		<comments>http://www.digital-clarity.com/blog/social-media/facebook-map-the-world#comments</comments>
		<pubDate>Tue, 14 Dec 2010 16:42:20 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=874</guid>
		<description><![CDATA[Paul Butler, an intern at Facebook has generated a visual representation of its 500 million users and their connections with each other. The lines shown in the map above link pairs of friends in cities across the world and after a little tweaking of the rendering process a picture emerged that shows how much of<a href="http://www.digital-clarity.com/blog/social-media/facebook-map-the-world">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Paul Butler, an intern at Facebook has generated a visual representation of its 500 million users and their connections with each other.</p>
<p><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2010/12/fbook-map.jpg"><img class="aligncenter size-full wp-image-878" title="fbook-map-small" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/12/fbook-map-small.jpg" alt="" width="500" height="235" /></a></p>
<p>The lines shown in the map above link pairs of friends in cities across the world and after a little tweaking of the rendering process a picture emerged that shows how much of the world connects.</p>
<p>What’s interesting is not that the continents are clearly defined (not many people connect to Facebook in the open ocean!) but the idea that it visually demonstrates how people around the world are connected with one another in ways that would have been impossible before the rise of the internet and social networks like Facebook.</p>
<p>Areas such as China, central Africa and much of the Amazonian basin are missing due to Facebook lack of reach in these areas.</p>
<p><a href="http://www.facebook.com/notes/facebook-engineering/visualizing-friendships/469716398919">Original Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/social-media/facebook-map-the-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Instant &#8211; Should Marketers be Worried?</title>
		<link>http://www.digital-clarity.com/blog/google/google-instant-should-marketers-be-worried</link>
		<comments>http://www.digital-clarity.com/blog/google/google-instant-should-marketers-be-worried#comments</comments>
		<pubDate>Mon, 27 Sep 2010 08:32:19 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Google Instant]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=683</guid>
		<description><![CDATA[Ever since Google announced the launch of Google Instant on September 8th the search marketing community has been alight with rumour, speculation and in some cases down right doomongering on the future of search engine optimisation. While it’s still very early days the dust has started to settle and we’re starting to get a picture<a href="http://www.digital-clarity.com/blog/google/google-instant-should-marketers-be-worried">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Ever since Google announced the launch of <a href="http://www.google.com/instant/">Google Instant</a> on September 8th  the search marketing community has been alight with rumour, speculation and in  some cases down right doomongering on the future of search engine optimisation.</p>
<p>While it’s still very early days the dust has started to  settle and we’re starting to get a picture of what to expect in the months to  come.</p>
<p>SEO has, and always will have a negative reputation in the  eyes of some, and to an extent it is understandable. If you own a blog or  website that allows public posting you’ll no doubt have experienced the vast waves  of automated spam comments that need to be moderated &amp; removed, so it’s  completely understandable that some have a serious misconception about what <a href="http://www.digital-clarity.com/what-we-do/search-engine-optimisation">SEO</a> is and how it should be practiced.</p>
<p>It’s because of these misconceptions that some people are  all too happy to jump on the ‘SEO is dead!’ bandwagon, and the launch of Google  Instant is yet another opportunity to do so.</p>
<p>SEO is, and always has been about making a website as  accessible to users and search engines as possible while providing content of  value that users wish to share (originally through back-linking but increasingly  through social networks). Note in this definition of SEO the absence of buying  links, spamming blogs &amp; defrauding the search engines.</p>
<h3>So <em>is</em> SEO dead?</h3>
<p>In short the answer is no. As long as search engines exist  and decide how to rank pages based on the quality of content &amp; popularity  among other websites there will always be a place for SEO. However (and it’s a  big one) it will make many of the existing SEO techniques redundant &amp; the  competitiveness of head term keywords increase.<br />
<strong>Long-Tail  &amp; Head Terms</strong></p>
<p>The long-tail is likely to shrink as people change their  search behaviour – if you originally intended to search for “Music Tickets in  2011” (long-tail) but see the results you need after “Music Tic…” then the  websites who rank well for your original search query will miss out on your  visit, while sites ranking well for “Music Tickets” (head term) are likely to  see traffic increase.<br />
Note: if the same website ranks in position 1 for both of  those searches they’ll see their long-tail shrink without the loss of traffic.</p>
<h3>Importance  of Rank</h3>
<p>We’re not the first to suggest that people will be less  likely to visit the second page of results when Google Instant launches to all,  but it will be equally as likely that people will no longer bother to scroll  the browser window down beyond the results they can see:</p>
<p><a href="http://www.digital-clarity.com/wp-content/uploads/2010/09/instant-ss.jpg"><img class="aligncenter size-full wp-image-326" title="instant-ss" src="http://www.digital-clarity.com/wp-content/uploads/2010/09/instant-ss.jpg" alt="" width="500" height="342" /></a></p>
<p>Even if I have no intention of clicking on a PPC advert I’m  presented with three relevant organic results – if none of these are what I’m  after I simply need to continue typing until I get what I want – why bother  moving my hand to the mouse and scroll?</p>
<h3>So what  does this mean?</h3>
<p>Websites that rank in position 4-10 (certainly 6-10) are  probably going to see their traffic levels drop, even on head terms like  ‘Holiday Spain’ that would previously have been very lucrative.</p>
<p>Conversely, the top 3 ranking websites will see traffic  increase, giving them an even greater share of the market. This will put  pressure on websites to either increase their SEO activity or compete through  PPC (which is of course lucrative for Google).</p>
<h3>Monitoring the Effect</h3>
<p>Firstly it’s important to note that the way pages are  crawled and ranked has not been changed with the introduction of Google  Instant; if you ranked 1st for a keyword before you should still  rank 1st.</p>
<p>It’s too early to say with any certainty how Instant is  going to affect website traffic, largely because it’s still only available to a  relatively small number of users, especially outside of the US. The main  driving force of any change is going to be how people’s search behaviour  evolves and only once this happens will we truly know the impact Google Instant  will have had.</p>
<p>However if you’re a website owner concerned about how Google  Instant will affect your traffic I would recommend keeping an eye on traffic  levels as a whole and any geographical regions where Google Instant is  available without being logged in (US).</p>
<p>Are keywords that were previously driving steady volumes now  changing? If you notice a dramatic drop (or increase) then it may be as a  result of Instant.</p>
<p>Have you notice any strange trends sine Google Instant? Has  your traffic been affected? Leave a comment and let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/google/google-instant-should-marketers-be-worried/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

