<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>evilgreenmonkey</title>
	
	<link>http://www.evilgreenmonkey.com</link>
	<description>British SEO Consultant &amp; Search Marketing Expert</description>
	<pubDate>Wed, 03 Sep 2008 20:15:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/evilgreenmonkey" type="application/rss+xml" /><feedburner:emailServiceId>491306</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Please Boycott KeywordSpy</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/382620111/please-boycott-keywordspy.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/please-boycott-keywordspy.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 20:04:42 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Blog - evilgreenmonkey]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=61</guid>
		<description><![CDATA[For almost a year, Keyword Spy have been email spamming both my personal email address and Sphinn (on a weekly basis), regurgitating announcements about its launch and features. The name of &#8220;Kelly&#8221; appears to be a pseudonym, as any emails to her personal email address go unanswered.
If you&#8217;re a KeywordSpy customer or are considering using [...]]]></description>
			<content:encoded><![CDATA[<p>For almost a year, Keyword Spy have been email spamming both my personal email address and <a href="http://sphinn.com/">Sphinn</a> (on a weekly basis), regurgitating announcements about its launch and features. The name of &#8220;Kelly&#8221; appears to be a pseudonym, as any emails to her personal email address go unanswered.</p>
<p>If you&#8217;re a KeywordSpy customer or are considering using KeywordSpy.com for competitor analysis, please boycott them for attacking the industry which they&#8217;re meant to support. You can find a much better product at Spyfu (<a href="http://www.spyfu.com/">http://www.spyfu.com/</a>) anyhow, so there&#8217;s no excuse for using these muppets.</p>
<p>A loss of client base is the only way they&#8217;ll learn - don&#8217;t s**t in your own backyard!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilgreenmonkey.com/blog/please-boycott-keywordspy.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/please-boycott-keywordspy.html</feedburner:origLink></item>
		<item>
		<title>Running Micro-Sites and Reducing Hosting Costs</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/326194791/micro-site-seo-hosting.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/micro-site-seo-hosting.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 23:28:43 +0000</pubDate>
		<dc:creator>evilgreenmonkey</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[<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>
<textarea name="code" class="php:nocontrols:nogutter" cols="60" rows="10">
define('DB_NAME', 'database');    // The name of the database
define('DB_USER', 'username');     // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
</textarea>
<p>To:</p>
<textarea name="code" class="php:nocontrols:nogutter" cols="60" rows="10">
switch ($_GET[site]) {
case "1":
define('DB_NAME', 'database1');    // The name of the database
define('DB_USER', 'username1');     // Your MySQL username
define('DB_PASSWORD', 'password1'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
break;
case "2":
define('DB_NAME', 'database2');    // The name of the database
define('DB_USER', 'username2');     // Your MySQL username
define('DB_PASSWORD', 'password2'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
break;
case "3":
define('DB_NAME', 'database3');    // The name of the database
define('DB_USER', 'username3');     // Your MySQL username
define('DB_PASSWORD', 'password3'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
break;
default:
define('DB_NAME', 'database');    // The name of the database
define('DB_USER', 'username');     // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
break;
}
</textarea>
<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>
<textarea name="code" class="php:nocontrols:nogutter" cols="60" rows="10">
< ?php
error_reporting(0);

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

if ($_GET[secret] == $secret)
{
	$q[]		=	"site=".$siteid;
	foreach($_GET as $name => $value)
	{
		if ($name != 'secret' &#038;& $name != 'u' &#038;& $name != 'site')
		{
			$q[] = urlencode($name)."=".urlencode($value);
		}
	}
	if (is_array($q)) { $q = "?".implode("&#038;",$q); }
	$u 			=	$_GET[u];
	if (strpos($u,".jpg") || strpos($u,".jpeg") || strpos($u,".gif") || strpos($u,".png") || strpos($u,".bmp") || strpos($u,".swf")) {
		$q = FALSE;
		$u = str_replace(" ", "%20", $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->URL = $URL;
		   $this->currentServer = $currentServer;
		   $this->static = $static;
		   $this->relDir = $relDir;
		   $this->pageData = "";
		   $this->varName = $varName;
		   $this->scriptName = $scriptName;
		}
		function openLink(){
		    if ($this->fp	=	fopen($this->URL, "rb")) {
			    $fileheaders	=	stream_get_meta_data($this->fp);			
			    $this->headers	=	$fileheaders;			
			}
			else {
				$error404 = TRUE;
			}
		}
		function getRawPageData(){
		    fpassthru($this->fp);
		    fclose($this->fp);
		    return;
	    }
		function getPageData(){
			global $proxyto;
			global $proxyfrom;
			global $css;
			global $u;
			$updatedpd = str_replace($proxyto,$proxyfrom,$this->updatedPageData);
			$strpath	= substr($u, 0, strrpos($u, "/"));
			$noslash	= substr($proxyto, 0, -1);
			$strpath	= substr($strpath, 0, strrpos($strpath, "/"))."/";
			$updatedpd	= str_replace($proxyfrom."../","../",$updatedpd);
			$updatedpd	= str_replace("url('../","url('".$proxyfrom.$strpath,$updatedpd);
			$updatedpd	= str_replace("url(../","url(".$proxyfrom.$strpath,$updatedpd);
			$updatedpd	= str_replace("url('/","url('".$proxyfrom,$updatedpd);
			$updatedpd	= str_replace($proxyfrom.$proxyfrom,$proxyfrom,$updatedpd);
			$updatedpd	= str_replace($noslash."\"",$proxyfrom."\"",$updatedpd);
			$updatedpd	= str_replace($noslash."'",$proxyfrom."'",$updatedpd);
		    return $updatedpd;
		}
	    function processPageData(){
		    $this->pageData = "";
		    while( !feof( $this->fp)){
				$this->pageData .= fgets($this->fp, 4096);
		    }
		    fclose($this->fp); 
		    $delim[]='"';
		    $delim[]="'";
		    $delim[]="";
		    $pre[]="src=";
		    $pre[]="background=";
		    $pre[]="href=";
		    $pre[]="url\(";
		    $pre[]="codebase=";
		    $pre[]="url=";
		    $pre[]="archive=";
		    $this->redirect($pre,$delim);
		}
		function fileName(){
		    return eregi_replace("[#?].*$", "", 
			eregi_replace("^.*/", "", $this->URL));
		}
		function redirect($prefixArray,$delimArray){
		    $a = $this->pageData;
		    $name = $this->currentServer;
		    $fileDir = $this->relDir;
		    foreach($prefixArray as $prefix){
				$start2 = stripslashes($prefix);
				$start = $prefix . "[ ]*";
				foreach($delimArray as $delim){
			    	if(eregi($prefix . "[ ]*" . $delim, $a) &#038;& ($delim == "" ? eregi($prefix . "[ ]*" . "[a-z,A-Z,/,0-9]", $a) : 1)){
					$a = eregi_replace($start . $delim . "//",
					$start2 . '\a' . "//",
					$a);
					$a = eregi_replace($start . $delim . "/",
				    	$start2 . $delim . $name,
				    	$a);
					$a = eregi_replace($start . $delim . "http://",
				    	$start2 . '\a' . "http://",
				    	$a);
					$a = eregi_replace($start . $delim . "mailto:",
				    	$start2 . '\a' . "mailto:",
				    	$a);
					$a = eregi_replace($start . $delim . "#",
				    	$start2 . '\a' . "#",
				    	$a);
					$a = eregi_replace($start . $delim . "javascript:",
				    	$start2 . '\a' . "javascript:",
				    	$a);
					$a = eregi_replace($start . $delim,
				    	$start2 . $delim . $name,
				    	$a);
					$a = eregi_replace($start . '[\]a',
				    	$start2 . $delim,
				    	$a);
			    	}
		        }
		    }
		    $this->updatedPageData = str_replace("\a","",$a);
		}

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

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

		foreach ($headers as $header) {
			foreach ($header as $headervalue) {
				if (strpos(strtolower($headervalue), "image")) {
					$isImage = true;
				}
				if (strpos(strtolower($headervalue), "text")) {
					$isHTML = true;
				}
				if (strpos(strtolower($headervalue), "css")) {
					$headers[]	=	"Content-Type: text/css";
					$isHTML		=	true;
					$css		=	1;
				}
			}
		}
	return $headers;
	}
	
	$page = new WebPage($url,true,$server,"blog-app.php","u",$relDir);
	$page->openLink();
	$head = processHeaders($headers,$file,$mime_dl,$type,$isDown,$isHtml,$isImage);
	foreach($head as $h) header($h);

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

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

}
else
{
	$error404 = TRUE;
}

if ($error404) {
	header("HTTP/1.0 404 Not Found");
	print "< !DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">
	<html><head>
	
	</head><body>
	<h1>Not Found</h1>
	<p>The requested URL ".$_SERVER[PHP_SELF]." was not found on this server.</p>
	</body></html>";
	exit;
}
?>
</textarea>
<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://www.evilgreenmonkey.com/blog/micro-site-seo-hosting.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/micro-site-seo-hosting.html</feedburner:origLink></item>
		<item>
		<title>Should You Be Ranking For [SEO]?</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/317920433/should-you-be-ranking-for-seo.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/should-you-be-ranking-for-seo.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:30:37 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Blog - evilgreenmonkey]]></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[<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 - 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 - 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) - 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 - 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 - $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 - 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 - their sponsor link to you is worth its weight in gold.</li>
<li>Get Local - 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://www.evilgreenmonkey.com/blog/should-you-be-ranking-for-seo.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/should-you-be-ranking-for-seo.html</feedburner:origLink></item>
		<item>
		<title>Ayima needs a SQL Developer</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/316268577/sql-developer-job.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/sql-developer-job.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:09:10 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Blog - evilgreenmonkey]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/?p=54</guid>
		<description><![CDATA[Ayima is currently looking for a SQL Reporting Developer to strengthen our team. We are looking for a smart, quick thinking and thorough individual who wants to develop their knowledge in this challenging industry.
The job holder will be responsible for the following primary requirements:

To develop business information using all data available in our current business [...]]]></description>
			<content:encoded><![CDATA[<p>Ayima is currently looking for a SQL Reporting Developer to strengthen our team. We are looking for a smart, quick thinking and thorough individual who wants to develop their knowledge in this challenging industry.</p>
<p>The job holder will be responsible for the following primary requirements:</p>
<ul>
<li>To develop business information using all data available in our current business databases</li>
<li>To help develop new facilities to gather business information</li>
<li>Analyse, present and comment on the results of the data extraction</li>
<li>To develop reports to a high standard, to enable the business to make financial, strategic and commercial decisions based on the results</li>
<li>Assist in the maintenance and development of the server farm.</li>
<li>It is essential that the candidates can demonstrate core competencies in writing advanced SQL queries.</li>
</ul>
<p><span id="more-54"></span><br />
In addition, experience of the following is desirable:</p>
<ul>
<li>MySQL and/or SQL server</li>
<li>Java (Object Orientated Programming)</li>
<li>Linux</li>
<li>Apache, PHP, HTML &#038; JavaScript</li>
<li>Search Engine Optimisation</li>
</ul>
<p>Personal characteristics are likely to include the following:</p>
<ul>
<li>Excellent oral and written communication skills</li>
<li>Excellent numerical &#038; analytical skills, with the ability to interpret data and present it in a clear, concise and logical format</li>
<li>Ability to work on own initiative and within a team environment</li>
<li>Ability to manage workload and time according to deadlines set</li>
<li>Keenness to develop and drive the business reporting forward by supporting key decision makers</li>
<li>Experience of working within a busy department</li>
<li>Ability to prioritise and complete multiple tasks</li>
</ul>
<p>Remuneration is £25K-£35K + 20 days holidays per year and statutory holidays + private health care.</p>
<p>Please email your CV to jobs@ayima.com. No agencies please.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilgreenmonkey.com/blog/sql-developer-job.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/sql-developer-job.html</feedburner:origLink></item>
		<item>
		<title>Ask The Monkey Something…</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/314183626/ask-the-monkey-something.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/ask-the-monkey-something.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 23:56:42 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Articles]]></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[<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 - neither of which I can really talk about.</p>
<p>So, I&#8217;m going to put an offer out on the table - 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://www.evilgreenmonkey.com/blog/ask-the-monkey-something.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/ask-the-monkey-something.html</feedburner:origLink></item>
		<item>
		<title>Taking Advantage of Offline Advertising</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/203344378/taking-advantage-of-offline-advertising.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/taking-advantage-of-offline-advertising.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 11:14:24 +0000</pubDate>
		<dc:creator>evilgreenmonkey</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[<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://www.evilgreenmonkey.com/blog/taking-advantage-of-offline-advertising.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/taking-advantage-of-offline-advertising.html</feedburner:origLink></item>
		<item>
		<title>Google Universal - This Is London Calling.</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/175494757/google-universal-this-is-london-calling.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/google-universal-this-is-london-calling.html#comments</comments>
		<pubDate>Wed, 17 Oct 2007 06:40:56 +0000</pubDate>
		<dc:creator>evilgreenmonkey</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[<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 - 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 - 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://www.evilgreenmonkey.com/blog/google-universal-this-is-london-calling.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/google-universal-this-is-london-calling.html</feedburner:origLink></item>
		<item>
		<title>Mike Being A W*nker</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/175494759/mike-being-a-wnker.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/mike-being-a-wnker.html#comments</comments>
		<pubDate>Wed, 10 Oct 2007 10:19:11 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Blog - evilgreenmonkey]]></category>

		<guid isPermaLink="false">http://www.evilgreenmonkey.com/author-blogs/evilgreenmonkey/47/mike-being-a-wnker.html</guid>
		<description><![CDATA[Just in case you read Mike Nott&#8217;s Blog, you may have seen his recent post about the bet made at Lisa&#8217;s Ad:Tech party. Lisa and I have a running joke that we&#8217;re like husband and wife, and it somehow moved on to someone joking about having a Vegas wedding during Pubcon.
As it became quite a [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you read <a href="http://nott.org" title="Mike Nott">Mike Nott&#8217;s Blog</a>, you may have seen his <a href="http://www.nott.org/blog/seo-wedding-rob-kerry-lisa-ditlefsen.html">recent post</a> about the bet made at <a href="http://www.seo-chicks.com/210/adtech-london-roundup.html">Lisa&#8217;s Ad:Tech party</a>. Lisa and I have a running joke that we&#8217;re like husband and wife, and it somehow moved on to someone joking about having a Vegas wedding during <a href="http://www.pubcon.com/">Pubcon</a>.</p>
<p>As it became quite a popular idea at the party, Lisa and I tried to get out of it by saying that we&#8217;d only do it if I ranked top for &#8220;weddings&#8221;. Mike seems to think that it&#8217;ll be funny to try and follow through on this bet on my behalf, by starting a link bombing campaign. Oh dear, I think that I may need to blacklist my own blog to prevent him from achieving his goal.</p>
<p>On the positive side, I&#8217;ve heard that my stag night will go ahead in Vegas no matter what <img src='http://www.evilgreenmonkey.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilgreenmonkey.com/blog/mike-being-a-wnker.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/mike-being-a-wnker.html</feedburner:origLink></item>
		<item>
		<title>Preparing Your Company For Universal Search</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/175494761/preparing-your-company-for-universal-search.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/preparing-your-company-for-universal-search.html#comments</comments>
		<pubDate>Mon, 24 Sep 2007 19:37:18 +0000</pubDate>
		<dc:creator>evilgreenmonkey</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[<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://www.evilgreenmonkey.com/blog/preparing-your-company-for-universal-search.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/preparing-your-company-for-universal-search.html</feedburner:origLink></item>
		<item>
		<title>A New Adventure With Ayima and Sphinn</title>
		<link>http://feeds.feedburner.com/~r/evilgreenmonkey/~3/175494762/a-new-adventure-with-ayima-and-sphinn.html</link>
		<comments>http://www.evilgreenmonkey.com/blog/a-new-adventure-with-ayima-and-sphinn.html#comments</comments>
		<pubDate>Mon, 10 Sep 2007 23:09:59 +0000</pubDate>
		<dc:creator>evilgreenmonkey</dc:creator>
		
		<category><![CDATA[Blog - evilgreenmonkey]]></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, who [...]]]></description>
			<content:encoded><![CDATA[<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 ;). 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://www.evilgreenmonkey.com/blog/a-new-adventure-with-ayima-and-sphinn.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.evilgreenmonkey.com/blog/a-new-adventure-with-ayima-and-sphinn.html</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=evilgreenmonkey</feedburner:awareness></channel>
</rss>
