<?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; SEO</title>
	<atom:link href="http://www.digital-clarity.com/blog/category/seo/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 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>Why agencies cannot guarantee position 1</title>
		<link>http://www.digital-clarity.com/blog/pay-per-click/why-agencies-cannot-guarentee-position-one</link>
		<comments>http://www.digital-clarity.com/blog/pay-per-click/why-agencies-cannot-guarentee-position-one#comments</comments>
		<pubDate>Wed, 31 Aug 2011 09:00:54 +0000</pubDate>
		<dc:creator>Rachel Mepham</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1369</guid>
		<description><![CDATA[Some of the questions often asked by clients and prospects when we propose Search Engine Optimisation or Pay Per Click services are, how do I get to the top of the listings, how long will it take and what results will I get from it? Each question is extremely difficult for an agency to respond<a href="http://www.digital-clarity.com/blog/pay-per-click/why-agencies-cannot-guarentee-position-one">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Some of the questions often asked by clients and prospects when we propose Search Engine Optimisation or Pay Per Click services are, how do I get to the top of the listings, how long will it take and what results will I get from it?<br />
Each question is extremely difficult for an agency to respond to, because anything could happen.</p>
<p>This video shows an update straight from the horse’s mouth about just some of the changes Google makes to its search results pages and algorithms over the course of a year to help drive more relevant search results for users.<br />
Every year, Google implements over 500 improvements to its search algorithms. That is 500 changes to the ways in which Google will decide which websites rank, in which order and for which search queries. These changes are tested in a variety of ways before launching. They initially use ‘Raters’ who compare results pages to decipher manually which is more relevant. These changes are then tested and monitored in a live environment to learn if the feedback and findings from the ‘Raters’ translates to actual users. If this is the case, the changes are made live for all to use.</p>
<p><iframe src="http://www.youtube.com/embed/J5RZOU6vK4Q" frameborder="0" width="516" height="315"></iframe></p>
<p>This is how Google continues to be a leading force within the search market and why users continuously return to search. However, it does mean that it can be extremely difficult for agencies to guarantee anything. Google could change their rules from one day to the next and this could have a huge impact on your websites positions as well as how and where they are displayed.</p>
<p><strong>So what can agencies guarantee?</strong><br />
A good agency will work alongside the client to ensure that best practices are implemented both on and offsite. They should also be at the forefront of releases of new algorithms and changes to search results and keep you up to date on elements that may impact you and your business. Most importantly, they need to know their onions. This comes from experience and learning. By looking at the results that search engine marketing has generated and reporting on these in a clear, ’non techie’ way you should be able to see clear value from your agency and understand what can be done to further improve your online positioning as a successful business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/pay-per-click/why-agencies-cannot-guarentee-position-one/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SES Show – Search and Social Plus Kodak Insights</title>
		<link>http://www.digital-clarity.com/blog/seo/ses-conference-exhibition-search-social</link>
		<comments>http://www.digital-clarity.com/blog/seo/ses-conference-exhibition-search-social#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:21:27 +0000</pubDate>
		<dc:creator>Rachel Mepham</dc:creator>
				<category><![CDATA[Conference and Expo]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Brad Kleinman]]></category>
		<category><![CDATA[Jeffrey Hayzlett]]></category>
		<category><![CDATA[Sarch Engine Strategies]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SES]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=1073</guid>
		<description><![CDATA[SES Conference and Exhibition &#8211; 22nd February 2011 7.45am I arrived at the Queen Elizabeth II Conference Centre in Westminster, a new venue for the Search Engine Strategies Conference and Exhibition. After a well deserved coffee and biscuit I headed to the 4th floor for the Search and Social Media breakfast workshop presented by Brad<a href="http://www.digital-clarity.com/blog/seo/ses-conference-exhibition-search-social">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>SES Conference and Exhibition &#8211; 22nd February 2011</strong></p>
<p><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2011/02/IMG00286-20110222-0929.jpg"><img class="alignleft size-medium wp-image-1074" title="Search Engine Strategies Conference Welcome" src="http://www.digital-clarity.com/blog/wp-content/uploads/2011/02/IMG00286-20110222-0929-300x225.jpg" alt="" width="256" height="192" /></a>7.45am I arrived at the Queen Elizabeth II Conference Centre in Westminster, a new venue for the Search Engine Strategies Conference and Exhibition.<br />
After a well deserved coffee and biscuit I headed to the 4th floor for the Search and Social Media breakfast workshop presented by Brad Kleinman – Director of Education at Online Marketing Connect.</p>
<p>He presented an overview of the Search and Social markets honing in on vital statistics that identified why ‘Social’ was becoming essential to most businesses and what market trends were being predicted. There were many sources used for the insights however the key resources which stood out were eMarketer and Global Web Index.</p>
<p>Some key points to take from the slide share is the shift in social media and how people are using different social platforms and comparing this to businesses opinions or approach to social media. Also the data showing that micro blogging has increased +35% based on research comparing wave3 to wave1, however writing blogs and visiting forums and chat rooms is down. A 35% increase in micro blogging raises the importance of the likes of Twitter as they are being recognised as platforms to share real-time and breaking information to a huge audience. It is now for the advertiser or social media strategist to plan how these social platforms can enhance business goals via these platforms by managing customer service, sales opportunities, product reviews or customer word of mouth selling to mention a few.</p>
<div id="__ss_7011476" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="OMS Workshop @ SES London 2011 - Search &amp; Social, a Global Perspective" href="http://www.slideshare.net/onlinemarketingsummit/oms-workshop-ses-london-2011-search-social-a-global-perspective">OMS Workshop @ SES London 2011 &#8211; Search &amp; Social, a Global Perspective</a></strong><object id="__sse7011476" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=seslondon2011-110222042323-phpapp02&amp;stripped_title=oms-workshop-ses-london-2011-search-social-a-global-perspective&amp;userName=onlinemarketingsummit" /><param name="name" value="__sse7011476" /><param name="allowfullscreen" value="true" /><embed id="__sse7011476" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=seslondon2011-110222042323-phpapp02&amp;stripped_title=oms-workshop-ses-london-2011-search-social-a-global-perspective&amp;userName=onlinemarketingsummit" name="__sse7011476" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more presentations from <a href="http://www.slideshare.net/onlinemarketingsummit">Online Marketing Summit</a>.</div>
</div>
<p>This was followed by the SES conference welcome and opening keynote presented by Jeffrey Hayzlette, Celebrity CMO, former Kodak CMO</p>
<p>A very entertaining and energetic presentation about story telling to engage with potential customers and focussing on what hayzlett calls the 118, others may know this as the elevator pitch. As well as this he talked about the 4 E’s – Engage, Educate, Excite and Evangelise and how these play a vital part in talking to your audience and building customer loyalty through your branding and positioning.</p>
<p>We were exposed to a few snippets of social media activity Kodak had run and one of the most facinating statistics came from a twitter campaign which they ran to come up with a name for their new waterproof video camera. They asked people via twitter what they should call the camera, the winners would have the product named after their idea and would be announced the mother/father of that product.<br />
This campaign generated more followers and interest in a few days than they had had in the whole history of the account. This just goes to show how powerful the engagement with your audience can be. I would be interested to know how many of those followers then went on to purchase a Kodak product and within how long after the campaign.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="510" height="260" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/1TU90LroUxI&amp;rel=0&amp;hl=en_GB&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="510" height="260" src="http://www.youtube.com/v/1TU90LroUxI&amp;rel=0&amp;hl=en_GB&amp;feature=player_embedded&amp;version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>The ExhibitionHall</strong><br />
The Exhibition hall was fairly &#8216;compact&#8217; as we have seen year on year at London SES and it was interesting to see many SEO link building companies competing. Amongst the rest of the 19 booths was a majority of SEO services and a spread of social media tools and technologies as well as some search marketing software and analytics tools.</p>
<p>Although I did not attend the following days I heard the seminars on everyones radar (other than the cocktail reception and parties) were &#8216;PPC or SEO? The Ultimate Search Marketing Battle&#8217;, &#8216;Update on realtime search: I want it now!&#8217; and &#8216;Killer Facebook Marketing Tactics&#8217;.</p>
<p>Did you attend? If so what seminars were of most interest to you? I would love to hear your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/ses-conference-exhibition-search-social/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Instant: What now for search marketing?</title>
		<link>http://www.digital-clarity.com/blog/pay-per-click/google-instant-what-now-for-search-marketing</link>
		<comments>http://www.digital-clarity.com/blog/pay-per-click/google-instant-what-now-for-search-marketing#comments</comments>
		<pubDate>Mon, 20 Sep 2010 07:06:25 +0000</pubDate>
		<dc:creator>Rachel Mepham</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=669</guid>
		<description><![CDATA[An article about the impact of Google Instant  and the need for marketers to address their search activity. Published in iMedia Connection  today. Read it here: http://bit.ly/digitalc]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2010/09/google-mountainview.jpg"><img class="aligncenter size-full wp-image-674" title="google-mountainview" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/09/google-mountainview.jpg" alt="" width="420" height="300" /></a></p>
<p><strong>An article about the impact of Google Instant  and the need for marketers to address their search activity. Published in iMedia Connection  today.</strong></p>
<p><strong>Read it here: </strong><a title="http://bit.ly/digitalc" href="http://bit.ly/digitalc"><strong>http://bit.ly/digitalc</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/pay-per-click/google-instant-what-now-for-search-marketing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Top SEO Tips For Business</title>
		<link>http://www.digital-clarity.com/blog/seo/5-top-seo-tips-for-business</link>
		<comments>http://www.digital-clarity.com/blog/seo/5-top-seo-tips-for-business#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:42:42 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo strategy]]></category>
		<category><![CDATA[top tips]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=645</guid>
		<description><![CDATA[In this post I wanted to cover five of many essential tips that anyone undergoing an SEO campaign should keep in mind. So without further ado, here we go: Become accustom to using your analytics software to identify your websites strengths and weaknesses.The data provided by your analytics software will allow you to track how<a href="http://www.digital-clarity.com/blog/seo/5-top-seo-tips-for-business">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>In this post I wanted to  cover five of many essential tips that anyone undergoing an <a href="http://www.digital-clarity.com/what-we-do/search-engine-optimisation">SEO</a> campaign should  keep in mind. So without further ado, here we go:</p>
<ol>
<li><strong>Become  accustom to using your analytics software to identify your websites strengths  and weaknesses.</strong>The data provided by your analytics software will allow you to track how visitors  arrived at your website, how they interacted with it and what you can do to  convert those visitors into customers.  Aim to become a ‘power user’ &#8211;  know the ins and outs of your analytics software. This is the most important  data for your website and knowing how to access and interpret it will help you  make intelligent business decisions.</li>
<li><strong>Set-up  E-commerce Tracking</strong>Whether you use the popular Google Analytics solution or an enterprise level  solution such as Omniture , you’ll have the ability to track the details of  each transaction that takes place through your website.
<p>E-commerce tracking is a must for online  stores with multiple products, but if you provide any product or service that  can be purchased online it’s highly recommended. Knowing exactly how much each  keyword contributed to your monthly revenue is invaluable when it comes to  making SEO decisions.</li>
<li><strong>Chase  the profitable keywords, not the popular ones</strong>It’s so tempting to try and rank well for keywords that have high search  volumes – it seems to makes sense that the more traffic you can drive to the  site the more sales you’re able to make, but if that keyword (KW1) has multiple  meanings, is too generic or just not a good description of your product/service  then you may struggle to see the sales you expected.
<p>With a little more research and investigation you may find two keywords (KW2,  KW3) that are far less competitive (usually therefore less search volume)  individually than KW1 but convert twice as much.</li>
<li><strong>Help the search engines help you</strong>All of the 3 major players in the search engine market (Google, Yahoo, Bing)  provide advice and guidance on helping them find, index and rank your website.  By following this advice you can ensure your pages are found and indexed  correctly for your target keywords. Sign up to services like Google Webmaster  Tools and you’ll be provided with in-depth data on what the search engines see  (or don’t see) when they crawl your website.</li>
<li><strong>If in doubt ask an expert</strong>Search engines are constantly changing the way they find and rank websites and  as a result the tips and techniques that worked in 2009 can become outdated  very quickly. For example it was (perhaps still is) widely believed that  putting your keyword in a prominent H1 header tag went a long way to helping  you rank for that keyword and companies would go to great lengths to implement  this across their websites, however it’s become evident that this is no longer  true and the time and expense put towards implementing it would now be a waste.</li>
</ol>
<p><strong>Do You need to hire an SEO Expert?</strong></p>
<p>SEO is a complicated and extensive field and many businesses  do not have the time or resources to plan and implement an effective strategy  that results in the required uplift in sales.  This may not hold true if  your business offers a niche or very localised service (for example within a 30  mile radius of their offices) but for a business that can cater for a national  or international customer base the challenges can be numerous.</p>
<p>Assess your goals, budget and capabilities before making a  decision – if SEO is something you can handle internally while achieving your  goals then it’s a great route to go, but if not you’ll need to begin the search  for an SEO Agency.</p>
<p><strong>Finding a suitable SEO Agency</strong></p>
<p>A reliable SEO agency should not only have a good reputation  and industry presence but be able to demonstrate the results they’ve achieved  with past and current clients.</p>
<p>It’s also important to feel comfortable with the way an  agency works and have faith in the service they offer. While there are many  legitimate and effective agencies, there are those who employ spamming  techniques that will at best be ineffective and at worst get you blacklisted  from the search engines entirely (a considerable problem if your website is a  main revenue stream!).</p>
<p>When done correctly Search Engine Optimisation can be an  extremely cost effective solution to growing your business online and by  partnering with an agency that has the knowledge and experience to see your  goals achieved is always recommended when your business goals exceed your  internal capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/5-top-seo-tips-for-business/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting a Value on Search Engine Optimisation (SEO)</title>
		<link>http://www.digital-clarity.com/blog/seo/putting-a-value-on-seo</link>
		<comments>http://www.digital-clarity.com/blog/seo/putting-a-value-on-seo#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:37:18 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=487</guid>
		<description><![CDATA[As a small to medium business owner you may be fairly new to online marketing, or just unaware of why SEO is so highly valued for those in the know. That’s completely understandable as many SEOs can be reluctant or unable to explain it in a way that makes sense, and more often than not<a href="http://www.digital-clarity.com/blog/seo/putting-a-value-on-seo">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>As a small to medium business owner you may be fairly new to  online marketing, or just unaware of why SEO is so highly valued for those in  the know. That’s completely understandable as many SEOs can be reluctant or  unable to explain it in a way that makes sense, and more often than not the  only thing you want to know is the ROI you can expect to receive for your  investment.</p>
<p>This post will explain the basic methodology behind  calculating your ROI based on your desired position in the search engines.  Please keep in mind this is a simplified process and although it will give you  some ball park figures should not be taken as a fool proof method. If you’re  looking for a more accurate and in depth idea of what you can expect from  successful <a href="http://www.digital-clarity.com/what-we-do/search-engine-optimisation">SEO</a>, get in touch and we’d be more than happy to help.</p>
<p><strong>Consider  this:</strong></p>
<p>Your business is a bricks and mortar jewellery store that has always done  reasonably well but you’ve decided to invest in setting up an ecommerce site to  reach a wider audience. You know this of your ecommerce website:</p>
<ul>
<li>You rank #6 for the keyword Diamond Rings</li>
<li>This keyword sends 7,000 unique visitors each  month</li>
<li>The average order value is £1,000</li>
<li>This keyword has a conversion rate of 2%</li>
</ul>
<p>The question is; what revenue could you expect for each  ranking between 5 and 1 and is the investment in achieving these positions  worth while?</p>
<h3>Calculating  Volumes</h3>
<p><img class="alignright size-full wp-image-488" title="post-table" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/06/post-table.jpg" alt="" width="247" height="209" /></p>
<p>The first step to working this out is to know what  percentage of clicks each position receives and thanks to the data leaked from  AOL several years ago we have a rough idea of what to expect.<br />
Knowing that a #6 rank for Diamond Rings provides 7,000  visitors on average we can calculate not only the total search volume, but how  many visitors you would expect to see for each position.</p>
<p>7,000 / 4.1 * 100 = 170,731 – the total search volume for  this term<br />
From here we can calculate visitor numbers for each  position. So position 1 for example:</p>
<p>Total volume / 100 * 42.1 = 71,878</p>
<h3>Calculating  Revenue</h3>
<p>Remembering that our site converts at a rate of 2%, and the  average order value for diamond rings is £1,000 we can put a figure against  each position with this calculation:</p>
<p>(No. of visitors / 100 * conv. rate) * A.O.V = total revenue</p>
<p>So for position 1:</p>
<p>(71,878 / 100 * 2) * 1,000 = £1,437,560</p>
<p><img class="alignright size-full wp-image-493" title="post-table2" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/06/post-table2.jpg" alt="" width="237" height="132" /></p>
<p>Here are some calculations I did earlier… and the first  thing our diamond ring selling friend will notice is that even an improvement  from 6 to 4 would see an additional £68,280 in revenue a month, but a position  1 ranking would <strong>increase their revenue  10 fold</strong>.</p>
<h3>Conclusion</h3>
<p>This diamond ring retailer stands to make an additional  £1,297,560 per month (£15.6 million a year) if a position 1 ranking can be  achieved. The only question that remains is how much are they prepared to  invest to obtain this? £10k? £100k? £1 million?</p>
<p><strong>How much would you invest?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/putting-a-value-on-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimising Meta Tags For Success: People Are Important Too</title>
		<link>http://www.digital-clarity.com/blog/seo/optimising-meta-tags</link>
		<comments>http://www.digital-clarity.com/blog/seo/optimising-meta-tags#comments</comments>
		<pubDate>Thu, 06 May 2010 09:08:54 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=423</guid>
		<description><![CDATA[In this post I want to discuss Optimising Meta Tags and how finding a balance between appealing to the search engines and appealing to the user is not just easy, but potentially very rewarding. This is something I have personally tested with clients over several months and if done correctly can have some really positive<a href="http://www.digital-clarity.com/blog/seo/optimising-meta-tags">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>In this post I want  to discuss Optimising Meta Tags and how finding a balance between appealing to  the search engines and appealing to the user is not just easy, but potentially  very rewarding. This is something I have  personally tested with clients over several months and if done correctly can  have some really positive results.</strong></p>
<p><strong>Our goals in  this activity are as follows:</strong></p>
<ul type="disc">
<li>Rank well for our keywords in the search engines</li>
<li>Attract more visitors when searching on our keywords (Click-through rate)*</li>
</ul>
<p>Your Meta Title  and Description are your adverts to users searching on your keywords. The more  appealing they are to an individual the better your CTR and if  you&#8217;re receiving a higher CTR in position 3 than the website in position 2 is you know you&#8217;re  doing a good job. So often I have seen websites forget this simple idea in  favour of optimising Meta tags for SEO purposes alone when the evidence for the  success of this idea surrounds them (or their listings in the SERPs at least).</p>
<div id="attachment_432" class="wp-caption alignleft" style="width: 210px"><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2010/05/g-ppc.jpg"><img class="size-full wp-image-432" title="g-ppc" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/05/g-ppc.jpg" alt="Great Ad Copy?" width="200" height="124" /></a><p class="wp-caption-text">Great Ad Copy?</p></div>
<p>I&#8217;m of  course referring to PPC adverts, where companies have even less space  to attract a user and spend thousands of pounds and hundreds of hours  optimising their ad-copy for the best possible CTR.</p>
<p>It&#8217;s true that  the results of PPC ad-copy can be seen in hours rather than weeks, or months &#8211;  and getting displayed for your desired keywords is much easier, but by adopting  a similar approach to your Meta tags, the extra effort  can pay dividends.</p>
<h3>1) Getting your  Meta Title Right</h3>
<p>The Meta Title  is the first thing a user see&#8217;s when scanning the results pages &#8211; if you can grab  them here you&#8217;ve won 80% of the battle. Obviously we want to be using our  keywords as early in the sentence as possible, but not to the detriment of  drawing in clicks. For example if you&#8217;re looking to buy some shoes, which of  the following titles would draw your eye more?<em><em> </em></em></p>
<div id="attachment_428" class="wp-caption alignright" style="width: 210px"><em><em><em><a href="http://www.digital-clarity.com/blog/wp-content/uploads/2010/05/shoes.jpg"><img class="size-full wp-image-428" title="shoes" src="http://www.digital-clarity.com/blog/wp-content/uploads/2010/05/shoes.jpg" alt="Shoes" width="200" height="151" /></a></em></em></em><p class="wp-caption-text">Pictured: Shoes, apparently...</p></div>
<p><em><em> </em></em></p>
<ol type="1">
<li><strong>A       common keyword loaded title:</strong><br />
<em>Shoes, Boots, Trainers, Pumps | The Shoe Factory</em></li>
<li><strong>Something       more advertising led&#8230;</strong><br />
<em>Amazing prices on Shoes, Boots, Trainers and Pumps | The Shoe Factory</em></li>
</ol>
<p>In the second  example we&#8217;ve used the same keywords as the first (shoes, boots, trainers,  pumps) but with the addition of &#8220;Amazing prices on&#8230;&#8221;. At this point  we&#8217;ve already got the users attention and the keywords,  if relevant to the search, draw the user into a click. This is the  first step of the AIDA model achieved, but more on that later.</p>
<h3>2) People  friendly Meta Descriptions</h3>
<p>The exact length  displayed in characters varies not only between the search engines  but between results for the same query so for the sake of this post we&#8217;ll  assume an average of 155 characters - that&#8217;s how many characters you  have to convince users who aren&#8217;t drawn in by the title that you&#8217;re the right  website for them.<br />
Using the Shoe  Factory analogy from above let&#8217;s look at two possible variations for the home  page:</p>
<ol type="1">
<li><strong>SEO       driven description<br />
</strong><em>Get your new shoes, boots, trainers or pumps online from The Shoe       Factory. Brands like DC, Adidas, Puma and Nike. Available in all shoe       sizes.</em></li>
<li><strong>Advertising       Led<br />
</strong><em>Find the shoes &amp; boots you&#8217;re looking for at The Shoe Factory, a       trusted retailer in the latest styles of DC, Adidas, Puma and Nike shoes.       Free shipping.</em></li>
</ol>
<p>With the SEO  driven description we&#8217;re again looking to  use our targeted keywords, as well as some popular brands people might be  searching for. Great, right? The search engines will pick these up, we&#8217;ve got  our main keywords in at the start and we&#8217;ll pick up more clicks from the SERPs;  an all round winner.<br />
Well yes, no  doubt getting your main keywords in near the beginning offers some benefit, but  there&#8217;s nothing that appeals to me on an emotive level &#8211; something any  advertiser will tell you is vital for success. What if the advertising led  description was below yours?<br />
<strong>Let&#8217;s look at it  again:</strong></p>
<p><strong><em>Find</em></strong><em> the shoes <strong>you&#8217;re</strong> looking for at The Shoe Factory, a <strong>trusted</strong> retailer in the <strong>latest  styles</strong> of DC, Adidas, Puma and Nike shoes. <strong>Free</strong> same day shipping.</em></p>
<p>I&#8217;ve highlighted  the words that we know will evoke emotion (albeit subtle) with the user;</p>
<ul type="disc">
<li><strong>Find</strong> &#8211; That&#8217;s what i&#8217;m trying to do as a user</li>
<li><strong>You&#8217;re</strong> &#8211; Or, me. The ad copy is addressing me directly</li>
<li><strong>Trusted</strong> &#8211; Suggests others have found the website trustworthy       and reliable which reassures me and builds trust between myself and the       website (hopefully I won&#8217;t regret it!)</li>
<li><strong>Latest       Styles</strong> &#8211; Appeals to my desire to be       fashionable and/or have the newest styles available</li>
<li><strong>Free</strong> &#8211; The most powerful word in marketing. If it&#8217;s free I       want it!</li>
</ul>
<p>So in 155  characters we&#8217;ve used most of our targeted keywords &#8211; both generic and brands,  while at the same time connecting with the user and evoking an emotive response  and all it took was a little more thought.</p>
<h3>3) AIDA &#8211; An  Easy Way to Remember</h3>
<p>The AIDA model  describes the process advertising is intended to initiate in the mind of the  customer and our first chance to do that is with our Meta Title &amp;  Description in the SERPs. I find using the AIDA model is an extremely useful  tool when optimising Meta Tags that appeal to both the search engines and  perhaps most importantly, the users.</p>
<ul type="disc">
<li><strong>Attention:</strong> Grab the users attention immediately (Title: Amazing       prices on&#8230;)</li>
<li><strong>Interest:</strong> Show the keywords that relate to what they&#8217;re looking       for. Appeals to both users and search engines  (Title &amp;       Description)</li>
<li><strong>Desire:</strong> The Meta description is our chance to make our sales       pitch and make the user perform an&#8230;</li>
<li><strong>Action</strong>: In this case the action we want the user to perform       is clicking through to our website.</li>
</ul>
<p>The Action stage  is what everything else is geared towards so ask yourself these two questions  before finalising your Meta Tags; Do these tags make me want to click through  to the website? could they be better?</p>
<p><strong>So what are your  thoughts? Have you had any experience with optimising Meta Tags for people,  search engines or finding a balance between the two? Leave your comments below!</strong></p>
<p><em>Note: *Google recently </em><a href="http://www.clickz.com/3640187"><em>updated their Webmaster Tools</em></a><em> service to show impressions and click through rates for your site in organic  search, which is hugely exciting and gives you an opportunity to easily  test for yourselves what is discussed in this post.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/optimising-meta-tags/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalised Search &#8211; The Death of SEO?</title>
		<link>http://www.digital-clarity.com/blog/seo/personalised-search-the-death-of-seo</link>
		<comments>http://www.digital-clarity.com/blog/seo/personalised-search-the-death-of-seo#comments</comments>
		<pubDate>Wed, 21 Jan 2009 14:44:07 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Personalised Search]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=119</guid>
		<description><![CDATA[An article from WebProNews sent around the office this morning sparked an interesting discussion regarding Google’s Experiment in personalized search. The author, Doug Caverly quite rightly points out that at the moment personalized search is limited to logged in users but it’s not expected to stay that way for long. In an interview with WebProNews<a href="http://www.digital-clarity.com/blog/seo/personalised-search-the-death-of-seo">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>An article from <a href="http://www.webpronews.com/topnews/2009/01/19/google-experiment-lets-users-cite-their-preferences">WebProNews</a> sent around the office this morning sparked an interesting discussion regarding Google’s Experiment in personalized search. The author, Doug Caverly quite rightly points out that at the moment personalized search is limited to logged in users but it’s not expected to stay that way for long.</p>
<p>In an interview with WebProNews Bruce Clay suggested web wide personalised search could be with us in the first quarter of 2009, regardless of whether you’re logged in or not.</p>
<p>So what’s the big deal, it sounds useful for a user but how does it affect us as online marketers?</p>
<p>Well in short SEO is dead or at least close to it. If two users search using exactly the same query and get different results based on their behaviour in the past (which will happen) how can you check search term rankings and improve results ranking?</p>
<p>Those of us that deal in SEO are going to have to revaluate how we apply our trade. Ranking, the very thing we aim to improve will mean nothing; if a website that was below you in the past is more relevant to an individual, even if you have ten times more back links, it will appear higher. Instead success metrics will revolve around conversions and traffic levels.</p>
<p>It’s not all doom and gloom however, if results start becoming personalised and relevant to the user, the traffic we receive should be targeted and result in higher conversion levels (note the word should).</p>
<p>Behavioural based results is some thing all of us in Online Marketing need to keep an eye on, if it goes as we think, it’s going to be a tough transition, but ultimately we have no choice. Keep your head up; improved organic targeting would be a fair trade for the diminished importance of SEO and it’s a real possibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/personalised-search-the-death-of-seo/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The importance of SEO in ecommerce</title>
		<link>http://www.digital-clarity.com/blog/seo/the-importance-of-seo-in-ecommerce</link>
		<comments>http://www.digital-clarity.com/blog/seo/the-importance-of-seo-in-ecommerce#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:59:00 +0000</pubDate>
		<dc:creator>Tom Collinson</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.digital-clarity.com/blog/?p=54</guid>
		<description><![CDATA[When putting together an SEO proposal for a client recently It became apparent that many companies are still operating with outdated websites that were built with no consideration for the purpose of a business website: to drive sales and grow the brand. It’s quite understandable that a business that is not online orientated will lack<a href="http://www.digital-clarity.com/blog/seo/the-importance-of-seo-in-ecommerce">Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-GB</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> When putting together an SEO proposal for a client recently It became apparent that many companies are still operating with outdated websites that were built with no consideration for the purpose of a business website: to drive sales and grow the brand.</p>
<p>It’s quite understandable that a business that is not online orientated will lack the in-house know-how and skill sets required to work with these goals in mind, it is more often the employed web design company that are at fault. The fact is however that no company can afford to ignore SEO when developing their website.</p>
<p>The culprits (if I can call them that) are companies that have not updated their website in 5 or more years, back when META tags were enough to get you listed in search engines and online sales were a drop in the ocean. Projections vary but in the next five years online sales are expect to account for between 30 and 50 percent of all retails sales, such a large amount that those not online and not competing are going to suffer hugely.</p>
<p>Now for an analogy: Imagine a shop selling exclusive designer clothing that all the stars are wearing and millions of people want – they’re going to do great business! Now imagine the same shop is located down a back alley in a quiet part of town. Suddenly this great product that’s in huge demand isn’t being sold because no one can find where to buy it!<br />
If you’re now a little worried there are a few basic checks you can make yourself:</p>
<ul>
<li>Are you using keywords you’ve specifically chosen to attract visitors and are they used in the right places?</li>
<li> Are other sites linking to you? How many? Check in Google by typing “link:www.yourdomain.com”</li>
<li> Have you included Meta Tags? (Specifically Keywords and Description)</li>
<li> Is your content unique? Do you update regularly?</li>
<li> Are you using an Analytics tool to monitor progress?</li>
</ul>
<p>This is a very brief checklist &#8211; there are many other issues a serious SEO campaign would go into but it should be enough for you to decide if you need some help. Even if you pass all of the above points it may still be worth contacting a professional SEO company with good experience to guide you. The internet opens your business up to millions of customers but it puts you in competition with just as many businesses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-clarity.com/blog/seo/the-importance-of-seo-in-ecommerce/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

