<?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>Rob Kerry</title>
	<atom:link href="http://robkerry.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://robkerry.co.uk</link>
	<description>Corporate SEO, Internet Marketing &#38; e-Business</description>
	<lastBuildDate>Tue, 22 Dec 2009 18:19:03 +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>Gaining SEO Value From Your Affiliates</title>
		<link>http://robkerry.co.uk/blog/seo-value-from-affiliates.html</link>
		<comments>http://robkerry.co.uk/blog/seo-value-from-affiliates.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:10:24 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://robkerry.co.uk/?p=131</guid>
		<description><![CDATA[
			
				
			
		
Overview
Recessions are a time for belt-tightening within companies and most in-house SEOs have probably already been approached by their CMO / Marketing Director, asking for ways to cut costs and make better use of existing resources. There&#8217;s only so-many pages you can tweak or site architecture issues you can fix before SEO comes down to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fseo-value-from-affiliates.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fseo-value-from-affiliates.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2>Overview</h2>
<p>Recessions are a time for belt-tightening within companies and most in-house SEOs have probably already been approached by their CMO / Marketing Director, asking for ways to cut costs and make better use of existing resources. There&#8217;s only so-many pages you can tweak or site architecture issues you can fix before SEO comes down to one thing &#8211; links.</p>
<p>Links are costly, whether you buy them, ask for them or bait them &#8211; time is money and links take up valuable time and resources. If your company is like the many that I&#8217;ve worked with, you&#8217;re probably already attracting links in the form of display advertising and affiliate links, but these add nothing to your site&#8217;s authority or rankings. Ad tracking systems such as Doubleclick block search engines from following their links and most affiliate systems and providers send crawlers through a slurry of ugly redirects.<span id="more-131"></span></p>
<p>Now is the perfect time to convince your fellow marketers that old-school tracking solutions add very little value to the business, whilst an in-house SEO friendly solution could significantly boost revenues from Search and reduce link development costs.</p>
<h2>The Old Solution</h2>
<p>Companies in the most aggressive industries such as Poker realised the value of affiliate links many years ago, with most now running an in-house program with search engine friendly URLs. These consisted of a tagged-up URL e.g.</p>
<blockquote><p>http://www.example.com/?affiliate=123456</p></blockquote>
<p>This URL then dropped an affiliate cookie and <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=93633" target="_blank">301 Redirected</a> users and search engines back to a clean URL e.g.</p>
<blockquote><p>http://www.example.com/</p></blockquote>
<p>As Google tends to pass authority down through 301 redirects (especially within the same hostname), it meant that every poker affiliate was effectively strengthening the website that they were promoting. This significantly reduced the number of links that a poker site would have to acquire in order to compete in the space, reducing costs whilst freeing up resources.</p>
<p>This technique is slowly becoming less effective however, having discussed the matter with other SEOs (most with gaming experience) on a &#8220;Give It Up&#8221; conference session at <a href="http://searchmarketingexpo.com/london/" target="_blank">SMX London</a> this year. My personal view is that this has more to do with gaming affiliates pushing clicks through their own tracking, before redirecting people through the actual affiliate link &#8211; although it could also be a dampener put in place by Google.</p>
<h2>The New Improved Solution</h2>
<p>At the previously mentioned conference, I discussed some other possible solutions to harnessing affiliate link juice during my presentation. My personal favourite was the use of a # anchor on the end of URLs. The # symbol was traditionally used to link to sections within a page (useful in the old days of single-page university thesis) and more recently to combat issues with AJAX. Search Engines have confirmed that they totally ignore the # on URLs, not even causing duplication issues, unlike a query string. In other words;</p>
<blockquote><p>http://www.example.com/dir/file.html#123456</p></blockquote>
<p>&#8230;is seen as identical to:</p>
<blockquote><p>http://www.example.com/dir/file.html</p></blockquote>
<p>Unfortunately (as far as I&#8217;m aware) browsers do not parse the anchor (or &#8220;fragment&#8221;) back to the web server, which means that some JavaScript is needed. This can be implemented in the same way as a Google Analytics tracking pixel e.g.</p>
<pre class="chili"><code class="=javascript"">
&lt;script type=&quot;text/javascript&quot;&gt;
var isSSL = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://www.&quot; : &quot;http://www.&quot;); document.write(unescape(&quot;%3Cimg src=&#039;&quot; + isSSL + &quot;example.com/affiliatetracker.php?affiliate=&quot; + self.document.location.hash.substring(1) + &quot;&#039; /&gt;&quot;));
&lt;/script&gt;
</code></pre>
<p>Affiliates can now link to any page on your site with this JavaScript on, you&#8217;ll log their affiliate ID via the # anchor and drop an appropriate first-party cookie. This implementation would be as cross-browser compatible as any web analytics solution and therefore trusted by affiliates to give accurate results.</p>
<h2>Option 2</h2>
<p>If JavaScript isn&#8217;t your cup of tea, how about taking advantage of the <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" target="_blank">canonical link tag</a>? Google states that the tag helps them to identify and remove duplicate URLs from their index. It&#8217;s suggested that link juice also flows correctly into the main URL specified in the tag. Rather than using a 301 Redirect (useful in the old days, when Google would have seen affiliate URLs as duplicate pages) we can send traffic directly to pages with the query string intact e.g.</p>
<blockquote><p>http://www.example.com/dir/file.html?id=123456</p></blockquote>
<p>With the following link tag in the page&#8217;s HTML:</p>
<blockquote><p>&lt;link rel=&#8221;canonical&#8221; href=&#8221;http://www.example.com/dir/file.html&#8221; /&gt;</p></blockquote>
<p>I personally see Option 1 as the safer bet, although they&#8217;re both good alternatives to traditional affiliate tracking.</p>
<h2>What Are The Advantages?</h2>
<p>Although many large affiliates use their own tracking systems on affiliate links, a good percentage will use your links in the format that you supply them &#8211; especially in less competitive markets or where product feeds are concerned.</p>
<p>If you have a product catalogue, how much would it cost you to acquire quality links into every product page?</p>
<p>When affiliate links pass-on juice, not only can you develop links at zero cost, the links will most likely use your product names for their anchor text &#8211; giving you a significant &#8220;exact match&#8221; link advantage over your competitors. If a link costs you $200 in man-power to acquire and you have 200 active affiliates that install the new affiliate link format, that&#8217;s a cost saving of at least $40,000 in link development. Not to mention the fact that most affiliates will link to multiple sections of your site or even every product page!</p>
<p>A recession is the perfect time to pour R&amp;D into SEO and other marketing channels, you&#8217;ll be surprised how many new ideas can be developed with very little expense for the business.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/seo-value-from-affiliates.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ayima Launches In America</title>
		<link>http://robkerry.co.uk/blog/ayima-launches-in-america.html</link>
		<comments>http://robkerry.co.uk/blog/ayima-launches-in-america.html#comments</comments>
		<pubDate>Sat, 04 Apr 2009 06:55:54 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=62</guid>
		<description><![CDATA[
			
				
			
		
As I write to you from my hotel room in Australia, I can&#8217;t help but reflect on how crazy the last few months have been. The week before MJ, Mike, Jane and I flew out for SMX Sydney, our long time friend Tony Spencer came to visit the Ayima office. After a number of chats [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fayima-launches-in-america.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fayima-launches-in-america.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img alt="Tony 'notsleepy' Spencer (right)" src="http://farm1.static.flickr.com/179/455279781_74168d3bf1_m.jpg" title="Tony 'notsleepy' Spencer (right)" width="240" height="180" align="right" />As I write to you from my hotel room in Australia, I can&#8217;t help but reflect on how crazy the last few months have been. The week before <a href="http://www.ayima.com/management.html">MJ</a>, <a href="http://www.nott.org/">Mike</a>, <a href="http://www.janecopland.co.uk/">Jane</a> and I flew out for <a href="http://www.searchmarketingexpo.com.au/">SMX Sydney</a>, our long time friend <a href="http://www.tonyspencer.com/">Tony Spencer</a> came to visit the <a href="http://www.ayima.com/">Ayima</a> office. After a number of chats with the corporate Mikes, Tony agreed to join the Ayima family and launch our new US office. I&#8217;ve known Tony since SES San Jose 2006, chatting in-between the dozens of Tequila shots that Ekky plied me with in an effort to recruit me into PartyGaming. It&#8217;s a fantastically exciting move for our company and I&#8217;m really looking forward to working with him again after our time at PG.</p>
<p>I&#8217;m so proud of what Ayima has achieved in such a short time, having some of the UK&#8217;s largest companies on our client list after just 2 years in business. It just goes to show what happens when you have a solid strategy and proven results in the toughest of markets. I&#8217;m positive that our US operation will be as successful, probably more so, as our UK business.</p>
<p>It was also great to visit Australia for the first time, I&#8217;ve met some wonderful people and caught up with old industry friends. Congratulations to <a href="http://www.searchstrategies.com.au/">Barry</a>, <a href="http://twitter.com/seonounou">Lisa</a> and <a href="http://twitter.com/DDsD">Dave</a> for making SMX Sydney a must-attend event in the conference calendar, which rivalled and in many ways outpaced a lot of the major US conferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/ayima-launches-in-america.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running Micro-Sites and Reducing Hosting Costs</title>
		<link>http://robkerry.co.uk/blog/micro-site-seo-hosting.html</link>
		<comments>http://robkerry.co.uk/blog/micro-site-seo-hosting.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 23:28:43 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=57</guid>
		<description><![CDATA[
			
				
			
		
Running dozens/hundreds of websites can be an expensive business, hosting alone can cost upwards of $250 a year for each site. SEOs will often look to host each website on a different IP range or in a totally different country. You may want to host country-specific sites in their target country, but not want to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fmicro-site-seo-hosting.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fmicro-site-seo-hosting.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Running dozens/hundreds of websites can be an expensive business, hosting alone can cost upwards of $250 a year for each site. SEOs will often look to host each website on a different IP range or in a totally different country. You may want to host country-specific sites in their target country, but not want to have to replicate your CMS or custom platform on every hosting server. A slightly darker reason for spreading your sites across different hosts would be to manage micro-sites that appear independent and use them to point link juice into your website.<br />
<span id="more-57"></span><br />
One experiment I made last year was a script to auto-upload and update WordPress blogs no matter where they were hosted. Most web hosts don&#8217;t offer SSH access though and managing a large number of files via a PHP FTP class can get very messy. This also didn&#8217;t reduce costs, as each hosting account still required a MySQL database and all the pre-requisites for running WP.</p>
<p>A better solution comes in the form of copying the way that web proxies work. You&#8217;ve probably come across web proxies when investigating duplicate/scraped content; they basically allow someone to view a web page  without leaking their browser, location or IP details to the website owner or their analytics provider. They&#8217;re mostly used by school kids to circumvent website restrictions, the tin-foil hat brigade, and by those living in countries with repressive regimes. The part that we&#8217;re interested in though is how the script visits a URL, temporarily stores the HTML, images plus JS/CSS and then displays the page without ever leaving the proxy site. Any web page can be viewed on the proxy site&#8217;s domain, without the proxy user noticing any difference.</p>
<p>Using these principles, I&#8217;m going to show you how you can manage all of your websites on a single, good quality, hosting account, whilst making them appear to be hosted on different hosts.</p>
<p><strong>Step 1</strong><br />
Find a really reliable web host with high uptime and powerful servers. I use <a href="http://www.vpslink.com/">VPS Link</a> for my VPSs and <a href="http://www.liquidweb.com/">LiquidWeb</a> for my hosting accounts. The larger your planned network will be, the more you should invest in this single site hosting. This will be our &#8220;hub site&#8221;.</p>
<p><strong>Step 2</strong><br />
Create a simple Content Management System that can load different templates and content based on the URL parameter parsed to it (e.g. ?site=1). Alternatively you can use an existing CMS and adapt it to load data from different databases, depending on the variable sent to it. For WordPress you can make the following change to wp-config.php:</p>
<pre class="chili"><code class=":php">
define(&#039;DB_NAME&#039;, &#039;database&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;username&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;password&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
</code></pre>
<p>To:</p>
<pre class="chili"><code class=":php">
switch ($_GET[site]) {
case &quot;1&quot;:
define(&#039;DB_NAME&#039;, &#039;database1&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;username1&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;password1&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
break;
case &quot;2&quot;:
define(&#039;DB_NAME&#039;, &#039;database2&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;username2&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;password2&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
break;
case &quot;3&quot;:
define(&#039;DB_NAME&#039;, &#039;database3&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;username3&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;password3&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
break;
default:
define(&#039;DB_NAME&#039;, &#039;database&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;username&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;password&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
break;
}
</code></pre>
<p>I&#8217;ll be releasing a free Open Source (GPL) application shortly which will manage this and your blogs for you using a simple browser based GUI.</p>
<p><strong>Step 3</strong><br />
Register as many <a href="http://www.google.com/search?q=free+web+hosting">free or cheap hosting accounts</a> as you&#8217;d like, each will be displaying a unique website. You&#8217;d be surprised how many companies offer free hosting in exchange for a simple advertisement or link on your site. Each host must support PHP and use Apache Web Server (this qualifies 99% of web hosts). No MySQL databases or special PHP functions are needed. These will host our &#8220;node sites&#8221;.</p>
<p><strong>Step 4</strong><br />
Now this is where the magic happens. We&#8217;re going to upload just 2 files to each of our new node site hosting accounts. After this, you&#8217;ll never have to FTP into or touch the hosting account again thanks to our proxy technique. The files that we&#8217;ll be uploading are a .htaccess file and a PHP script. I&#8217;ve reduced this technique down to just needing a .htaccess file in the past, although this requires a mod_proxy plugin which most free or cheap hosting companies will not support (Hat tip to <a href="http://www.nott.org">Mike</a> for pointing this out). Anyways&#8230;..</p>
<p>Create a simple text file in Notepad or equivalent named .htaccess and paste in the following:<br />
<code><br />
Options +FollowSymLinks<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} !^/blog-app.php<br />
RewriteRule ^(.*)$ blog-app.php?secret=monkey&#038;u=$1 [PT,L,NE,QSA]<br />
</code><br />
Once uploaded, this file will activate the mod_rewrite module in Apache (it&#8217;s the module that handles your 301 redirects usually) and points any requests (other than for /blog-app.php) to /blog-app.php?secret=monkey&#038;u=$1 without changing the URL in the user&#8217;s browser. You&#8217;ll notice 2 variables in the URL we&#8217;re pointing to, the first (secret) is a security key that I&#8217;d recommend changing to a <a href="http://www.pctools.com/guides/password/">unique alphanumeric password</a> and the second replaces $1 with the URL path requested. e.g. http://www.example.com/dir/test.html gets internally pointed to http://www.example.com/blog-app.php?secret=monkey&#038;u=dir/test.html.</p>
<p><strong>Step 5</strong><br />
Now the next bit of code is a big&#8217;en! It&#8217;s work-in-progress and therefore a little messy, although basically acts as our proxy. After checking that the request is genuine (using the secret variable), it will proceed to grab content from our hub site. So http://www.example.com/dir/test.html goes to http://www.example.com/blog-app.php?secret=monkey&#038;u=dir/test.html which requests content, images and files from http://www.hubsite.com/dir/test.html?site=2.</p>
<p>Create a new plain text file called blog-app.php and paste in&#8230;</p>
<pre class="chili"><code class=":php">
&lt; ?php
error_reporting(0);

// BEGIN VARIABLES
$secret		=	&quot;monkey&quot;; // Should be the same secret key as in the .htaccess
$proxyto	=	&quot;http://www.hubsite.com/&quot;; // Where to proxy to
$proxyfrom	=	&quot;http://www.example.com/&quot;; // Where to proxy from
$siteid		=	&quot;2&quot;; // This Website&#039;s ID
// END VARIABLES

if ($_GET[secret] == $secret)
{
	$q[]		=	&quot;site=&quot;.$siteid;
	foreach($_GET as $name =&gt; $value)
	{
		if ($name != &#039;secret&#039; &amp;&amp; $name != &#039;u&#039; &amp;&amp; $name != &#039;site&#039;)
		{
			$q[] = urlencode($name).&quot;=&quot;.urlencode($value);
		}
	}
	if (is_array($q)) { $q = &quot;?&quot;.implode(&quot;&amp;&quot;,$q); }
	$u 			=	$_GET[u];
	if (strpos($u,&quot;.jpg&quot;) || strpos($u,&quot;.jpeg&quot;) || strpos($u,&quot;.gif&quot;) || strpos($u,&quot;.png&quot;) || strpos($u,&quot;.bmp&quot;) || strpos($u,&quot;.swf&quot;)) {
		$q = FALSE;
		$u = str_replace(&quot; &quot;, &quot;%20&quot;, $u);
	}
	$url		=	$proxyto.$u.$q;
	$server		=	$proxyfrom;

	class WebPage {

	    var $URL;
	    var $pageData;
		var $headers;
		var $static;
		var $currentServer;
		var $scriptName;
		var $varName;
		var $updatedPageData;
		var $relDir;
		var $fp;

		function WebPage($URL, $static, $currentServer, $scriptName, $varName, $relDir){
		   $this-&gt;URL = $URL;
		   $this-&gt;currentServer = $currentServer;
		   $this-&gt;static = $static;
		   $this-&gt;relDir = $relDir;
		   $this-&gt;pageData = &quot;&quot;;
		   $this-&gt;varName = $varName;
		   $this-&gt;scriptName = $scriptName;
		}
		function openLink(){
		    if ($this-&gt;fp	=	fopen($this-&gt;URL, &quot;rb&quot;)) {
			    $fileheaders	=	stream_get_meta_data($this-&gt;fp);
			    $this-&gt;headers	=	$fileheaders;
			}
			else {
				$error404 = TRUE;
			}
		}
		function getRawPageData(){
		    fpassthru($this-&gt;fp);
		    fclose($this-&gt;fp);
		    return;
	    }
		function getPageData(){
			global $proxyto;
			global $proxyfrom;
			global $css;
			global $u;
			$updatedpd = str_replace($proxyto,$proxyfrom,$this-&gt;updatedPageData);
			$strpath	= substr($u, 0, strrpos($u, &quot;/&quot;));
			$noslash	= substr($proxyto, 0, -1);
			$strpath	= substr($strpath, 0, strrpos($strpath, &quot;/&quot;)).&quot;/&quot;;
			$updatedpd	= str_replace($proxyfrom.&quot;../&quot;,&quot;../&quot;,$updatedpd);
			$updatedpd	= str_replace(&quot;url(&#039;../&quot;,&quot;url(&#039;&quot;.$proxyfrom.$strpath,$updatedpd);
			$updatedpd	= str_replace(&quot;url(../&quot;,&quot;url(&quot;.$proxyfrom.$strpath,$updatedpd);
			$updatedpd	= str_replace(&quot;url(&#039;/&quot;,&quot;url(&#039;&quot;.$proxyfrom,$updatedpd);
			$updatedpd	= str_replace($proxyfrom.$proxyfrom,$proxyfrom,$updatedpd);
			$updatedpd	= str_replace($noslash.&quot;\&quot;&quot;,$proxyfrom.&quot;\&quot;&quot;,$updatedpd);
			$updatedpd	= str_replace($noslash.&quot;&#039;&quot;,$proxyfrom.&quot;&#039;&quot;,$updatedpd);
		    return $updatedpd;
		}
	    function processPageData(){
		    $this-&gt;pageData = &quot;&quot;;
		    while( !feof( $this-&gt;fp)){
				$this-&gt;pageData .= fgets($this-&gt;fp, 4096);
		    }
		    fclose($this-&gt;fp);
		    $delim[]=&#039;&quot;&#039;;
		    $delim[]=&quot;&#039;&quot;;
		    $delim[]=&quot;&quot;;
		    $pre[]=&quot;src=&quot;;
		    $pre[]=&quot;background=&quot;;
		    $pre[]=&quot;href=&quot;;
		    $pre[]=&quot;url\(&quot;;
		    $pre[]=&quot;codebase=&quot;;
		    $pre[]=&quot;url=&quot;;
		    $pre[]=&quot;archive=&quot;;
		    $this-&gt;redirect($pre,$delim);
		}
		function fileName(){
		    return eregi_replace(&quot;[#?].*$&quot;, &quot;&quot;,
			eregi_replace(&quot;^.*/&quot;, &quot;&quot;, $this-&gt;URL));
		}
		function redirect($prefixArray,$delimArray){
		    $a = $this-&gt;pageData;
		    $name = $this-&gt;currentServer;
		    $fileDir = $this-&gt;relDir;
		    foreach($prefixArray as $prefix){
				$start2 = stripslashes($prefix);
				$start = $prefix . &quot;[ ]*&quot;;
				foreach($delimArray as $delim){
			    	if(eregi($prefix . &quot;[ ]*&quot; . $delim, $a) &amp;&amp; ($delim == &quot;&quot; ? eregi($prefix . &quot;[ ]*&quot; . &quot;[a-z,A-Z,/,0-9]&quot;, $a) : 1)){
					$a = eregi_replace($start . $delim . &quot;//&quot;,
					$start2 . &#039;\a&#039; . &quot;//&quot;,
					$a);
					$a = eregi_replace($start . $delim . &quot;/&quot;,
				    	$start2 . $delim . $name,
				    	$a);
					$a = eregi_replace($start . $delim . &quot;http://&quot;,
				    	$start2 . &#039;\a&#039; . &quot;http://&quot;,
				    	$a);
					$a = eregi_replace($start . $delim . &quot;mailto:&quot;,
				    	$start2 . &#039;\a&#039; . &quot;mailto:&quot;,
				    	$a);
					$a = eregi_replace($start . $delim . &quot;#&quot;,
				    	$start2 . &#039;\a&#039; . &quot;#&quot;,
				    	$a);
					$a = eregi_replace($start . $delim . &quot;javascript:&quot;,
				    	$start2 . &#039;\a&#039; . &quot;javascript:&quot;,
				    	$a);
					$a = eregi_replace($start . $delim,
				    	$start2 . $delim . $name,
				    	$a);
					$a = eregi_replace($start . &#039;[\]a&#039;,
				    	$start2 . $delim,
				    	$a);
			    	}
		        }
		    }
		    $this-&gt;updatedPageData = str_replace(&quot;\a&quot;,&quot;&quot;,$a);
		}

	}

	function processHeaders($headers, $filename, $mime_dl, &amp;$type, &amp;$isDown, &amp;$isHTML, &amp;$isImage){

		global $url;
		$openfp			=	fopen($url, &quot;rb&quot;);
	    $headers		=	stream_get_meta_data($openfp);

		foreach ($headers as $header) {
			foreach ($header as $headervalue) {
				if (strpos(strtolower($headervalue), &quot;image&quot;)) {
					$isImage = true;
				}
				if (strpos(strtolower($headervalue), &quot;text&quot;)) {
					$isHTML = true;
				}
				if (strpos(strtolower($headervalue), &quot;css&quot;)) {
					$headers[]	=	&quot;Content-Type: text/css&quot;;
					$isHTML		=	true;
					$css		=	1;
				}
			}
		}
	return $headers;
	}

	$page = new WebPage($url,true,$server,&quot;blog-app.php&quot;,&quot;u&quot;,$relDir);
	$page-&gt;openLink();
	$head = processHeaders($headers,$file,$mime_dl,$type,$isDown,$isHtml,$isImage);
	foreach($head as $h) header($h);

	if($isHtml){
	    $page-&gt;processPageData();
	    echo $page-&gt;getPageData();

	}else{
	    if($isImage)
	    	$page-&gt;getRawPageData();
	}

}
else
{
	$error404 = TRUE;
}

if ($error404) {
	header(&quot;HTTP/1.0 404 Not Found&quot;);
	print &quot;&lt; !DOCTYPE HTML PUBLIC \&quot;-//IETF//DTD HTML 2.0//EN\&quot;&gt;
	&lt;html&gt;&lt;head&gt;
	&lt;title&gt;404 Not Found&lt;/title&gt;
	&lt;/head&gt;&lt;body&gt;
	&lt;h1&gt;Not Found&lt;/h1&gt;
	&lt;p&gt;The requested URL &quot;.$_SERVER[PHP_SELF].&quot; was not found on this server.&lt;/p&gt;
	&lt;/body&gt;&lt;/html&gt;&quot;;
	exit;
}
?&gt;
</code></pre>
<p>(Thanks to the <a href="http://sourceforge.net/projects/php-proxy/">PHP Proxy</a> project for some of this code)</p>
<p><strong>Step 6</strong><br />
Edit the above files as needed and then upload across your node site hosting accounts. You&#8217;ll only need to change the $proxyfrom and $siteid variables for each site, where $siteid is a unique ID and $proxyfrom is the root URL of the domain used on that specific node site.</p>
<p>Hopefully this will be of some help to the advanced readers of my blog. If this might as well be Egyptian hieroglyphs to you, keep an eye out for the release of my Blog-App PHP application that puts all of this behind a simple user interface.</p>
<p><script type="text/javascript">submit_url = "http://www.evilgreenmonkey.com/blog/micro-site-seo-hosting.html ";</script><br />
<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/micro-site-seo-hosting.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Should You Be Ranking For [SEO]?</title>
		<link>http://robkerry.co.uk/blog/should-you-be-ranking-for-seo.html</link>
		<comments>http://robkerry.co.uk/blog/should-you-be-ranking-for-seo.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:30:37 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=56</guid>
		<description><![CDATA[
			
				
			
		
Do you rank for the term [seo]? If not, why not?
I used to hear this question from prospective clients around 3 years ago whilst heading up the SEO department at a London based marketing agency. The question was usually asked by SMEs, in the belief that either Google recommended the agencies in the top 10, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fshould-you-be-ranking-for-seo.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fshould-you-be-ranking-for-seo.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Do you rank for the term [<a href="http://www.google.com/search?q=seo&#038;gl=uk">seo</a>]? If not, why not?</p>
<p>I used to hear this question from prospective clients around 3 years ago whilst heading up the SEO department at a London based marketing agency. The question was usually asked by SMEs, in the belief that either Google recommended the agencies in the top 10, or that a #1 ranking for [seo] meant that their website could also get a #1 ranking for a completely different search term with ease. This myth was happily spread by those already ranking for term, many of which were using very dubious link acquisition tactics to keep their sites on the first page at the time (and most have since dropped).<br />
<span id="more-56"></span><br />
Fast forward to the present day, I now work at a Search Marketing consultancy called <a href="http://www.ayima.com/">Ayima</a>. Does Ayima rank for [seo]? Nope. It&#8217;s not because we can&#8217;t rank for the term, we just haven&#8217;t tried yet. The reason behind this is simple, our company isn&#8217;t looking to take on the smaller clients, and referrals from the term [seo] tend to be just that. The big brands that we&#8217;re lucky enough to work with, have all approached us through the reputation of those working at our company and referrals from happy clients. The Marketing Director or Online Marketing Manager at a large FTSE 100 would much rather gain recommendations from colleagues, friends and existing partners than open up a browser and hit &#8220;I&#8217;m Feeling Lucky&#8221;. Ayima currently ranks #1 for the term [search marketing consultancy] and top 10 for [search marketing] in the UK, thanks to our industry friends, bloggers and association memberships. The terms are searched for less frequently than [seo], although they&#8217;re more often used by people looking for a long-term managed solution rather than a quick fix &#8220;Submit your site to 10,000 search engines&#8221; or &#8220;Guaranteed Top 10&#8243; approach.</p>
<p>Not everyone is looking to catch a big-fish client though, some agencies prefer to take on a large number of small clients, not to mention the many freelance SEO consultants out there. So how do you rank for the term [seo]?</p>
<p><strong>The Risky Option</strong><br />
After creating a page of content on SEO or optimising your website&#8217;s homepage for the term, you could simply go out and buy a bunch of links from other Internet Marketing websites and blogs. You&#8217;d be surprised at how many SEOs sell links to other SEO companies for a relatively small amount of money. In the UK, you could probably get into the top 5 for the term with a link budget of just £5,000 &#8211; especially if your website has been around for a few years and has already built up some authority. It sounds tempting, although remember that your company&#8217;s website is part of your overall brand and reputation. Some SEOs are willing to stab their competitors in the back and could report you to Google, putting your website and existing search traffic at risk.</p>
<p><strong>The Safe Option</strong><br />
If you&#8217;re willing to put in the hours, it wouldn&#8217;t be hard to get a top 10 ranking for [seo] using whiter-than-white tactics. Here are some ideas:</p>
<ul>
<li>Change Your Name &#8211; If you offer SEO and you want to target the search term [seo], make sure that everyone knows your company as Widget SEO, not just Widget. Change your logo, your copyright notices and every mention of your company name to ensure that people will only ever link to you as Widget SEO.</li>
<li>Become A Member (of anything) &#8211; There are dozens of regional, national and global industry associations for online marketing, so join them. Also register your company on LinkedIn, Twitter, industry forums and anywhere with a profile. Each member will usually get a follow&#8217;d link to their company website. You often can&#8217;t pick the anchor text, but you&#8217;re already called Widget <em>SEO</em> anyway, aren&#8217;t you.</li>
<li>Get Blogging &#8211; It&#8217;s an obvious thing to say, although a large proportion of SEO agencies and consultants still don&#8217;t have a blog or don&#8217;t use it effectively. Get yourseocompany.com/blog/ set-up, post regularly and don&#8217;t just talk about what everyone else is saying. With a bit of promotion and some links from industry friends, you&#8217;ll start building links into your site in no time. Most importantly, use your company&#8217;s main site template for your blog and keep the top navigation bar intact to ensure that your blog&#8217;s link-juice flows into the rest of the site.</li>
<li>Attend Conferences &#8211; $1,000 doesn&#8217;t just get you new ideas at an SEO conference, it also gets you links. Most of the people you&#8217;ll talk to at one of these events will have a blog, an on-topic blog with lots of authority juiciness. Swap business cards, become friends, whore yourself out, tell them that you&#8217;re a big fan of their blog. A $1,000 conference pass, divided by 5 links from new friends, equals just $200 per link. Pretty darn cheap I&#8217;d say. If you consider yourself to be an expert in your field, apply to speak at an event. You&#8217;ll usually get your conference pass for free and can get even more links from the event website and your fellow panellists. Excluding travel costs, that means free links! Find your local <a href="http://searchmarketingexpo.com/">SEO conference</a> and get registering.</li>
<li>Sponsor Events &#8211; There are literally hundreds of SEO gatherings all over the world, all looking to get someone to pay for their beer. I help to run one such event, called <a href="http://londonseo.org/">LondonSEO</a>, which has struggled to find a sponsor on one occasion. Large events often have websites which are authority hubs, overflowing with potential link juiciness. Offer to sponsor a local event and it won&#8217;t just be a reputation and brand builder &#8211; their sponsor link to you is worth its weight in gold.</li>
<li>Get Local &#8211; Geo-specific SEO related searches get a lot more traffic than you think. The people searching for these terms are often willing to pay more for a local SEO as well. Our clients like us to be on-site regularly for meetings, strategy planning and inter-department brainstorming. Why not rank for [<a href="http://www.google.com/search?q=seo+london&#038;gl=uk">seo london</a>]? An agency called Sale Per Click has even managed to bypass LondonSEO for the term [<a href="http://www.google.com/search?q=london+seo&#038;gl=uk">london seo</a>] by submitting their business to Google Local with a company name of just &#8220;SEO&#8221;! As Google Local splits search terms into Business and Location, you just have to set your company name as the term you&#8217;re looking to rank for. Local Search is big, so get learning about it or attend <a href="http://searchmarketingexpo.com/local/">SMX Local</a> in July.</li>
</ul>
<p><strong>The Muppet Option</strong><br />
Don&#8217;t be a muppet! Untargeted comment spam and spamming communities such as <a href="http://sphinn.com/">Sphinn</a> won&#8217;t help when targeting SEO terms. You&#8217;ll get reported to the search engines, banned and your brand will be in tatters. Save the risky tactics for your affiliate sites and keep your company away from the mud.</p>
<p><script type="text/javascript">submit_url = "http://www.evilgreenmonkey.com/blog/should-you-be-ranking-for-seo.html";</script><br />
<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/should-you-be-ranking-for-seo.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Ask The Monkey Something&#8230;</title>
		<link>http://robkerry.co.uk/blog/ask-the-monkey-something.html</link>
		<comments>http://robkerry.co.uk/blog/ask-the-monkey-something.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 23:56:42 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Randoms]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=53</guid>
		<description><![CDATA[
			
				
			
		
OK, so I haven&#8217;t posted anything since the end of last year. After getting de-listed from the TopRank Big List for not posting enough and getting taunted by esrun (who now has more visitors to his blog than me), I&#8217;ve decided to try and make more of an effort.
I do have an excuse for not [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fask-the-monkey-something.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fask-the-monkey-something.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>OK, so I haven&#8217;t posted anything since the end of last year. After getting de-listed from the <a href="http://www.toprankblog.com/search-marketing-blogs/">TopRank Big List</a> for not posting enough and getting taunted by <a href="http://www.esrun.co.uk/blog/">esrun</a> (who now has more visitors to his blog than me), I&#8217;ve decided to try and make more of an effort.</p>
<p>I do have an excuse for not blogging recently though&#8230; almost everything SEO related boils down to either client work or affiliate projects for me &#8211; neither of which I can really talk about.</p>
<p>So, I&#8217;m going to put an offer out on the table &#8211; if you have an Internet Marketing question or problem and don&#8217;t mind it being discussed publicly, <a href="mailto:rob@seosoftware.co.uk">send me an email</a> and I&#8217;ll try to help you out by posting up a solution on this blog. I can&#8217;t guarantee that I&#8217;ll answer everyone (and don&#8217;t expect me to do a full site audit for you), although I&#8217;ll try to get through as many interesting topics as possible. If you&#8217;re after the darker stuff, I can withold your domains if requested.</p>
<p>If you need a guaranteed answer to a question, I can highly recommend the <a href="http://www.seomoz.org/users/premium">SEOmoz Pro Membership</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/ask-the-monkey-something.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Taking Advantage of Offline Advertising</title>
		<link>http://robkerry.co.uk/blog/taking-advantage-of-offline-advertising.html</link>
		<comments>http://robkerry.co.uk/blog/taking-advantage-of-offline-advertising.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 11:14:24 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/blog/taking-advantage-of-offline-advertising.html</guid>
		<description><![CDATA[
			
				
			
		
I love those &#8220;full service ad agencies&#8221; that try to specialise in everything and excel at nothing. My favourite are those that try to embrace online marketing/conversion through offline advertising and getting it oh-so-wrong. As an affiliate, these lapses in judgement can become a big money maker if used and abused correctly.
Have you ever seen [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Ftaking-advantage-of-offline-advertising.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Ftaking-advantage-of-offline-advertising.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I love those &#8220;full service ad agencies&#8221; that try to specialise in everything and excel at nothing. My favourite are those that try to embrace online marketing/conversion through offline advertising and getting it oh-so-wrong. As an affiliate, these lapses in judgement can become a big money maker if used and abused correctly.</p>
<p>Have you ever seen an advert for an online product/service on a train, tube, bus or plane that hardly even mentions the web address? As I now live in the sunny beach resort of Southend, I travel for 50 minutes into London each day, surrounded by advertising that everyone ends up reading (it&#8217;s the only way to avoid eye contact and social interaction on public transport). I then travel for a further 5-10 minutes into Farringdon on the Underground, where the Ayima office is based. In the train carriages, I&#8217;d estimate that at least 75% of the ad posters are looking for people to convert online. This makes sense as 99.999% of people travelling into/out-of London will use the internet regularly and most likely go online within minutes of leaving the train, at either work or home.</p>
<p>The part that the ad agencies get wrong, is the emphasis on brand and slogans over URLs and contact details. They take for granted that the brand they&#8217;re promoting has a strong SEO and PPC presence, as a badly constructed ad will result in people Googling the slogan or brand, rather than recognising and responding to the URL. If an affiliate notices an offline ad early enough and reacts to it immediately, big money can be made.</p>
<p>In the UK, many slogans and marketing messages aren&#8217;t trademarked as they&#8217;re too generic or it&#8217;s seen as a waste of budget. This leaves affiliates open to use them for their own means. Is the slogan and brand variations registered as a domain? How many links does the brand have with these phrases in the anchor text? How many links with the right anchor text would it take to compete with the brand for their own brand terms and marketing messages?</p>
<p>If Acme Co. created a &#8220;widget&#8221; and then launched an offline marketing campaign of &#8220;got widgets?&#8221; and a discrete web address of www.acme.com/widgets, imagine how many searches there would be for &#8220;got widgets&#8221;! Imagine if you got in early and registered gotwidgets.com (or any other gTLD) and then set-up an affiliate site on that domain to sell Acme Co&#8217;s products. If you bought enough links with the right anchor text in, you could easily outrank the main brand site and also get direct traffic thanks to Acme Co&#8217;s ad agency spending $$$&#8217;s promoting the term that you rank #1 for. You&#8217;d be surprised how well it can work and how many ad agencies are continuously getting it wrong.</p>
<p>Can&#8217;t wait for your new domain to rank naturally? I usually do a nice PPC campaign for their brand terms during the weekend until I get good listings. Because commuters will recognise the slogan in your domain, you&#8217;ll get massive clickthrough and conversion rates.</p>
<p>You may find this a little sketchy on the legal side of things though, so make sure you consult a lawyer before using any of these ideas.<br />
<script type="text/javascript">submit_url = "http://www.evilgreenmonkey.com/blog/taking-advantage-of-offline-advertising.html";</script><br />
<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/taking-advantage-of-offline-advertising.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Universal &#8211; This Is London Calling.</title>
		<link>http://robkerry.co.uk/blog/google-universal-this-is-london-calling.html</link>
		<comments>http://robkerry.co.uk/blog/google-universal-this-is-london-calling.html#comments</comments>
		<pubDate>Wed, 17 Oct 2007 06:40:56 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/articles/search-engine-optimization/48/google-universal-this-is-london-calling.html</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve been moaning to people about this for a while, although as it still hasn&#8217;t been fixed I thought I&#8217;d shout a bit louder.
I&#8217;ve recently bought a house in mighty Essex and currently pondering over whether to buy a car or not (I never needed one when living in Central London). As a result, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fgoogle-universal-this-is-london-calling.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fgoogle-universal-this-is-london-calling.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been moaning to people about this for a while, although as it still hasn&#8217;t been fixed I thought I&#8217;d shout a bit louder.</p>
<p>I&#8217;ve recently bought a house in <a href="http://en.wikipedia.org/wiki/Southend-on-Sea">mighty Essex</a> and currently pondering over whether to buy a car or not (I never needed one when living in Central London). As a result, I&#8217;ve been running searches for terms like [<a href="http://www.google.co.uk/search?q=mortgages">mortgages</a>] and [<a href="http://www.google.co.uk/search?q=cars">cars</a>]. For both of these terms, Google Universal kicks in and displays news results, which is totally understandable. What I don&#8217;t get is why they insist on showing US news for searches that clearly require domestic information.</p>
<p>Google already knows that if I&#8217;m searching for these terms, I&#8217;m only going to be interested in information relevant to me &#8211; so why bother showing me stuff that I&#8217;m never going to click on?  I <em>don&#8217;t</em> want news about Bush screwing up the US economy even further, or that the Hummer now comes in Lavender Blue. I <em>do</em> want to know what&#8217;s happening to the Bank of England base rate and that I should hold off from buying a Mini until a new model is released in the UK next year.</p>
<p>Please stop showing me news results from New York Times or Wall Street Journal; I&#8217;m on a UK IP address, with a en-GB browser and searching via Google.co.uk &#8211; why on earth would these sources be of interest to me on these terms? It&#8217;s understandable for terms such as [<a href="http://www.google.co.uk/search?q=poker">poker</a>], where global news is more relevant, but at least stick in a filter that thinks before it sticks &#8220;<a href="http://www.nytimes.com/2007/10/17/business/17paulson.html?ref=business">Paulson Says Housing Woes to Worsen</a>&#8221; on the first page of UK mortgage results.<br />
<script type="text/javascript">submit_url = "http://www.evilgreenmonkey.com/articles/search-engine-optimization/48/google-universal-this-is-london-calling.html";</script><br />
<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/google-universal-this-is-london-calling.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Preparing Your Company For Universal Search</title>
		<link>http://robkerry.co.uk/blog/preparing-your-company-for-universal-search.html</link>
		<comments>http://robkerry.co.uk/blog/preparing-your-company-for-universal-search.html#comments</comments>
		<pubDate>Mon, 24 Sep 2007 19:37:18 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/articles/search-engine-optimization/46/preparing-your-company-for-universal-search.html</guid>
		<description><![CDATA[
			
				
			
		
It&#8217;s this year&#8217;s buzzword and the topic that every search conference goer is talking about, although most people are still unsure about what Universal Search is and how it affects them. The term is used by Google to describe their rollout of a new search result format, combining maps, images, video, news, products and blogs [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fpreparing-your-company-for-universal-search.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fpreparing-your-company-for-universal-search.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s this year&#8217;s buzzword and the topic that every search conference goer is talking about, although most people are still unsure about what Universal Search is and how it affects them. The term is used by Google to describe their rollout of a new search result format, combining maps, images, video, news, products and blogs into the main search listings.</p>
<p>Although Google has been offering this data via its &#8220;OneBox&#8221; for a number of years now, the new format will actually integrate the new data sources into the web search listings. It effectively means that a website ranking 9th or 10th in the web results for a term, could get pushed onto the second page by a video clip or news article outranking them in the new result set.</p>
<p>Google thinks that this new style of results will be more helpful for the searcher and will show them information that they may not have thought to look for otherwise. It&#8217;s not surprising that the overall take up of Blog Search and News Search has been slow since launch, with the average Google user only knowing how to use the main search box and rarely venturing onto the other search tabs. The new result set will neglect the need to actively seek out these features, helping a user to find what they want first time. It&#8217;s important that the roll-out is carried out correctly however, which is why the process has been a gradual one. Someone searching for car prices doesn&#8217;t want to see an image of the vehicle and you don&#8217;t expect to see a blog result when seeking professional medical advice. The algorithm needs to determine which data sources are most appropriate for each topic, which is where search and click data will most likely play an important role.</p>
<p>How does this affect your company? Firstly you may find that you web page rankings drop as a result of other content sources outranking them. Listings for images, news and video, also take up more screen space than a normal web listing, so your 5th position ranking may now require the user to scroll down in order to see it.</p>
<p>Other than trying to increase your rankings for key terms, your best defence is to try and get your content included in the various new search types. If your company builds or manufactures a product, remember to use the product make and model as the file name on images and to use &#8220;alt&#8221; attributes in your &lt;img&gt; tag to describe the product. Keep your company blog up to date and remember to add <a href="http://www.google.com/help/blogsearch/pinging_API.html" title="Google Blog API" target="_blank">Google</a> to your list of search providers to ping. Keep an archive of your press releases and publish industry news in order to get into <a href="http://www.google.com/support/news_pub/bin/topic.py?topic=11662" title="Getting Into Google News" target="_blank">Google News</a>. Demonstrate and promote your products using vodcasts (video podcasts) and upload them to YouTube. As with web pages, it&#8217;s important to build links to your content, images and video in order to increase its perceived popularity. This is often a much easier task than with web pages, as the medium has only recently started to be promoted in this fashion. Just because your web ranking may drop, doesn&#8217;t mean that your other content can&#8217;t be number one. Universal Search is here to stay and will be the default search result format for all Google users. It is important to embrace the issues and opportunities now in order to stay in front of your competitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/preparing-your-company-for-universal-search.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A New Adventure With Ayima and Sphinn</title>
		<link>http://robkerry.co.uk/blog/a-new-adventure-with-ayima-and-sphinn.html</link>
		<comments>http://robkerry.co.uk/blog/a-new-adventure-with-ayima-and-sphinn.html#comments</comments>
		<pubDate>Tue, 11 Sep 2007 00:09:59 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/author-blogs/evilgreenmonkey/45/a-new-adventure-with-ayima-and-sphinn.html</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;m happy to announce 2 new ventures that I&#8217;m very excited about.
Firstly, after leaving my in-house role at PartyGaming, I have now partnered up with some brilliant SEOs, to form a new consultancy. The company is called Ayima Search Marketing, please don&#8217;t ask me what &#8220;Ayima&#8221; means though  . I work alongside Mike Nott, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fa-new-adventure-with-ayima-and-sphinn.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fa-new-adventure-with-ayima-and-sphinn.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m happy to announce 2 new ventures that I&#8217;m very excited about.</p>
<p>Firstly, after leaving my in-house role at PartyGaming, I have now partnered up with some brilliant SEOs, to form a new consultancy. The company is called <a href="http://www.ayima.com/" title="Ayima Search Marketing">Ayima Search Marketing</a>, please don&#8217;t ask me what &#8220;Ayima&#8221; means though <img src='http://robkerry.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . I work alongside <a href="http://www.nott.org" title="Mike Nott">Mike Nott</a>, who is a fantastic SEO, but likes to keep a low profile. We&#8217;ve also just hired a <a href="http://www.esrun.co.uk/blog/" title="Esrun">very talented young SEO</a>, who most Black Hats will know from his plethora of <a href="http://www.esrun.co.uk/blog/scripts/" title="SEO Scripts" target="_blank">free SEO scripts</a> which many have used or adapted at some point. Ayima specialises in offering a level of SEO that is not currently found in the UK, as well as providing on-site support (it&#8217;s like having your own in-house team). Although our team has a strong background in Black Hat SEO, we provide best-practice services to clients and use our darker knowledge to understand on-site and competitor issues to a degree unlike any other.</p>
<p>The second piece of news is <a href="http://sphinn.com/story/5167" title="New Sphinn Editor" target="_blank">my new role as Editor</a> of <a href="http://sphinn.com/" title="Sphinn SEO Forum" target="_blank">Sphinn</a>, a forum and community site launched by <a href="http://daggle.com" title="Danny Sullivan" target="_blank">Danny Sullivan</a> and the crew at <a href="http://thirddoormedia.com/" title="Third Door Media" target="_blank">Third Door Media</a>. In order to dedicate enough time to my new position, I have decided <a href="http://forums.searchenginewatch.com/showthread.php?t=19538" title="Stepping Down as Editor" target="_blank">to step down as Forums Editor</a> at <a href="http://searchenginewatch.com/" title="Search Engine Watch Forums" target="_blank">Search Engine Watch</a>. Danny started SEW back in 1997, which he later sold to JupiterMedia (now Incisive Media) and left in 2006. After he departed from SEW, <a href="http://searchengineland.com/" title="Search Engine Land" target="_blank">Search Engine Land</a> was born along with <a href="http://searchmarketingexpo.com/" title="SMX (Search Marketing Expo)" target="_blank">SMX conferences</a> and now Sphinn. It&#8217;s sad that I&#8217;m leaving SEW after my brief spell as an Editor, although I really look forward to playing a key role in building and developing Sphinn.</p>
<p>Lastly, if you&#8217;ve tried to email me recently without reply, please try again. I&#8217;ve changed email addresses (although the old one should now forward on), as well as buying my first home which proved very time consuming.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/a-new-adventure-with-ayima-and-sphinn.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My New &#8220;SEW Experts&#8221; Column</title>
		<link>http://robkerry.co.uk/blog/my-new-sew-experts-column.html</link>
		<comments>http://robkerry.co.uk/blog/my-new-sew-experts-column.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 08:55:59 +0000</pubDate>
		<dc:creator>Rob Kerry</dc:creator>
				<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/author-blogs/evilgreenmonkey/44/my-new-sew-experts-column.html</guid>
		<description><![CDATA[
			
				
			
		
I was recently asked by Incisive to start writing a column for In-House SEM in the SearchEngineWatch Experts section. My first article looking at brand protection went live a few days ago, and I should be writing a new article at least once a fortnight. You can find a list of articles that I write [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fmy-new-sew-experts-column.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frobkerry.co.uk%2Fblog%2Fmy-new-sew-experts-column.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I was recently asked by Incisive to start writing a column for <a href="http://searchenginewatch.com/sew_experts/in_house_SEM" title="In-house Search Marketing" target="_blank">In-House SEM</a> in the <a href="http://searchenginewatch.com/showPage.html?page=sew_experts" title="Search Engine Watch Experts" target="_blank">SearchEngineWatch Experts</a> section. My <a href="http://searchenginewatch.com/showPage.html?page=3626532" title="Brand Protection" target="_blank">first article</a> looking at brand protection went live a few days ago, and I should be writing a new article at least once a fortnight. You can find a list of articles that I write from <a href="http://searchenginewatch.com/showPage.html?page=3626533" title="Articles by the evilgreenmonkey" target="_blank">my Bio page</a>, although I highly recommend subscribing to the <a href="http://feeds.searchenginewatch.com/searchenginewatchexperts" title="SEW Experts RSS Feed" target="_blank">SEW Experts RSS Feed</a>. And before you mention it; yes I do look stupid in that photo, no I&#8217;m not smiling and yes I did take the picture using my Mac webcam rather then getting a professional to do it. <img src='http://robkerry.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Places you&#8217;ll find me:<br />
<a href="http://searchenginewatch.com/showPage.html?page=sew_experts" title="Search Engine Watch Experts" target="_blank">SearchEngineWatch Experts</a> &#8211; As above.<br />
<a href="http://forums.searchenginewatch.com/" title="Search Engine Watch Forums" target="_blank">SearchEngineWatch Forums</a> &#8211; Spending a lot of time here due to my new responsibilities as the Admin.<a href="http://seroundtable.com" title="Search Engine Roundtable" target="_blank"><br />
Search Engine Roundtable</a> &#8211; I feel guilty for not putting more of an effort in for Barry on his site, although most of my forum time is spent looking after SEW. I&#8217;ll try to get posting here again soon.<br />
<a href="http://www.seo-blokes.com/" title="SEO Blokes" target="_blank">SEO Blokes</a> &#8211; I need to post here more often, I think we all do really.<br />
<a href="http://www.evilgreenmonkey.com/" title="The evil green monkey (I need to rank for my name with spaces)" target="_blank">evilgreenmonkey</a> &#8211; Sorry I haven&#8217;t written much SEO stuff, you&#8217;ll find some good content on my SEW Experts column though and I should have some more white/grey/dark-grey hat posts coming here soon.<br />
<a href="http://londonseo.org" title="London SEO" target="_blank">LondonSEO.org</a> &#8211; I only post event news on this site, although any UK SEO/PPC/Affiliate guru should get their arses along to these events. They&#8217;re free and you meet loads of cool people (don&#8217;t worry, I don&#8217;t include myself as &#8220;cool people&#8221;).</p>
<p>When I&#8217;m not working 14 hours a day, I use Lee Odden&#8217;s <a href="http://http://www.toprankblog.com/search-marketing-blogs/" title="SEO Blog List" target="_blank">marvellous blog list</a> in <a href="http://www.google.com/reader/" title="Google Reader" target="_blank">Google Reader</a> (it helps my karma) to keep up on the industry news. I&#8217;m also impressed with the kingdom that my mate Rand is building for himself over at <a href="http://www.seomoz.org/" title="SEOmoz - Soon to become evil" target="_blank">SEOmoz</a>. Rand has a bit of the Charlies Angels thing going on over there, I&#8217;m sure he only hires pretty people. The mozzers always had a big following, although I&#8217;m starting to find people who only ever read stuff posted by moz HQ. I think that <a href="http://www.seomoz.org/team/scott" title="Scott "evil" Willoughby" target="_blank">Scott</a> will be the first mozzer to use his power for evil, tempting readers into a spiral of eBooks, self-help courses and getting links to his network of MFA sites. <img src='http://robkerry.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Right, I&#8217;m off to look for an office, an apartment and a hangover cure that works.</p>
]]></content:encoded>
			<wfw:commentRss>http://robkerry.co.uk/blog/my-new-sew-experts-column.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
