<?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>Connect - Digital Marketing Expertise from iCrossing &#187; Natural Search</title>
	<atom:link href="http://connect.icrossing.co.uk/category/natural-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://connect.icrossing.co.uk</link>
	<description>Connect</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:16:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URL Tools Add-In for Excel</title>
		<link>http://connect.icrossing.co.uk/url-tools-addin-excel_5458</link>
		<comments>http://connect.icrossing.co.uk/url-tools-addin-excel_5458#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:36:21 +0000</pubDate>
		<dc:creator>James Taylor</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[add-In]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5458</guid>
		<description><![CDATA[Here in the Natural Search department we use Excel. A lot. And frequently we are taking data from the web (such as from the rather good Open Site Explorer) and manhandling it in order to make more sense of it. As part of this process, it’s often helpful to be able to quickly pull out [...]]]></description>
			<content:encoded><![CDATA[<p>Here in the Natural Search department we use Excel. A lot. And frequently we are taking data from the web (such as from the rather good <a href="http://www.opensiteexplorer.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.opensiteexplorer.org');">Open Site Explorer</a>) and manhandling it in order to make more sense of it. As part of this process, it’s often helpful to be able to quickly pull out the domain portion of a URL. For example, let’s say you have a list of URLs like this:</p>
<ul>
<li>http://www.example.com/</li>
<li>http://www.icrossing.co.uk/file1.html</li>
<li>http://www.icrossing.co.uk/file2.html</li>
<li>http://example.com/another_file.html</li>
<li>http://www.acompletelydifferentdomain.com/</li>
</ul>
<p>You might find yourself in a position where want to take this list and reduce it to just the domain portions like this:</p>
<ul>
<li>example.com</li>
<li>icrossing.co.uk</li>
<li>icrossing.co.uk</li>
<li>example.com</li>
<li>acompletelydifferentdomain.com</li>
</ul>
<p>It’s possible to use an Excel formula to do this. Here’s one I found by searching:</p>
<p>=IF(LEFT(LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1),4)=&#8221;www.&#8221;,MID(LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1),5,256),LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1))</p>
<p>This is fine, but as you can see the formula is rather long and combining this with any further functions would be a real headache. To try to solve this, I wrote an add-In for Excel that adds a handy function to perform this step (along with a few others).</p>
<p><span id="more-5458"></span></p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/excel/url_tools.xlam"  target="_blank">Download the URL Tools Excel Add-in Here</a></p>
<p>To use the Add-in, you’ll need to save it somewhere on your computer (we use ‘C:\Program Files\URL Tools\’ by convention, which helps when sharing workbooks) and install the add-in via the Excel Options menu as follows:</p>
<p>1. Click on the Office Button in Excel</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/1-Office-Button.png" ><img class="alignnone size-full wp-image-5457" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/1-Office-Button.png" alt="1-Office-Button URL Tools Add-In for Excel" width="146" height="127" title="Url Tools Add In For Excel" /></a></p>
<p>2. Select ‘Excel Options’ from the bottom of the menu</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/2-Excel-Options.png" ><img class="alignnone size-full wp-image-5456" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/2-Excel-Options.png" alt="2-Excel-Options URL Tools Add-In for Excel" width="232" height="52" title="Url Tools Add In For Excel" /></a></p>
<p>3. Select ‘Add-Ins’ from the left hand menu in the resulting dialog box</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/3-Excel-Options-Dialog.png" ><img class="alignnone size-full wp-image-5453" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/3-Excel-Options-Dialog.png" alt="3-Excel-Options-Dialog URL Tools Add-In for Excel" width="298" height="334" title="Url Tools Add In For Excel" /></a></p>
<p>4. Click ‘Go’ where it says ‘Manage Excel Add-ins’</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/4-Manage-Excel-Add-Ins.png" ><img class="alignnone size-full wp-image-5454" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/4-Manage-Excel-Add-Ins.png" alt="4-Manage-Excel-Add-Ins URL Tools Add-In for Excel" width="324" height="84" title="Url Tools Add In For Excel" /></a></p>
<p>5. Click ‘Browse’ and browse to wherever you saved the Add-in file</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/5-Add-Ins-Dialog.png" ><img class="alignnone size-full wp-image-5455" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/5-Add-Ins-Dialog.png" alt="5-Add-Ins-Dialog URL Tools Add-In for Excel" width="303" height="374" title="Url Tools Add In For Excel" /></a></p>
<p>6 Click ‘OK‘ in the appropriate places to return to Excel</p>
<p>Hopefully, you will now have the Add-in installed. To test this, do the following: Put a URL in cell A1. Any URL, but try something long like <a href="http://en.wikipedia.org/wiki/Noel_edmonds" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">http://en.wikipedia.org/wiki/Noel_edmonds</a>. Then, in cell A2 type ‘=wwwsubdomain(A1)’. All being well, this formula should return ‘en.wikipedia.org’. If so, celebrate, otherwise go back and check the installation steps again.</p>
<p>There are a number of other functions included in the Add-in that I will summarise below. There are a couple of options for handling the domain extraction outlined above, but they are subtly different. If in doubt, you probably just want to use ‘=wwwsubdomain’.</p>
<ul>
<li>subdomain() – returns the domain part of a URL including any subdomains e.g ‘http://www.example.com/index.htm’ becomes ‘www.example.com’</li>
<li>nowww() – removes ‘www.’ from the start of a URL (note that www must be at the very beginning of the URL)</li>
<li>wwwsubdomain() – basically, a combination of the above, equivalent to ‘nowww(subdomain(A1))’. This is what you want to use most of the time!</li>
<li>urlencode() – Encodes a URL string (try it on a string like ‘Hello World!’)</li>
<li>urldecode() – Un-encodes a URL string (try it on a string like ‘Hello%20World%21’)</li>
<li>tld() – Returns the TLD of a URL (not 100% perfect but pretty good)</li>
<li>geturl() – Extracts the URL from a Hyperlink</li>
</ul>
<p>I hope you find this useful. It’s very much a work in progress so please let me have your feedback or questions in the comments section below.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/url-tools-addin-excel_5458" >URL Tools Add-In for Excel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/url-tools-addin-excel_5458/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ranking higher in Local Search Results</title>
		<link>http://connect.icrossing.co.uk/ranking-higher-local-search-results_5347</link>
		<comments>http://connect.icrossing.co.uk/ranking-higher-local-search-results_5347#comments</comments>
		<pubDate>Mon, 26 Jul 2010 10:51:14 +0000</pubDate>
		<dc:creator>Priyanka.Dalvi</dc:creator>
				<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search Rankings]]></category>
		<category><![CDATA[Natural]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5347</guid>
		<description><![CDATA[Since Google started including local entries in natural results for location-specific search queries, local search optimisation has been gaining more attention. And with Google allotting more spaces to its Map-packs, pushing the traditional results below the fold, getting listed in the local search space is becoming crucial.
I always thought location was the only factor deciding [...]]]></description>
			<content:encoded><![CDATA[<p>Since Google started including local entries in natural results for location-specific search queries, local search optimisation has been gaining more attention. And with Google allotting more spaces to its Map-packs, pushing the traditional results below the fold, getting listed in the local search space is becoming crucial.</p>
<p>I always thought location was the only factor deciding the ranking of the map listing; the better optimised the map is to the location keyword, the higher are its chances to rank on top. However, according to the latest edition of David Mihm’s <a href="http://www.davidmihm.com/local-search-ranking-factors.shtml" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.davidmihm.com');">Local Search Ranking Factors</a>, there are more points to take into consideration. The most positive ones are summarised below:-</p>
<p><span id="more-5347"></span></p>
<ol>
<li>Claiming places page/local listing</li>
<li>Associating Google Place page with proper categories</li>
<li>Use of product or service keyword in title and description of local listing</li>
<li>Use of product or service keyword in description of local listing</li>
<li>Using local area codes or numbers</li>
<li>KML File and Geo-Sitemap (the Geo-Sitemap/KML protocol is a standard enabling to identify the physical location of the business in a standard file format.)</li>
<li>hCard Microformat (standardized protocol for displaying contact information. Google and Yahoo have both announced their support for this format.)</li>
<li>Customer Reviews (although they were once considered an important aspect, this factor is now largely supposed to be diluted, as per the recent ranking research)</li>
</ol>
<p><strong>More local submissions:</strong></p>
<p>Apart from the above mentioned, submitting to as many local search engines or directories as you can will add more value to the listing as it builds trust for Google. It is also recommended that you submit the website to local search engines such as Yahoo!Local, CitySearch, Yell or SuperPages. Google has a Local Business Center, as well as data providers such as InfoUSA, which are just as helpful in pulling up the site rankings locally.</p>
<p><strong>Spying competitors:</strong></p>
<p>It is good practice to keep an eye on who is appearing on top in the listings and look into which directories they have submitted and what tactics they are using to inform future programmes of work.</p>
<p><strong>Things to avoid:</strong></p>
<p>Among the factors that can have negative impact are using 800# or multiple phone numbers across listings, using non-local area code, listing PO Box on a website without a physical address, multiple listings with same phone number and/or address, over-loading geo-targeted keywords into non-related categories or fields and a high percentage of bad reviews.</p>
<p><strong>The Future:</strong></p>
<p>Inclusion of local search in universal listings must have massively uplifted the number of local searches conducted recently.</p>
<p>Also, with Twitter joining the race and introducing <a href="http://blog.twitter.com/2010/06/twitter-places-more-context-for-your.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.twitter.com');">Twitter Places</a> (which lets you tag tweets with specific places as well as creating new Twitter Places), the local search is undergoing a major shift. People might rely more on a Twitter Place page for the most updated snapshot of a local business (complete with the latest tweets), rather than a Google Place Page — many of which often show reviews that are months or years old.</p>
<p>Google has been trying to integrate its business and maps data with real-time context via Google Buzz on Maps, but after its poorly executed launch, Buzz has fundamentally failed to capture people’s interest. Google must now try even harder to innovate if it is to prevent the inception of a Twitter-dominated local search landscape.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/ranking-higher-local-search-results_5347" >Ranking higher in Local Search Results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/ranking-higher-local-search-results_5347/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The importance of great content</title>
		<link>http://connect.icrossing.co.uk/importance-great-content_5305</link>
		<comments>http://connect.icrossing.co.uk/importance-great-content_5305#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:02:09 +0000</pubDate>
		<dc:creator>jhawkins</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[Caffeine]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Indexing]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5305</guid>
		<description><![CDATA[Writing good content for your site is not a new concept. Content is king after all. However with Googles recent shift in gear, (cranking up its indexing to Caffeine level) to cope with the sheer weight of content being produced online, there is an ever more compelling need to be sure the content you produce [...]]]></description>
			<content:encoded><![CDATA[<p>Writing good content for your site is not a new concept. Content is king after all. However with Googles recent shift in gear, (cranking up its indexing to Caffeine level) to cope with the sheer weight of content being produced online, there is an ever more compelling need to be sure the content you produce is quality and visible amongst the endless quagmire of mediocrity and spam.</p>
<p>Caffeine is “<em>a robust foundation that makes it possible for us to build an even faster and comprehensive search engine that scales with the growth of information online</em>”. What does this mean at this stage? Well exactly what it says on the tin: Caffeine is in it’s infancy but has been built with the future of ever increasing content creation in mind.</p>
<p><span id="more-5305"></span></p>
<p>Google also announced the ‘may day update’ (around May time surprisingly) which is an algorithmic change to place more focus on long tail searches. Long tail focus is a win for online content because Google will now put relevance on deeper content with less focus on domain authority and greater focus on tail terms and deep links. Going on the <a href="http://en.wikipedia.org/wiki/Pareto_principle" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" target="_blank">Pareto principle</a> 80-20 theory of the long tail then we are looking at an algorithmic shift in the worlds biggest search engine that actually favours the non-hits (or at least is trying harder to find them).</p>
<p>A quote from Matt Cutts in <a href="http://www.youtube.com/watch?v=WJ6CtBmaIQM" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.youtube.com');">this video</a>:</p>
<p>“&#8230;<em>we’re trying to assess the quality of sites that match up to long-tailed queries&#8230;</em>”</p>
<p>Assessing the quality – of course Google will continue to tweak this algorithm change to perform as smoothly as possible. Combine this with Caffeine (“<em>an even faster and comprehensive search engine that scales with the growth of information online” </em>– remember) and you have Google indexing pages, faster and in higher quantity with additional focus on the 80% of that 80-20 split getting users to deeper product pages and quality content faster.</p>
<p>If you’re into rotoscoping and close ups of Matt Cutts (or if you just want to learn the nuts and bolts of how Google finds what you’re looking for) then this is a <a href="http://www.google.com/howgoogleworks/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');">neat little video</a>.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/importance-great-content_5305" >The importance of great content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/importance-great-content_5305/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applying PPC Methods to SEO</title>
		<link>http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091</link>
		<comments>http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:18:09 +0000</pubDate>
		<dc:creator>Rob Green</dc:creator>
				<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Paid Search]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5091</guid>
		<description><![CDATA[<a href="http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091"><img class="aligncenter size-full wp-image-5206" title="Applying-PPC-methods-to-SEO" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/Applying-PPC-methods-to-SEO.png" alt="" width="600" height="250" /></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091" ><img class="aligncenter size-full wp-image-5206" title="Applying-PPC-methods-to-SEO" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/Applying-PPC-methods-to-SEO.png" alt="Applying-PPC-methods-to-SEO Applying PPC Methods to SEO" width="600" height="250" /></a>Recently, I have been working in both the PPC and SEO teams at iCrossing. Batting for both sides in this way has highlighted the traditionally very different ways in which these disciplines are generally analysed and reported on.</p>
<p>It feels like we are getting closer and closer to the point where we will be able to use the same metrics across search as a whole, and the points here are where I think that Paid Search methods can now be applied to Natural Search campaigns.</p>
<p>&#8230;..and I want to go beyond simply reporting the ROI or CPA of Natural Search campaign because, although it generally makes you look very good compared to Paid Search, I don’t need to explain how to do that (hopefully).</p>
<p><span id="more-5091"></span></p>
<p><strong>What you should already be doing</strong></p>
<p><strong><em>Focusing on Revenue</em></strong></p>
<p>Any PPC campaign is always going to boil down to how much it is costing to drive a sale, or how much money is being made for every pound that is being spent. Taking this mindset into how you target terms (for instance) in your SEO work is going to drive you the right kind of results.</p>
<p><em><strong>Splitting Brand vs Non-brand</strong></em></p>
<p>Brand traffic is arguably navigational in the most part, and non-brand traffic is arguably the valuable new customers that you are trying to acquire. This applies to all of search.</p>
<p>Just like you would in PPC, you should be looking at these SEO visitors very differently. Jumps in brand traffic could be an indicator of offline marketing successes, whereas jumps in non-brand traffic are going to be all about your performance for your core terms.</p>
<p>It’s tempting to say “you can’t really take any credit for brand traffic in SEO, because you will always be #1”, but that isn’t always true. If you are a new company or brand, brand visibility and traffic might be valuable KPIs when you begin SEO activity. In addition to this, if your brand has a generic name like “eggs.co.uk”, you need to be addressing the benefits or disadvantages this may be bringing you.</p>
<p><strong><em>CTR Testing</em></strong></p>
<p>The Google Webmaster Tools <a href="http://googlewebmastercentral.blogspot.com/2010/04/more-data-and-charts-in-top-search.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/googlewebmastercentral.blogspot.com');">now gives you CTR data</a>. There is no excuse for not testing the titles and meta descriptions for your key landing pages now. It’s not as quick or easy as it is in PPC, but you can get a good idea of the sort of things you should be including. If you have invested time and money into achieving a good ranking for a competitive term, it seems logical to optimise the result you are showing – a no-brainer in my opinion.</p>
<p><em><strong>Forecasting</strong></em></p>
<p>Not the easiest of tasks for a Natural Search campaign, but if you are hoping for significant investment from any part of any business, the chances are that they are going to request some sort of forecast. Paid Search teams have been providing forecasts split by product areas, including seasonality, for a long time, and there is enough data at your fingertips to be able to do this for an SEO campaign.</p>
<p><strong>What you might need to start doing soon</strong></p>
<p>It is not uncommon for metrics such as “contributing clicks” to be measured in Paid Search campaigns, where non-brand clicks earlier in the conversion path that end on a branded click are given some value. Nor is it uncommon to measure the uplift in branded searches during a period of good visibility for high search volume non-branded terms. These are the kind of metrics SEO people should prepare to have to report on.</p>
<p>More and more money is going into search marketing, and there is more and more scrutiny over how that money is being used, as the people who control those budgets become more and more savvy. The people running SEO campaigns now need to provide better forecasts, thoroughly explain their activities, and show the true value of the work that is being carried out. There are a number of lessons we, as SEOs, can learn from our friends in PPC.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091" >Applying PPC Methods to SEO</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/applying-ppc-methods-seo_5091/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Securely Search</title>
		<link>http://connect.icrossing.co.uk/securely-search_5000</link>
		<comments>http://connect.icrossing.co.uk/securely-search_5000#comments</comments>
		<pubDate>Thu, 27 May 2010 15:58:09 +0000</pubDate>
		<dc:creator>Liz Ayers</dc:creator>
				<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[Google Updates]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5000</guid>
		<description><![CDATA[Last week Google rolled out SSL encryption to its search product.

What it is: The option of establishing a secure https connection when searching google.com
How to use it: Visit https://www.google.com (Attention to the extra &#8220;s&#8221;) and search as usual.
What it is SSL: SSL (Secure Sockets Layer) is a protocol that provides secure communications on the Internet [...]]]></description>
			<content:encoded><![CDATA[<p>Last week Google rolled out SSL encryption to its search product.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Google_SSL_beta_logo.png" ><img class="size-full wp-image-5001  aligncenter" style="border: 0pt none;" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Google_SSL_beta_logo.png" alt="Google_SSL_beta_logo Securely Search" width="285" height="118" title="Securely Search" /></a></p>
<p><strong>What it is:</strong> The option of establishing a secure https connection when searching google.com</p>
<p><strong>How to use it:</strong> Visit https://www.google.com (Attention to the extra &#8220;s&#8221;) and search as usual.</p>
<p><strong>What it is SSL</strong>: SSL (Secure Sockets Layer) is a protocol that provides secure communications on the Internet for things liike web browsing, e-mail, instant messaging &amp; other data transfers.</p>
<p><strong>Advantage:</strong> Added security for your users. It helps protect your search terms and your search results pages from being intercepted by a third party on your network.</p>
<p><strong>Effect:</strong> Potentially a slightly slower service due to the additional time to set up the encryption between your browser and the remote web server.</p>
<p><strong>Other:</strong> Not all products are available with a SSL so there will not be the usual links to other products like Maps &amp; Images.</p>
<p><strong>When to use it:</strong> When not on a non-secure Internet connection, such as a public wireless or non-encrypted network.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/securely-search_5000" >Securely Search</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/securely-search_5000/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Evolution of Search</title>
		<link>http://connect.icrossing.co.uk/evolution-search_4894</link>
		<comments>http://connect.icrossing.co.uk/evolution-search_4894#comments</comments>
		<pubDate>Thu, 29 Apr 2010 13:01:31 +0000</pubDate>
		<dc:creator>Nilhan</dc:creator>
				<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Connected]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4894</guid>
		<description><![CDATA[The Evolution of Search 
The last eighteen months saw some of the most significant changes to the way Google produces its natural search listings. While Google updates its ranking algorithm almost on a daily basis, inclusion of entirely new signals are rare.
Since the launch of Google in 1998, back link analysis determined the credibility and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Evolution of Search </strong></p>
<p>The last eighteen months saw some of the most significant changes to the way Google produces its natural search listings. While Google updates its ranking algorithm almost on a daily basis, inclusion of entirely new signals are rare.</p>
<p>Since the launch of Google in 1998, back link analysis determined the credibility and relevance of a webpage. This worked well in 96 but by 2007, the very thing that helped Google dominate was also becoming its Achilles heel. As the SEO industry battled for the first page, links were getting far too noisy to provide the signal of quality they once represented.</p>
<p><strong>The introduction of user data</strong></p>
<p>In 2009 we saw the introduction of user data in the form of the Vince Update. It was characterised by  the dominance of brands across highly competitive search real-estate, even when they were not specifically optimised in the traditional sense.</p>
<p>While the SEO community complained Google was favouring brands – <a href="http://connect.icrossing.co.uk/unlocking-googles-vince-update_2990"  target="_blank">our research into Vince</a> showed a strong correlation between  user data and better semantics. The sites doing well had a lot in common – they were all highly searched-for in their category and they were also synonymous with their core category keywords on the web.  For example, many people search for ‘British Airways’ following a query for ‘flights’, and the words ‘British Airways’ and ‘flights’ also appeared on the same pages a lot. As a result of this, Google has judged that ranking BA high for a search on ‘flights’ will provide a better user experience, regardless of whether the word appears on its site.</p>
<p><span id="more-4894"></span></p>
<p><strong>Personalised search</strong></p>
<p>In December 2009, Personalised search was made default for every browser with cookies enabled, bringing an end to the universally-shared search experience. For queries with several meanings, Google attempts to return results based on ‘your’ historical context. When you search for BMI, do you mean the airline or the body mass index? If Google knows you like Amazon, then it will boost Amazon in future results.</p>
<p>For brands, building a search and web history with your customers and potential new customers becomes more important than just being visible to everyone. Failing to provide an engaging experience could also mean being less visible to a user in future results. If you have a loyal user-base it’s now harder for competitors to enter your search space. Of course, it’s also harder for you to enter theirs.</p>
<p><strong>Social search</strong></p>
<p>In January this year, Google’s social search moved from labs to beta on Google.com. For certain queries, content from your social circle &#8211;  those publically declared by you through Gmail and many of the popular social networks &#8211; are included in your results. So, if I search for ‘broadband’, and someone in my social graph is complaining about their provider, I’ll see that in my result. While Social search will  expose customer dissatisfaction, being talked about positively by a user’s peer group is about as good as advocacy getsis .</p>
<p><strong>Real-time search</strong></p>
<p>As it attempted to make the most of social signals in its search results, Google had an additional concern &#8211; the increasing popularity of real-time status data provided by Facebook and Twitter. For topical events, people were opting for real-time engines for discussion and discovery. In the short term, Google’s only option was to follow Bing and, for highly trending topics, simply include Twitter data directly into results. To me the integration looks poor and rarely useful in its current format. I suspect that this is a moving target, and things will continue to evolve as Google collects more data. For brand that are being talked about, having a presence on and the ability to respond through real-time engines will become an integral part of digital communications.</p>
<p>So, in a very short timeframe SEO moved from a purely technical discipline that could almost operate independently to other marketing and communication to one where success is intrinsically linked to what a brand is achieving elsewhere online. The key to this is taking a holistic, user-centric view of the marketing mix – considering user journeys across different marketing budgets, and taking a more integrated planning approach to your search, social and creative initiatives. This doesn’t mean that traditional SEO is now unimportant. Your site still needs to be accessible and relevant. But now, if you are to do well in search your brand also needs to be searched for, talked about and liked by users.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/evolution-search_4894" >The Evolution of Search</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/evolution-search_4894/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Reasons to use Google Places</title>
		<link>http://connect.icrossing.co.uk/5-reasons-google-places_4859</link>
		<comments>http://connect.icrossing.co.uk/5-reasons-google-places_4859#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:32:27 +0000</pubDate>
		<dc:creator>Doug Platts</dc:creator>
				<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[places]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4859</guid>
		<description><![CDATA[One of the handy things about having US offices is that when a new developments happen in Search, they are usually launched over in the States and then filter out to the rest of the World up to 6 months later. This happens with Search Engine updates such as Vince and the launch of new [...]]]></description>
			<content:encoded><![CDATA[<p>One of the handy things about having US offices is that when a new developments happen in Search, they are usually launched over in the States and then filter out to the rest of the World up to 6 months later. This happens with Search Engine updates such as <a href="http://connect.icrossing.co.uk/unlocking-googles-vince-update_2990"  target="_blank">Vince</a> and the launch of new Search Engines such as <a href="http://connect.icrossing.co.uk/preparing-bings-uk-launch_3548"  target="_blank">Bing</a>.</p>
<p>Most recently is the launch of <a href="http://googleblog.blogspot.com/2010/04/introducing-google-places.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/googleblog.blogspot.com');" target="_blank">Google Places</a> to replace Google Local Business Listing on Tuesday of this week.</p>
<p>So what&#8217;s new in Google Places:</p>
<ul>
<li><strong>Service areas:</strong> Businesses that travel to their customers can now specify which geographic areas they serve and be eligible to show in search results for queries in those areas. Also, if a business doesn’t have a physical street address, its address can remain private.</li>
<li><strong>Tags:</strong> For a flat fee of $25/month, businesses can enhance their listings with a yellow Maps icon that displays a customizable line of text describing any aspect of the business.</li>
<li><strong>Business photo shoots: </strong>Businesses can already upload photos of their locations to their Google Place page. Now Google is offering to do a free interior photo shoot of the business as well.</li>
<li><strong>QR codes:</strong> From its Place page dashboard, a U.S. business can now download a QR code, that if scanned by a user’s capable smartphone, will direct that user to the mobile version of that business’s Place page.</li>
<li><strong>Favorite Places:</strong> Google plans to mail window decals with QR codes to 50,000 businesses around the U.S. to use in advertising at their locations.</li>
</ul>
<p>Below is some handy advice from Eric Sidone (<a title="esidone" href="http://twitter.com/esidone" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" target="_blank">@esidone</a>) our Natural Search Strategist in the Phoneix Office of  iCrossing.<br />
<span id="more-4859"></span></p>
<p><strong>Reason’s to Hang Your Google Marker</strong></p>
<ol>
<li><strong>Engage Your Audience Offline:</strong> Internet users are accustomed to using search engines to find  information.  This need for information is localized with mobile  searches on the fly, and now QR codes offer another touch point for  brands and consumers.</li>
<li><strong>Be a Market Leader (beat your  competitor into the QR Code game): </strong>Silver Surfers are on  Facebook, and new technology is becoming less foreign to broader  segments at a faster rate of time.  If a map marker fits within your  brand standards, then embracing QR Codes can resonate with your audience  which will position you to be top-of-mind as local search evolves.</li>
<li><strong>Promote a Sale with Coupons: </strong>Coupons  can be tied to your GLBC account.  Putting an offer in the hands of the  consumer at the point when they are looking at your physical location  is a huge opportunity to drive sales.</li>
<li><strong>Capture Valuable Feedback: </strong>We  see twitter and other networking sites become a channel for complaints  and accolades for consumers.  Now, feedback from consumers is one “click  of the camera” away, and can provide almost up to the minute consumer  data in a nearly face-to-face environment.</li>
<li><strong>Enhance each Google Channel to  Improve Overall Conversions: </strong>Industry data shows the benefits  of running paid and natural campaigns together.  Combining local and  mobile into that data set only reinforces the value of optimizing your  business in Google Local.</li>
</ol>
<p>You can read the full post <a href="http://greatfinds.icrossing.com/five-reasons-to-display-a-google-places-qr-code/" onclick="javascript:pageTracker._trackPageview('/outbound/article/greatfinds.icrossing.com');">Five Reasons to Display a Google Places QR Code here</a>.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/5-reasons-google-places_4859" >5 Reasons to use Google Places</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/5-reasons-google-places_4859/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speed up to keep up with Google&#8217;s new ranking factor</title>
		<link>http://connect.icrossing.co.uk/speed-googles-ranking-factor_4800</link>
		<comments>http://connect.icrossing.co.uk/speed-googles-ranking-factor_4800#comments</comments>
		<pubDate>Wed, 14 Apr 2010 11:40:49 +0000</pubDate>
		<dc:creator>Liz Ayers</dc:creator>
				<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[page load time]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4800</guid>
		<description><![CDATA[A while ago Google said they were going to be looking at a site’s performance speed as a ranking factor and at the end of last week (Friday April 9th) this was confirmed to now be in place in the US results, yet to be rolled out internationally.
Google aims to give a great user experience [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago Google said they were going to be looking at a site’s performance speed as a ranking factor and at the end of last week (Friday April 9<sup>th</sup>) this was confirmed to now be in place in the US results, yet to be rolled out internationally.</p>
<p>Google aims to give a great user experience by delivering users information more quickly and webmasters now play a role with responsibility to contribute towards this by developing sites with good performance. By prioritising sites which can deliver their content quickly whilst also being relevant, Google steps again in the direction in achieving their goal.</p>
<p>This new ranking factor is still one in hundreds, effecting a nominal amount of search queries and is still marginal in comparison to ‘relevancy’, so don’t down tools and change strategies. It is recommended to continue focusing on relevancy and providing valuable accessible content, but do not neglect looking at site performance speed to fine tune your rankings.</p>
<p>There are a number of free tools to use to diagnose your site performance issues and amongst those is ‘<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=158541" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');">Site Performance</a>’, an experimental Google labs feature which can be accessed through Google’s Webmaster Tools. From here you can find out latency information about your site and find some recommendations on how to make improvements.</p>
<p>If not for your rankings alone, it is worth considering page load performance for onsite usability to increase your conversion rate!</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/speed-googles-ranking-factor_4800" >Speed up to keep up with Google&#8217;s new ranking factor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/speed-googles-ranking-factor_4800/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our Google Chrome extension v2 &#8211; Numbered search results</title>
		<link>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778</link>
		<comments>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:21:57 +0000</pubDate>
		<dc:creator>Dominic Parker</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome extension]]></category>
		<category><![CDATA[SERPS]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4778</guid>
		<description><![CDATA[A few weeks ago I created an extension that would number the search results in Google and Google UK.
I&#8217;ve now updated it so it works on all Google regional engines, as well as Yahoo and Bing including all their regional engines.
It also now has another feature which I thought would be quite helpful; one-click switching [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/screen1.png" ><img class="alignright size-full wp-image-4779" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/screen1.png" alt="screen1 Our Google Chrome extension v2 - Numbered search results" width="371" height="265" title="Our Google Chrome Extension V2   Numbered Search Results" /></a>A few weeks ago I created an extension that would number the search results in Google and Google UK.</p>
<p>I&#8217;ve now updated it so it works on all Google regional engines, as well as Yahoo and Bing including all their regional engines.</p>
<p>It also now has another feature which I thought would be quite helpful; one-click switching of the number of displayed results.</p>
<p>Links are placed at the top of Google and Yahoo, which link through to SERPS of different result sizes for the same search term. This utilises parameters in the search engines URL, and will not change your default setting.</p>
<p>You can install the extension by clicking <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dmnnjndoiehcknbcbclpcbaageafndkff%26uc%26lang%3Den-GB&amp;prod=chrome&amp;prodversion=4.1.249.1045" onclick="javascript:pageTracker._trackPageview('/outbound/article/clients2.google.com');">here</a> in Chrome, and extensions homepage can be found <a href="https://chrome.google.com/extensions/detail/mnnjndoiehcknbcbclpcbaageafndkff" onclick="javascript:pageTracker._trackPageview('/outbound/article/chrome.google.com');" target="_blank">here</a>.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778" >Our Google Chrome extension v2 &#8211; Numbered search results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Search &amp; Social Synergies</title>
		<link>http://connect.icrossing.co.uk/7-search-social-synergies_4727</link>
		<comments>http://connect.icrossing.co.uk/7-search-social-synergies_4727#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:27:06 +0000</pubDate>
		<dc:creator>Doug Platts</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[network analysis]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[synergy]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4727</guid>
		<description><![CDATA[<a href="http://connect.icrossing.co.uk/7-search-social-synergies_4727"><img class="aligncenter size-full wp-image-4796" title="7-Search-&#38;-Social-synergies" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/7-Search-Social-synergies.gif" alt="" width="600" height="250" /></a>]]></description>
			<content:encoded><![CDATA[<p><strong>1) Video content &amp; Personalised SERPs</strong></p>
<p>When creating a video or TV ad, reference your web site &#8211; and not just with the URL but also with &#8220;Search for &#8230;&#8221;. Not only with this aid in the viewer of the video remembering more easily how to navigate to your site, or even a specific web page, but also it can help influence viewers personalised searches within Google.</p>
<p>Through understanding Social Media platforms and understanding the networks your target audience live in you can seed these videos effectively for maximum exposure.</p>
<p>With personalised search now by default within Google, brands need to think how they can maximise on their audiences search history. Instead of suggesting at the end of the video or TV ad to search for just the brand name, consider incorporating non-brand terms into the call to action as well, i.e. &#8220;Search for <em>brand product/service</em>&#8220;. This can then build you brands relation to these non-brand terms and influence your rankings for these terms as well.</p>
<p>Of course this has huge potential if the videos created are useful, engaging, easy to share and of course have that &#8216;je ne sais quoi&#8217; element that makes videos go viral.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3053/2726517366_050ef7ea11.jpg" alt="2726517366_050ef7ea11 7 Search & Social Synergies" width="500" title="7 Search & Social Synergies" /></p>
<p>Photo credit: CC Flickr user <a href="http://www.flickr.com/photos/dantaylor/2726517366/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" target="_blank">dan_taylor</a></p>
<p>But be aware, if executed poorly like the <a href="http://www.campaignlive.co.uk/news/828882/Fallon-unveils-Orange-I-am-TV-spot/" >Orange ‘I am’</a> campaign you open yourself up to a lot of criticism. Orange promoted “I am” through their commercials &amp; billboards, initially it  was a fail (it still is.. they rank #3 currently) as their site wasn’t ranking for the keyword in Google natural search and industry experts criticised them for their poor implementation.<br />
<span id="more-4727"></span></p>
<p><strong>2) Network Analysis &amp; Link Equity</strong></p>
<p>Through performing a Network Analysis Audit of the Web it is possible to identify where your target audience have their own sites, or where there are communities that are having conversations around your brand, products or topics related to your brand. This analysis allows you to narrow down the vastness of the Internet and ensure your strategy and efforts are as focused as possible.<a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/Doug-blog-post-1.png"><br />
</a><img class="size-full wp-image-4764 alignleft" style="border: 0pt none;" title="Doug-blog-post-1" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/Doug-blog-post-12.png" alt="Doug-blog-post-12 7 Search & Social Synergies" width="256" height="280" /></p>
<p>Not only will this audit and analysis identify ways to engage with your target audience through the means of Social Media but it will also identify opportunities to develop relationships with topically relevant sites. These relationships can lead to your brand creating useful content that can be hosted on these sites, which can have relevant links incorporated where necessary resulting in targeted, optimised links from topically relevant sites.</p>
<p><strong>3) Brand Advocates &amp; Social Search</strong></p>
<p>By understanding your target audience and being active within the communities that they live in you can extend your reach beyond your brands immediate &#8220;friends/fans&#8221;. This is through looking for opportunities to be visibility to the friends of your brands friends.</p>
<p>As <a href="../../../../../google-bing-social-search_3575">Google&#8217;s Social Search</a> becomes more ingrained into everyday SERPs your brand can start to become visible for core, competitive terms through <a href="http://code.google.com/apis/socialgraph/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');">Social Circle</a> listings &#8211; even if you haven&#8217;t gained a Web listing yet.</p>
<p>Through building your online reputation and influence your brand&#8217;s own community will grow and from this it&#8217;s extended community will increase massively.</p>
<p><strong>4) Conversation &amp; Link Worthy Content</strong></p>
<p>Link Worthy Content is any content that is created where one of its main purposes is the gaining of natural links. Blogs, forums, news sites and many other sites will frequently link to content that is useful or interesting to their users. Creating content that site owners will willingly link to is difficult, but highly rewarding. This can be content such as infographics, unique vouchers, guides, reviews, exclusive content, etc.<a href="http://connect.icrossing.co.uk/mobile-browser-market-share-map_4217"  target="_blank"><img class="alignleft" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/02/mobile-market-share.gif" alt="mobile-market-share 7 Search & Social Synergies" width="100%" title="7 Search & Social Synergies" /></a></p>
<p>There are various Social Media platforms that are great for developing awareness of new, useful content. These are platforms such as twitter, facebook, Digg and Reddit as well as blogs and forums of brand advocates that have been identified through your Network Analysis Audit. As this awareness increases and traffic is driven to your site people will start to link to your content if it is useful or interesting.</p>
<p><strong>5) Social Profile &amp; Localisation</strong></p>
<p>Localised listing hasn&#8217;t really been developed into Social Media platforms but is incorporated in search results for destination related searches. However it is only a matter of time before this cross-over happens.</p>
<p>For example if someone tweets that they are going away for a weekend to London then they can then be shown a list of bars, restaurants and shops with exclusive offers that are on during that approximate time period. All of this pulling in maps and local business listings &#8211; whether this is on their laptop or desktop or even via their mobile phone.</p>
<p>As a brand you need to ensure, where applicable, that you own your local listings &#8211; even if at the moment this is only through getting all your branches listed in Google Local Business for both Paid and Natural Search.</p>
<p><strong>6) The Platform &amp; The Tail of Search</strong></p>
<p>Now creating a blog or forum may not be appropriate for all brands. Some brands may find the best way to engage with their audience is through other people&#8217;s forums or platforms such as twitter and facebook. But if it is right for your brand then it is imperative that SEO is built into this platform and that it is accessible to search engine spiders to ensure the possibility of visibility within search engines.</p>
<p>If your platform is accessible it allows you to mine the tail of search for your products and services. Allowing you brand to gain visibility for niche terms and related terms that may not have a place on your main site. This platform will allow you to build on your customer service as the community you build asks and answers questions about your products and service or related topics. But don&#8217;t forget if you do decide to build a platform with the aim of building a community, you do need to give your audience a reason to visit, engage and come back &#8211; otherwise you may end up with a ghost town!</p>
<p><strong>7) Topic of conversation &amp; search behaviour</strong></p>
<p>Through monitoring trending topics with tools such as Google Insights and understanding your target audience&#8217;s search behaviour you can develop an understanding of their needs. This can help inform the types of conversations you have or engage in around your brand, products and services or related topics.</p>
<p>Now these are some ideas that could be used for your brand, and this is by no means everything, for example I haven&#8217;t mentioned the recent incorporation of live <a href="../../../../../real-time-search-live-google_3795">twitter results into SERPs</a> and the Google’s convergence of Search and Social. However it is not about rushing in and trying everything, or even any of these ideas. That could even have a negative impact on your brand and its growth online. It&#8217;s about the research and the execution of the strategy that will allow your brand to flourish through the means of Search and Social Media.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/7-search-social-synergies_4727" >7 Search &#038; Social Synergies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/7-search-social-synergies_4727/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
