<?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>link love</title>
	<atom:link href="http://www.vdgraaf.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vdgraaf.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 15 May 2013 19:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Canonical tag creates new legal cloaking possibilities</title>
		<link>http://www.vdgraaf.info/canonical-tag-creates-new-legal-cloaking-possibilities.html</link>
		<comments>http://www.vdgraaf.info/canonical-tag-creates-new-legal-cloaking-possibilities.html#comments</comments>
		<pubDate>Thu, 25 Dec 2008 14:41:59 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Cloaking]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/canonical-tag-creates-new-legal-cloaking-possibilities.html</guid>
		<description><![CDATA[Google, Yahoo and Live search have introduced a great new way to serve linkers different content than other visitors or search engines. Thanks to the rel=canonical tag the search engines are now supporting they will need to implement many new spam detection methods as well. If you do not yet know about the tag please [...]]]></description>
			<content:encoded><![CDATA[<p>Google, Yahoo and Live search have introduced a great new way to serve linkers different content than other visitors or search engines. Thanks to the rel=canonical tag the search engines are now supporting they will need to implement many new spam detection methods as well.<br />
If you do not yet know about the tag please read Rand Fishkin&#8217;s <a href="http://www.seomoz.org/blog/canonical-url-tag-the-most-important-advancement-in-seo-practices-since-sitemaps">rel=canonical post</a> or the information from Google on the <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">new canonical tag</a>.</p>
<p><span id="more-120"></span></p>
<p><strong>How does it work?</strong><br />
With the new canonical tag you indicate that there might be more than one URL <em>within your website</em> presenting this specific information and if search engines want to choose between those when presenting it to visitors, you would prefer the given URL. I for instance use wordpress to rewrite to nice URLs but this post is available under http://www.vdgraaf.info/?p=120 as well.</p>
<p>If I would place <code>&lt;link rel="canonical" href="http://www.vdgraaf.info/canonical-tag-creates-new-legal-cloaking-possibilities.html" /&gt;</code> in the head of this page, Google would only show that one to visitors. But just like a 301-redirect Google would attribute all linkjuice to the remaining page.</p>
<p>The canonical tag is intended for sites that cannot do a proper 301 redirect because of several reasons. For instance if there still are slight differences between the pages under different URLs, but too little for Google to see them as unique. The same article might be available under different categories, an affilliate ID in the URL just changes some form values or you use almost the same text for the French speaking population of Canada as you do for people in France. I can think of many more, but all these legitimate reasons allow for slight changes to the page served. And it is logical that search engines now allow you to indicate which version to choose.</p>
<p><strong>One page, different audiences</strong><br />Your website is created for several audiences and in the ideal situation you could change nuances depending on the visitor type. The most important audiences we want to differentiate right now are &#8220;linkers&#8221;, &#8220;navigators&#8221; and &#8220;searchers&#8221;.</p>
<ul>
<li><strong>People linking to your website</strong><br />A clean webpage without much commercial intent is far more likely to recieve inbound links than a page with a lot of branding and call-to-actions. A page that shows your good side (for instance with a reference to your altruism to good causes, or a reference to the specific link partner) will give you a far higher success rate on your link building effort. Use a URL like http://www.vdgraaf.info/i-am-a-good-boy.html for them.</li>
<li><strong>People navigating from within your website</strong><br />People that navigate through your website follow a certain path and you can offer more specific content depending on where they came from. http://www.vdgraaf.info/so-you-clicked-the-banner.html would be good for this audience.</li>
<li><strong>People from search engines</strong><br />A good landing page for search engines gives the answer to what you searched for and shows a clear call-to-action to the most logical next step. Besides changing the appearance of the page that you would like search engines to serve, you could also use slightly different code to be more search engine friendly. You should make this version the canonical one by adding <code>&lt;link rel="canonical" href="http://www.vdgraaf.info/this-one-is-for-searchers.html" /&gt;</code> to the head section of all your versions.</li>
</ul>
<p><strong>Does the tag give real cloaking abilities</strong><br />It is logical that Google will or already has implemented a check on simularity between different versions. Because the tag is onpage and not in an external file like the robots.txt, the page has to be spidered first. It is a small extra step to do some text calculation as well. The canonical instruction will probably be followed when the page would normally trigger duplicate content filter. It will however assign all accumulated links to that one remaining occurrence.</p>
<p>So use this tag with care, but with the same content you can still create many different versions. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/canonical-tag-creates-new-legal-cloaking-possibilities.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is blackhat SEO technical or social?</title>
		<link>http://www.vdgraaf.info/is-blackhat-seo-technical-or-social.html</link>
		<comments>http://www.vdgraaf.info/is-blackhat-seo-technical-or-social.html#comments</comments>
		<pubDate>Thu, 25 Dec 2008 14:41:59 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/is-blackhat-seo-technical-or-social.html</guid>
		<description><![CDATA[Search Engine Strategies Chicago ended with a discussion on blackhat vs whitehat SEO. For the ones among you that aren&#8217;t familiar with these terms: They refer to evil and good wizards. In search this could mean that a blackhat SEO crosses certain lines that a whitehat won&#8217;t. But what are the lines to cross? Is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.searchenginestrategies.com/chicago/">Search Engine Strategies Chicago</a> ended with a discussion on blackhat vs whitehat SEO. For the ones among you that aren&#8217;t familiar with these terms: They refer to evil and good wizards. In search this could mean that a blackhat SEO crosses certain lines that a whitehat won&#8217;t.</p>
<p>But what are the lines to cross? Is it taking the risk of being banned from Google? Or is it taking the risk of losing positive brand perception? Unlike the discussion at SES I&#8217;m not going to try and find the best definition of blackhat SEO, but I&#8217;ll try to open your eyes to new possibilities and their risks.</p>
<p><span id="more-119"></span></p>
<p><strong>SES Chicago 2008</strong><br />
The discussion at SES had some great panelists like David Naylor, Todd Friezen, Doug Heil and Eric Enge. The first two not afraid of taking risks, the last feeling they are as white as snow. Most questions asked were about &#8220;What defines blackhat?&#8221;.</p>
<p>I asked &#8220;Is outing your competitor&#8217;s mischief, a blackhat tactic?&#8221; and even Doug Heil replied that he does it himself. But I&#8217;d like to comment that because you do the outing from for instance your Google webmaster central, your sites could also recieve extra investigation. Just be careful.</p>
<p>After a good discussion, where Dave got a lot of laughs, there was slight agreement on good SEO practice. Whenever you get full consent from your customer on a technique after full disclosure on the risks, you&#8217;re not a bad SEO just by taking these risks. If an industry standard would be set, this should be the only thing in it.</p>
<p><strong>Is blackhat SEO technical or social?</strong><br />I believe every method that artificially boosts search term focus or topical authority is a shade of grey. When I do viral link building by getting links to one message and transferring (there are many ways) to another, I would call that less ethical. But does the lack of a negative stance by Google make it right?</p>
<p>&#8220;Taking risks is part of being in business&#8221;<br />When you&#8217;re active in a competitive industry, you have to be open to taking risks. In SEO there is the risk of being penalised by search engines and you could suffer brand damage. Both pose dangers that can be averted by hiring an experienced search engine marketeer (or reading carefully through my blog <img src='http://www.vdgraaf.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Here are some examples of social and technical blackhat activities.</p>
<p><strong>Problem: A spammy competitor ranks above me</strong><br />Don&#8217;t you hate it when someone ranks above you, but he has clearly used a spam tactic that should be too easy to detect if Google just took the time? I get this all the time as well as many of my clients. But do you then use Google webmaster central to &#8220;snitch&#8221; on that activity?</p>
<p>I do have a special snitching Google account that I use from specific <a href="http://www.vdgraaf.info/dont-leave-your-fingerprints-everywere.html">IPs and other identifiers</a>. I always help Google by also explaining what fingerprint they could use to ban this tactic for once and for all. Otherwise they ban this instance, but other websites using it still get through.</p>
<p>Another way of exposing a tactic and making sure the entire strategy gets tackled is by overusing it. Once a tactic becomes common practice by for instance porn affilliates, Google will definitely try to add some rules to its algorithm. Explaining in much detail how a tactic works on for instance a blackhat forum will make sure it gets overused. Especially when people that are already under extra investigation start using it, this will kill the tactic entirely. Because I didn&#8217;t use the stupid tactic myself or out it through webmaster central, my sites aren&#8217;t effected in any way. Is this Blackhat? It sure is grey!</p>
<p><strong>Problem: I can not make my site linkworthy</strong><br />People who intend to link to some interesting piece of information on your website, do look at the rest of the site. If the interesting piece of information is just a small part of your very commercial website, they will either ask for money or not link to it entirely. The solution is a satellite site!</p>
<p>A satellite site is a site under a separate domain and if needed even separate ownership. By using a separate site you can appear less commercial and less branded. When the piece of interesting information resides on this satellite site it is far more likely to be linked to, even by your competitors. For a fun example of a satellite site take a look at <a href="http://www.polepositionmarketing.com/seo-sem/link-building-secrets/peter-van-der-graaf.php">JohnBukakke.com</a>. This extreme example shows that you can get links to anything.</p>
<p>&#8220;How do I get the linkjuice to my commercial site?&#8221;<br />There are many ways to get the acquired links to have a positive effect on the ranking of your commercial site. Here are some examples.</p>
<ul>
<li>Link out to your commercial website as being the sponsor. Make sure there is little link juice leaked to other websites.</li>
<li>After the links are acquired and few people visit the site, 301-redirect it to your commercial website. A 301 diverts al link juice.</li>
<li>Use client-side redirects so not the link juice but just visitors are redirected to the commercial site.</li>
</ul>
<p>So is swapping messages this way any less Blackhat than the tactic listed before? Because there are more legal practices that divert link juice than less decent ones, Google doesn&#8217;t have a stance against it. But I think they should! This is a social blackhat trick. Or at least it is a shade of grey.</p>
<p><strong>Problem: I want to influence social systems like Delicious, Sphinn and Digg</strong><br />There are many ways to influence these networks, but you need real visitors instead of bots. All these techniques are definitely blackhat!</p>
<p>The best way is to open a Digg (or other network) URL unseen while someone visits a page that you controll. This can be accomplished by using various Javascript and Flash exploits. They would have to be logged into Digg while they visit the page, but the odds are in your favour. It works simular to <a href="http://www.vdgraaf.info/hacking-for-seo.html">the trick used here</a>.</p>
<p>Because I still use the full technique for a couple of projects, it would be unwise to out it to everybody. The select few who meet me at conferences could probably share in the fun. This way it doesn&#8217;t get overused and penalized in time. This is an example of an extreme blackhat tactic that is both technical and social. Links from these networks aren&#8217;t worth much for your ranking, but your popularity will result in valuable links.</p>
<p><strong>So?! Is blackhat social or technical?</strong><br />It is both. Fooling people or fooling Google doesn&#8217;t make you any less evil. Most of my customers don&#8217;t need any risky techniques, so I just do whitehat. Shades of grey are only used when factors like competition and budget make it a logical choice and only with full consent from the customer.</p>
<p>I happen to like evil and I&#8217;ve got a huge network of people that keep experimenting to find the limits in shades of grey. We&#8217;re all experts and never put valuable websites at risk. Whenever you touch shades of grey, make sure you have full understanding of the risks and the search engine&#8217;s ability to detect things (standard and thorough, algorithmic and manual, now and in the near future). For most of you, blackhat just isn&#8217;t the thing. Keep it for the experts and even they lose sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/is-blackhat-seo-technical-or-social.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you a real geek? This song is for the ultimate SEO freaks</title>
		<link>http://www.vdgraaf.info/are-you-a-real-geek-this-song-is-for-the-ultimate-seo-freaks.html</link>
		<comments>http://www.vdgraaf.info/are-you-a-real-geek-this-song-is-for-the-ultimate-seo-freaks.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:13:19 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Breaking news]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/are-you-a-real-geek-this-song-is-for-the-ultimate-seo-freaks.html</guid>
		<description><![CDATA[Are you attending any search conference this month? Be sure to bring this song to all the parties! A group of female SEO groupies sings about their geeky fetish. Why an SEO song?While hearing the 70s discohit D-I-S-C-O I misheard it as &#8220;We Like SEO&#8221; and immediately launched an initiative to record it as such. [...]]]></description>
			<content:encoded><![CDATA[<p>Are you attending any search conference this month? Be sure to bring this song to all the parties! A group of female SEO groupies sings about their geeky fetish.</p>
<p><a href="http://www.welikeseo.com"><img src="http://www.welikeseo.com/images/we-like-seo-embed02.jpg" alt="We Like SEO" /></a><br />
<span id="more-116"></span></p>
<p><b>Why an SEO song?</b><br />While hearing the 70s discohit D-I-S-C-O I misheard it as &#8220;We Like SEO&#8221; and immediately launched an initiative to record it as such. Yes it sounds and looks amateuristic, but it is all about the fun of making it. We wanted to share the fun environment we have amongst colleagues, because these people are all real search nerds. Hopefully it is the start of many SEM disco hits from all around the world.</p>
<p><b>What do we hope to achieve?</b><br />Nothing!&hellip;&nbsp; &hellip;and much.<br />This song could have many effects. Here are just a few of them:</p>
<ul>
<li>Being played at webmasterradio.fm, Pubcon, SES, SMX and many more topic related events.</li>
<li>Reaching new colleagues that are as crazy about SEO as we are.</li>
<li>Igniting a whole range of SEO disco hits. Just think of Try-S-E-A on the Y-M-C-A tune or Google Wonderland on Boogie Wonderland. Comment to share all your great ideas!</li>
<li>Ranking #1 for &#8220;seo&#8221; because all SEO&#8217;s linked to the song <img src='http://www.vdgraaf.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</li>
<li>Showing the power of topic specific viral messages. Many of my customers don&#8217;t want to expose the very effective messages we created as being an intentional viral, so ClearSense needed an example of its own.</li>
<li>Getting a formerly SEA-only company to sing We Like SEO was my personal gratification <img src='http://www.vdgraaf.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</li>
</ul>
<p><b>What did it cost?</b><br />Not much! Although the not much part shows a bit, it doesn&#8217;t make the song less effective. It cost us some free time to get the recording to an acceptable level (because these amateur singers needed alot of morphing and tweaking); Some time with a part of the company to record the video and just $ 1000 to hire a student filmmaker to record it (Youtube reduced the image quality, but the recording is fine). I think she performed perfectly, so I&#8217;m defenately going to use her more often.</p>
<p><b>Who is this ClearSense?</b><br />I work externally for many SEM companies and ClearSense is the one that I used to work for 36 hours a week, so there is an extra bond with those colleagues. The fun of making the videoclip was enormous, and they really are a crazy bunch.</p>
<p><b>What do I want from the readers?</b><br />Have fun watching the clip and hopefully you are as exited about SEO as we are. I&#8217;m going to wear a We Like SEO T-shirt to the next conference I attend.</p>
<p><a href="http://www.welikeseo.com/t-shirt.php">We Like SEO T-Shirt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/are-you-a-real-geek-this-song-is-for-the-ultimate-seo-freaks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At last Google shows search volumes!!</title>
		<link>http://www.vdgraaf.info/at-last-google-shows-search-volumes.html</link>
		<comments>http://www.vdgraaf.info/at-last-google-shows-search-volumes.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 07:13:16 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Breaking news]]></category>
		<category><![CDATA[Web analytics]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/at-last-google-shows-search-volumes.html</guid>
		<description><![CDATA[I haven&#8217;t read many blogs lately so much to my surprise I opened up my Adwords account and saw the message: You can now view keyword volume estimates in the Adwords keyword tool! So far Google has never been &#8220;close to&#8221; open about search volumes. Google trends only shows charts without numbers and it has [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t read many blogs lately so much to my surprise I opened up my Adwords account and saw the message:</p>
<p><i>You can now view keyword volume estimates in the Adwords keyword tool!</i></p>
<p>So far Google has never been &#8220;close to&#8221; open about search volumes. Google trends only shows charts without numbers and it has a threshold of about 1000 searches per day. Previously the Adwords keyword tool showed only monthly graphs without any reference field to numbers. But at last they changed their ways and show &#8220;rough estimates&#8221; with real numbers.</p>
<p><span id="more-113"></span></p>
<p>In European countries where Google has a marketshare of more than 90% this is close to a revolution. Yahoo data, Trellian, HitWise, Wordtracker and Alexa are all useless because of the limited coverage in those countries. Hopefully Google will improve even more by showing &#8220;real numbers&#8221; in stead of the current &#8220;rough estimates&#8221;. But even the current improvement is a welcome change.</p>
<p><img alt="Search volume numbers" src="http://www.vdgraaf.info/wp-content/uploads/search-volume1.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/at-last-google-shows-search-volumes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making money with search: How conversion really works!</title>
		<link>http://www.vdgraaf.info/making-money-with-search-how-conversion-really-works.html</link>
		<comments>http://www.vdgraaf.info/making-money-with-search-how-conversion-really-works.html#comments</comments>
		<pubDate>Sun, 29 Jun 2008 18:40:05 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Search advertising]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/making-money-with-search-how-conversion-really-works.html</guid>
		<description><![CDATA[I haven&#8217;t blogged for quite some time, but I was surprised the following information was still an eye-opener for so many people. So here an eye-opener on how conversion and search engine marketing really work. How do you use SEA and SEO to its full potential and how do you make money with SEM?! Investment [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged for quite some time, but I was surprised the following information was still an eye-opener for so many people. So here an eye-opener on how conversion and search engine marketing really work. How do you use SEA and SEO to its full potential and how do you make money with SEM?!</p>
<p><span id="more-112"></span></p>
<p><strong>Investment per conversion</strong><br />From ranking on a search term to a closed deal, a conversion undergoes several stages. These stages are all as important as the investment for achieving a ranking. They are the real money making factors in search engine marketing.</p>
<h2>$ ≈ # ≈ ☺ ≈ $</h2>
<p>Investment per conversion can be seen as the formula above. It states that:</p>
<ol>
<li><strong>$ ≈ #</strong> The investment for ranking:<br />What is needed to rank for a particular search term? This factor is mainly determined by the competition (both SEO and SEA).</li>
<li><strong># ≈ ☺</strong> The chance of being clicked:<br />Is my result relevant enough for that visitor? Getting many clicks on lower rankings can easily beat 1st positions.</li>
<li><strong>☺ ≈ $</strong> The chance of a converting visitor:<br />Do I offer the right service for the visitors desires and is there an easy navigation? Even small improvements in usability can double your conversions.</li>
<li><strong>$ &hellip;≈&hellip; $</strong> The investment and profit per conversion:<br />What is a conversion worth and do the costs match? Having a bigger margin creates bigger budgets to outrank the competition.</li>
</ol>
<p><em>The ≈ is used to state that there is uncertainty. It equals the chance of something resulting in a desired action. Your SEM knowledge can make that chance far easier to determine in advance.</em></p>
<p><strong>Calculation example</strong><br />To clarify how important conversion is I will give two Google Adwords examples taken from real websites. These are Dutch examples in the credit business. I&#8217;ve converted the costs-per-click using the current dollar to euro ratio, and simplified some figures for easier calculation. The biggest difference between Website A and B is that B uses its homepage as landing page and A creates specific landing pages for every single search term.</p>
<table>
<tr>
<th></th>
<th>Website A</th>
<th>Website B</th>
<th>Comment</th>
</tr>
<tr>
<th>search term</th>
<td>doorlopend krediet</td>
<td>doorlopend krediet</td>
<td>Dutch credit term</td>
</tr>
<tr>
<th>max CPC</th>
<td>$ 10.50</td>
<td>$ 7.00</td>
<td>B isn&#8217;t willing to bid more</td>
</tr>
<tr>
<th>avg position</th>
<td>2</td>
<td>7</td>
<td>Browsing visitors will more likely click lower results as well, but are less likely to convert directly</td>
</tr>
<tr>
<th>CTR</th>
<td>10%</td>
<td>1%</td>
<td>Of 150 searches per day</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>When we take 100 visitors the average percentages from the landing pages are as follows.</p>
</td>
</tr>
<tr>
<th>Visiting order form</th>
<td>70%</td>
<td>50%</td>
<td>Percentage of visitors from this search term</td>
</tr>
<tr>
<th>Finishing order form</th>
<td>30%</td>
<td>6%</td>
<td>Percentage of visitors that started order form</td>
</tr>
<tr>
<th style="border-top:1px solid black;">Total percentage of visitors</th>
<td style="border-top:1px solid black;">21%</td>
<td style="border-top:1px solid black;">3%</td>
<td style="border-top:1px solid black;">From visitor to finished order form (=conversion)</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>This comes down to 21 and 3 visitors of every 100 visitors convert. The cost per conversions then comes down to:</p>
</td>
</tr>
<tr>
<th>100 visitors</th>
<td>$ 1050</td>
<td>$ 700</td>
<td>To buy from Adwords</td>
</tr>
<tr>
<th>conversions/100 visitors</th>
<td>21</td>
<td>3</td>
<td>These filled in the form</td>
</tr>
<tr>
<th style="border-top:1px solid black;">CPA</th>
<td style="border-top:1px solid black;">$ 50</td>
<td style="border-top:1px solid black;">$ 233</td>
<td style="border-top:1px solid black;">Amount/conversions</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>When we see that the profit per conversion isn&#8217;t that different, Website A is doing OK, but B needs to increase its conversion rate.</p>
</td>
</tr>
<tr>
<th>Profit per conversion</th>
<td>$ 64</td>
<td>$ 70</td>
<td>Case A uses more manual labour to convert a lead to a loan.</td>
</tr>
<tr>
<th>Profit-CPA</th>
<td>$ 14</td>
<td style="color:red;">-$ 163</td>
<td>Not measuring CPA ruins Website B.</td>
</tr>
</table>
<p><strong>What can we conclude?</strong></p>
<ul>
<li>Website A is willing to pay more per visitor, but they measure better if they convert. They know their real maximum.</li>
<li>The percentage of people starting the order form is enormous, but the obvious button on a very relevant landing page (<a href="http://www.iedere-lening.nl/faq/doorlopend-krediet.php" target="blank">doorlopend krediet landing page</a>) gives Website A an even better CTR from the landing page than Website B has from the homepage (their landing page) (70% vs 50%).</li>
<li>The order form in Website B has 5 steps across 5 pages and they require you to fill in everything. Website B uses 3 steps on 1 page (<a href="http://www.iedere-lening.nl/vergelijking-aanvragen.php" target="blank">loan request form</a>) and requests any missing information using a call-center. This is more expensive, but converts at least just as good. Therefore a lower profit per lead.</li>
</ul>
<p>This is a real example and I know these percentages seem extreme, but I assure you these differences are common in many industries.</p>
<h3>Website A can do much better!</h3>
<p>Website A seems to have everything well in order, but they can use search engine marketing even smarter. The credit industry is extremely competitive, but other less competitive industries might offer chances for loans. Do you see the relevance between a divorce and loan? Well, visitors sure do.</p>
<p>Website A created a section specifically about financial problems that arise with a divorce. You suddenly need a lawyer, an extra home, extra furniture and you might need to pay alimony. All costs that come very inconvenient during a period that is tough enough by itself. A loan might offer some comfort to get things in order.</p>
<p>After introducing this new section, Website A did multi-variate-testing on Ads and landing pages. Below we compare the original situation to the situation that was achieved after testing.</p>
<table>
<tr>
<th></th>
<th>Original situation</th>
<th>After testing</th>
<th>Comment</th>
</tr>
<tr>
<th>search term</th>
<td>scheiding aanvragen</td>
<td>scheiding aanvragen</td>
<td>Dutch for &#8220;request divorce&#8221;</td>
</tr>
<tr>
<th>max CPC</th>
<td>$ 1.00</td>
<td>$ 1.00</td>
<td>Same bid</td>
</tr>
<tr>
<th>CTR</th>
<td>2%</td>
<td>8%</td>
<td>4 ad versions tested. This also means we get more visitors from this search term.</td>
</tr>
<tr>
<th>avg position</th>
<td>3</td>
<td>3</td>
<td>Same position</td>
</tr>
<tr>
<th>actual CPC</th>
<td>$ 0.89</td>
<td>$ 0.70</td>
<td>CTR Quality score decreases CPC</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>When we take 100 visitors the average percentages from the landing pages are as follows.</p>
</td>
</tr>
<tr>
<th>Visiting order form</th>
<td>35%</td>
<td>50%</td>
<td>4 landing pages tested. Divorces are less relevant, so this is worse than loan terms</td>
</tr>
<tr>
<th>Finishing order form</th>
<td>20%</td>
<td>24%</td>
<td>Better expectations from landing page increase form finishes</td>
</tr>
<tr>
<th style="border-top:1px solid black;">Total percentage of visitors</th>
<td style="border-top:1px solid black;">7%</td>
<td style="border-top:1px solid black;">12%</td>
<td style="border-top:1px solid black;">from visitor to finished order form (=conversion)</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>This comes down to 7 and 12 visitors of every 100 visitors convert. The cost per conversions then comes down to:</p>
</td>
</tr>
<tr>
<th>100 visitors</th>
<td>$ 89</td>
<td>$ 70</td>
<td>to buy from Adwords</td>
</tr>
<tr>
<th>conversions/100 visitors</th>
<td>7</td>
<td>12</td>
<td>these filled in the form</td>
</tr>
<tr>
<th style="border-top:1px solid black;">CPA</th>
<td style="border-top:1px solid black;">$ 12.71</td>
<td style="border-top:1px solid black;">$ 5.83</td>
<td style="border-top:1px solid black;">amount/conversions</td>
</tr>
<tr>
<td colspan="4">&nbsp;
<p>The profit per conversion from the previous example still applies but compared to &#8220;doorlopend krediet&#8221;, &#8220;scheiding aanvragen&#8221; is much cheaper.</p>
</td>
</tr>
<tr>
<th>Profit per conversion</th>
<td>$ 64</td>
<td>$ 64</td>
<td>Case A uses more manual labour to convert a lead to a loan.</td>
</tr>
<tr>
<th>Profit-CPA</th>
<td>$ 51.29</td>
<td>$ 58.17</td>
<td>After one month of multi-variate-testing.</td>
</tr>
</table>
<p>Compared to &#8220;doorlopend krediet&#8221; from the first example, &#8220;scheiding aanvragen&#8221; creates a far larger profit. The amount of searches for &#8220;scheiding aanvragen&#8221; is lower than &#8220;doorlopend krediet&#8221; and therefore both are needed to fill the demand for loan leads. But every less competitive industry we can associate with loans can be added to our audience. Combined these have a great potential and the profit is enormous &#8220;until other banks discover them&#8221;. So I&#8217;m not going into the details, but you should get my point. When you keep your Profit per conversion high and cost per conversion low, you can outbid any other company (especially from other industries).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/making-money-with-search-how-conversion-really-works.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April fools linkbuilding?</title>
		<link>http://www.vdgraaf.info/april-fools-linkbuilding.html</link>
		<comments>http://www.vdgraaf.info/april-fools-linkbuilding.html#comments</comments>
		<pubDate>Mon, 17 Mar 2008 16:27:52 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/april-fools-linkbuilding.html</guid>
		<description><![CDATA[April fools day is coming and I know about a lot of great hoaxes coming up. Are you preparing some great stuff to get publicity and mainly &#8220;links&#8221;? The first of April poses a great opportunity to create a safe viral. Fairly safe because you can always revert to stating it was a joke. But [...]]]></description>
			<content:encoded><![CDATA[<p><strong>April fools day is coming and I know about a lot of great hoaxes coming up. Are you preparing some great stuff to get publicity and mainly &#8220;links&#8221;?</strong></p>
<p>The first of April poses a great opportunity to create a safe viral. Fairly safe because you can always revert to stating it was a joke. But what makes a great April fools joke? What ingredients are required for success? Here are some tips to give you a bigger chance of success&#8230;<br />
<span id="more-110"></span><br />
Viral marketing is one of the most uncertain types of marketing. As stated in <a href="http://www.vdgraaf.info/how-dangerous-is-viral-marketing.html">&#8220;How dangerous is viral marketing?&#8221;</a>; Viral marketing can also backfire. Normally you should be careful in linking a viral to your company name, but with April fools jokes you can openly show the creativity of you marketing team.</p>
<ul>
<li><strong>Use current events</strong><br />Acting on current events that already get much media attention, gives even small news items the possibility to end up in newspaper specials. If your news is funny or shocking the chances of talkshows and popular news picking it up are also quite large. The end result should always be that <u>online</u> media all link to your fabricated proof or joke.</li>
<li><strong>Use popular people</strong><br />Creating a hoax about famous people gets media attention much quicker and this kind of publicity is often conconed as an April fools joke. This is the only time you can do it safely).<br />For instance:<i>&#8220;Did you know <a href="http://daggle.com/">Danny Sullivan</a> is gay?&#8221; His singing should have given him away, but now there is proof! He said so in the <a href="http://www.webmasterradio.fm/Search-Engine-Optimization/The-Daily-Search-Cast/">Daily search cast</a>. What will his wife think?</i></li>
<li><strong>Create a believable story</strong><br />A story can create a feeling like &#8220;this can&#8217;t be true&#8221;. These stories could work as an April fools scam, but they need to work until the first of April. You need quite a lot of (fake) proof to keep up a story for a couple of days, so spread the proof over a couple of days. Try to have the big bang on the first op April.</li>
<li><strong>Use respected media</strong><br />When respected media pick up on your story, chances for success are much higher. Prepare content for all media types, so television, radio, youtube, flickr and blogs all have access to an easy article. Use respected newswires like PR-Newswire, because those are seen as trustworthy. For examples see: <a href="http://www.vdgraaf.info/examples-of-viral-marketing.html">Examples of viral marketing</a></li>
<li><strong>Learn from what worked</strong><br />On websites like <a href="http://www.museumofhoaxes.com/hoax/aprilfool/">the hoax museum</a> you can find many examples. Learn from these and create your own scam. April fools gives you the opportunity to lie without any negative consequences. Make use of it while you can!</li>
</ul>
<p>I hope this helps you create some great jokes. Please comment to let me know what you&#8217;ve come up with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/april-fools-linkbuilding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of avoiding duplicate content</title>
		<link>http://www.vdgraaf.info/importance-of-avoiding-duplicate-content.html</link>
		<comments>http://www.vdgraaf.info/importance-of-avoiding-duplicate-content.html#comments</comments>
		<pubDate>Mon, 04 Feb 2008 21:28:26 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/importance-of-avoiding-duplicate-content.html</guid>
		<description><![CDATA[Getting indexed and ranking with slightly less unique content! Many webmasters have contacted me recently with the same problem. It&#8217;s an old problem that is still very important in all search engines. Their websites weren&#8217;t indexed entirely or perticular pages couldn&#8217;t even rank for the most unique text phrases although these pages were indexed. In [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Getting indexed and ranking with slightly less unique content!</strong></p>
<p>Many webmasters have contacted me recently with the same problem. It&#8217;s an old problem that is still very important in all search engines. Their websites weren&#8217;t indexed entirely or perticular pages couldn&#8217;t even rank for the most unique text phrases although these pages were indexed. In this post I will give some pointers on effortlessly making pages more unique.</p>
<p><span id="more-107"></span></p>
<p>Large database driven websites all have the same problem. Sometimes search engines do not index them fully. But when they do, many pages still don&#8217;t rank in the search results. This is caused by the uniqueness of the content and seeming importance of those pages. Let&#8217;s take an average large database driven website with for instance jobs. These sites contain large amounts of job descriptions that are all formatted in the same way. While the content is somewhat unique, the shear amount causes part of that website to be seen as duplicate.</p>
<p><strong>So how does this duplicate content filtering in for instance Google work?</strong><br />Duplicate content filtering isn&#8217;t a black or white issue. It has multiple shades of grey, that in the worst case penalize an entire site and in the best case just effects the ranking of a page slightly. Because all forms of duplication across pages can effect your ranking, it is very important to know how to avoid duplicate content. To ensure <i>perceived</i> search result quality, removing duplicates is high on the agenda of every search engine.</p>
<p>Real focus on a search term is best given by dedicating an entire page to those search terms. This means creating and filling pages can become a huge task. Computer generated or scraped text is a very easy way to create pages, but that is where duplicate content filters often kick in. When you want to rank for combinations between &#8220;jobs in&#8221; and every city you can think of (for instance &#8220;jobs in amsterdam&#8221;), you probably generate many copies of the same page and replace the city spot wherever you can. And that is exactly what search engines want to combat.</p>
<p><strong>Duplicate area&#8217;s</strong><br />Many search engines see a page as part of a website and they can distinguish between the header, footer, menu, content block, etc. In fixed blocks duplication is very common, because the header and main menu are usually the same across an entire site. In the content block duplication is less common, so any duplication there is something search engines look at more closely. While duplicate area&#8217;s on the entire page should be limited, the percentage of duplicate text in the content block is extremely important.</p>
<p><strong>The more inportant the page, the more duplication is condoned</strong><br />If your homepage and a page just below it are near duplicates from each other, they can still rank on the part that makes them unique (even on more competitive terms). When the near duplicates are located further down the navigation and they recieve little linkjuice, the chances of them not ranking or even beïng omitted from the index are ever increasing. Linkjuice transfer is very important and optimizing it can fix many duplication issues.</p>
<p><img alt="Linkjuice transfer" src="http://www.vdgraaf.info/wp-content/uploads/linkjuice-transfer.gif" /></p>
<p>The illustration above shows 2 navigational structures from the homepage. When the homepage gets an extra link on it, pages further down recieve less linkjuice. Less linkjuice means a higher chance of getting caught by duplicate content filters. Put pages higher in your navigation or acquire external links directly to them when you want to make sure they rank in spite of duplication.</p>
<p><strong>Unique mashups</strong><br />The &#8220;jobs in &#8230;&#8221; example will be easily detected if the city is the only inserted text. So how can you make such a thing work without having to write loads of text? You create unique mashups!</p>
<p>A mashup is a collection of different types of collected content. When you write small pieces of unique text per page and collect all other content in small pieces from many different sources, search engines will love your pages!</p>
<p>In the &#8220;jobs in &#8230;&#8221; example: Write a fifty word intro about &#8220;jobs&#8221; per city you want to focus on. Add a list of about 10 job descriptions per city from your database. Scrape a piece of city information from a cityguide. Scrape extra pieces of additional information from other sources and finally randomize the order of those content blocks. Try to collect a total of about 300 words. Search engines are smart enough to detect this technique, but the people who use it, have been ranking for ages. The linkjuice to those pages, the amount of used sources and amount of unique text you write determine if you rank on all cities.</p>
<p><strong>Keep the good content above the fold</strong><br />Unique text is very labour intensive and quality text cannot be automated. But where do you need quality text? Just get your visitor to click a button before they start reading the entire page content and they won&#8217;t notice the low quality <img src='http://www.vdgraaf.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Focus good usability and text quality on the top part of your page. People rarely scroll and read in detail if the function of the page is already clear and the navigation options are very obvious.</p>
<p>Lazy people can still score with automation, but I prefer using cheap copywriters!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/importance-of-avoiding-duplicate-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalized search is gaining effect</title>
		<link>http://www.vdgraaf.info/personalized-search-is-gaining-effect.html</link>
		<comments>http://www.vdgraaf.info/personalized-search-is-gaining-effect.html#comments</comments>
		<pubDate>Mon, 27 Aug 2007 08:46:26 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/personalized-search-is-gaining-effect.html</guid>
		<description><![CDATA[Untill now personalized search results where hard to unravel. The effect was minimal (in most cases) and we had only one identity to test with. But personalized search is gaining effect and for Google the results look promising enough to continue with further personalization. So what does this mean for search engine optimization? This article [...]]]></description>
			<content:encoded><![CDATA[<p>Untill now personalized search results where hard to unravel. The effect was minimal (in most cases) and we had only one identity to test with. But personalized search is gaining effect and for Google the results look promising enough to continue with further personalization. So what does this mean for search engine optimization? This article will shed a light on what is known about the personalized search algorithm and how it effects peoples behavior.</p>
<p><span id="more-105"></span></p>
<p><strong>How important is personalized search?</strong><br />Google (and other search engines) want to give the most relevant search results. Knowing who is requesting the information with what intent is extremely important for this search relevance. If I search for &#8220;apache&#8221;, I might be looking for the Linux webserver; If my neighbor looks for it, he probably wants the helicopter gunship. So how does a search engine discover: <strong>a.</strong> the meaning of a word and <strong>b.</strong> the intention of the searcher?</p>
<p><strong>The meaning of a word</strong><br />Google doesn&#8217;t use a dictionary to find related words (only in a very small way), it uses other occurrances of the search term on other websites to find them. For normal ranking or when a single word can have several meanings (hononyms), these related words become extremely important for the search relevance.</p>
<p>If a large group of apache websites also mention something about webservers, PHP and Linux. Apache must be related to those terms and those websites must be about the same meaning of that word. If another group of sites mention nothing about webservers, but keep writing about geronimo, tipis, crazy horse and tribes, they are probably refering to indians.</p>
<p><strong>Being related</strong><br />The <em>&#8220;occurrances of the search term on other websites&#8221;</em> part is becoming extremely important in personalized search. Optimizing your relevance has to do with mentioning the same related words as other websites within your niche. Links to and from your website should contain those same related words. This relates you to your niche and that meaning of a hononym you might want to rank for.</p>
<p><strong>Personalized search testing</strong><br />After using <a href="http://www.vdgraaf.info/blackhat-using-different-identities.html">different identities</a> with a separate search history and behavior, the search results for several hononyms gave a very clear picture of how small changes in your behaviour can have a profound effect on the search results. And the same tests over time, gave us the impression that Google is increasing the importance of personalyzed search. Adding &#038;pws=0 to the search result URL shows you the difference between your personalized results and normal ones.</p>
<p>Besides hononyms we&#8217;ve also seen very distinct search results for subniches of a topic. While only using a more generic term for a niche, websites that used related words that coincided with the subniche preference of the searcher where given more weight. So every search is influenced by personalized search in some way.</p>
<p><strong>Intention of the searcher</strong><br />So how does a search engine find out the user preference for a specific subniche or hononym of a search term? Mainly by looking at your recent searches and things you&#8217;ve clicked!</p>
<p>Let&#8217;s say you&#8217;ve searched for &#8220;apache&#8221; and after seeing pages full of server results, you re-specified your search to &#8220;AH 64 apache&#8221; and clicked a helicopter link. The next time you search for &#8220;comanche&#8221;, search results about the RAH 66 comanche helicopter are given extra weight. In this case some results about the comanche tribe still outrank the helicopter, but suddenly more helicopter links enter the top 100.</p>
<p><strong>SEO for relevance</strong><br />To become more relevant, you need to find out what you want to be relevant for. Define what audience you want to target and what they define as relevant. If they use terms like AH 64 and technical terms for weaponry, they might be a different audience than the ones using &#8220;apache squadron iraq&#8221; although they both mean the same helicopter.</p>
<p>Broader ranking is still possible, you will just need more superiority over the closer niche matches. Define the niche and then define the search terms. The exacter the niche, the better your focus and the easier it is to rank (<a href="http://www.vdgraaf.info/rat-link-value-checklist.html">link relevance</a>).</p>
<p>Find out what the most visited (high Google ranking) websites in that niche are and look at the related words they use. Use the same related keywords in both your content, anchor texts to your websites and link to pages in that same niche.</p>
<p><strong>SEO for personalization</strong><br />SEO shouldn&#8217;t be about large amounts of traffic, but about converting visitors to a predefined goal (like &#8220;more sales&#8221;). Personalization should help you achieve that goal more easily, but you might want to rule more than just your niche. <a href="http://www.vdgraaf.info/turn-traffic-into-relevant-traffic.html">Any traffic is valuable</a> as long as only one visitor converts. Getting people earlier in their <a href="http://www.vdgraaf.info/searcher-behaviour.html">decision process</a>, before they know exactly what they are looking for, is becoming even more important with personalized search.</p>
<p>The websites found early in a search process define what more specific search queries someone will be using and they define what Google sees as personal related keywords that need to be given more weight. Therefore top rankers for more generic search terms define the keywords you need to incoorporate. The ones that are the most likely to be &#8220;clicked&#8221; are more important. The &#8220;Searches related to:&#8221; tab that is shown at the bottom of some search results helps you to find the terms that are mainly used for further specification.</p>
<p><strong>Conclusion</strong><br />So far personalized results mean: You have to already rank for a search term the old way, but extra weight is given to specific niche keyword relevance. This niche is mainly defined by search behavior, but the future it may include more personal information to be used.</p>
<p>For SEO&#8217;s this means they will have to use better subtopic specifications based on possible preferences and search history. Making a separate page for every subtopic, but mainly focussing on the same search term, might be a good solution if you aim for large amounts of traffic. For spammers it means they should use smarter scraping and text generation software. Personalization is here to stay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/personalized-search-is-gaining-effect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiring link builders</title>
		<link>http://www.vdgraaf.info/hiring-link-builders.html</link>
		<comments>http://www.vdgraaf.info/hiring-link-builders.html#comments</comments>
		<pubDate>Fri, 27 Jul 2007 09:48:56 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/hiring-link-builders.html</guid>
		<description><![CDATA[As most of you probably know, link building is a time consuming activity and manually requesting links can be the most boring SEO activity. Although this requesting needs to be done to get a good link basis, most of the time it is just too expensive to do it yourself. So when do you hire [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you probably know, link building is a time consuming activity and manually requesting links can be the most boring SEO activity. Although this requesting needs to be done to get a good link basis, most of the time it is just too expensive to do it yourself. So when do you hire someone and who do you hire for which job? In this article I will give my opinion and hopefully you will all comment to give me your thoughts.</p>
<p><span id="more-96"></span></p>
<p><strong>Link acquisition methods</strong><br />In linkbuilding we distinguish between three basic ways how new links are acquired.</p>
<ul>
<li><strong>Script driven links</strong><br />These links are generated by scripts. Sites like Google scour the web and generate links. But also RSS feeds that are syndicated and other scripts generate links.</li>
<li><strong>Requested links</strong><br />These links are requested or submitted by the website owner or someone directly associated to him. It requires a manual or automated action to get the links.</li>
<li><strong>Human driven links</strong><br />These links are placed by people without the request of the webmaster. Just because they like the site or because it is very relevant for the content on their website.</li>
</ul>
<p><strong>Manually requested links</strong><br />There are many link opportunities that require some kind of action on your part to get the link. For instance to get listed in directories, you can make use of automated directory submission services, but quality directories are still human edited. Your success rates will dramatically drop when you request all links with the same message.</p>
<p>A link request should be a personal message to the human editor and that is hard to automate. Not only directory submissions, but every link that requires a request needs to be as personal as possible. Even paid links need to be requested and a personal bond can make it cheaper.</p>
<p><strong>Request administration</strong><br />First create a list of every place where you would like to get a link. Once a list of possible link partners has been made, check which links are requestable. Human driven links can be gotten with just marketing and promotion, but once you have relevant content, you can also request the link. Script driven links are maintained automatically, but sometimes submitting for instance your RSS feed is required to get listed. It can at least speed up the process. You can use <a href="http://www.vdgraaf.info/link-building-software.html">link administration software</a> to help you categorize the links.</p>
<p><strong>When do you automate, outsource or do your own link requests?</strong><br />For every requestable link, find out what content is the most suitable for that site. Plan the creation of new content/linkbait for some of those links. See if that linkable content can be created through automation, requires normal written text or requires your expertise.</p>
<p>Then categorize the request process itself between automated, manual outsource and manual do-it-yourself. Don&#8217;t look just at the technical possibilities, but also look at the value of that link for your ranking, should it be placed. Use the <a href="http://www.vdgraaf.info/rat-link-value-checklist.html">RAT checklist</a> to help determine its value. Also look at the quality of outsourced link builders. I use both cheap labour for easy links, experts for more difficult links and myself for the hardest links.</p>
<p><strong>Making it easy for cheap labour</strong><br />Marketing expertise is a trade you won&#8217;t find in cheap labour and a link request consists mainly of marketing. You have to model the link request process so that the email contact is just a tiny part of it all and the email contact can be outsourced to cheap labour. This can be done by:</p>
<ul>
<li>creating specific linkable content for every group of linkers,</li>
<li>creating exchange methods (return links, promotion, money, etc.) as reward when your content isn&#8217;t enough,</li>
<li>creating a couple of standard first messages that can be easily personalized to become unique,</li>
<li>instructing ways to research the linker and his interests and standard ways to personalize the request message to that linker,</li>
<li>instructing how to combine the right content for the right linker with the right anchor text and description and still making it unique,</li>
<li>instructing link worth and when to use exchange methods and</li>
<li>instructing how to react to certain replies.</li>
</ul>
<p>As you can see you still have to do quite some work, but your effort doesn&#8217;t need to grow with an increasing amount of requests. If the request process involves thousands of personalized emails, you can better use cheap labour than doing it yourself. And you can always outsource this link building supervision to an expert and let him prepare everything for the cheap labour.</p>
<p><strong>Hiring cheap labour</strong><br />Sending emails and following your instructions requires: language skills, internet access and supervision. The language skills required determine how cheap the work can be.</p>
<p>People from India can be used for English. They&#8217;re relatively cheap, have internet access and also have highly educated people available to do the toughest work and give local supervision. For Dutch you can use people from Surinam; The French have northern Africa; For Spanish you can use South America; And the Chinese have their own cheap labour.</p>
<p>But most of the time I need quality work and I use local people. Local people can connect better to the linker and success rates are much higher. I hire students and housewives because the work can be done from home and whenever they want. When you pay them for every successfull request, they&#8217;ll be extra motivated. The Dutch language skills are better than people from Surinam and they are more creative in persuading the linker. Most of the time they also have more feeling with the product or service they are link building for.</p>
<p><strong>Conclusion</strong></p>
<ul>
<li>Hire linkbuilders as cheap as possible, but differentiate by skills required for a certain success rate.</li>
<li>Hire separately for link bait creation and link acquisition.</li>
<li>Hire locally for harder links and find people that could understand the field they are linkbuilding for.</li>
<li>Hire experts to prepare, instruct and supervise the whole project. This is a real sub-expertise of search engine marketing and most SEO&#8217;s should stick with code and content. I do most of it myself, but that is because I&#8217;m a real cheapskate <img src='http://www.vdgraaf.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/hiring-link-builders.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server-side or client-side web analytics (part 2)</title>
		<link>http://www.vdgraaf.info/server-side-or-client-side-web-analytics-part-2.html</link>
		<comments>http://www.vdgraaf.info/server-side-or-client-side-web-analytics-part-2.html#comments</comments>
		<pubDate>Wed, 25 Jul 2007 11:49:37 +0000</pubDate>
		<dc:creator>Peter van der Graaf</dc:creator>
				<category><![CDATA[Web analytics]]></category>

		<guid isPermaLink="false">http://www.vdgraaf.info/server-side-or-client-side-web-analytics-part-2.html</guid>
		<description><![CDATA[What most people don&#8217;t know is that client-side scripting doesn&#8217;t normally allow for any recording of data. Javascript can&#8217;t write data to a file and that is why it needs a way to transfer the data to a server-side script that records it to a database or log file. So web analytics is in absolute [...]]]></description>
			<content:encoded><![CDATA[<p>What most people don&#8217;t know is that client-side scripting doesn&#8217;t normally allow for any recording of data. Javascript can&#8217;t write data to a file and that is why it needs a way to transfer the data to a server-side script that records it to a database or log file. So web analytics is in absolute sense always server-side.</p>
<p>In this part of the article I will explain how you get server-side information into client-side statistics and vice versa.</p>
<p><span id="more-103"></span></p>
<ul>
<li><a href="http://www.vdgraaf.info/server-side-or-client-side-web-analytics-part-1.html">Part 1: What is the difference between server-side and client-side</a></li>
<li>Part 2: How to combine server- and client-side webanalytics (this article)</li>
</ul>
<h3>Part 2: How to combine server- and client-side webanalytics</h3>
<p><strong>Google Analytics</strong><br />For an explanation how client-side web analytics works, I will use the most common one &#8220;Google Analytics&#8221; as an example. Tools like Google Analytics work with a Javascript that requests an image. The image request is interpreted by a server-side script that creates the log files (and it always returns the same image to the visitor). The log files are then interpreted by a program that creates all kinds of fun statistics, for people to interpret into the visitor behavior they want to research.</p>
<p>Because the Javascript and the image are requested from Google servers with Javascript (their browser), the visitor comes in direct contact with those servers and leaves the much needed extra information that javascript cannot detect. This primarily includes visitor IP address and Google cookie. The Google cookie also links to language preferences and other data not available in other web analytics tools.</p>
<p>Because the Javascript is located on google.com that may be listed as a trusted domain in the browser, it could fall under lower safety restrictions and recieve more information. Governmental agencies sometimes have very strict Javascript settings and Google is often one of the exceptions (I just can&#8217;t imagine why).</p>
<p><strong>Communication from server-side to client-side</strong><br />PHP and Javascript have several common grounds where they can exchange data.</p>
<ul>
<li>Javascript and PHP can both read and write the same cookies.</li>
<li>Javascript and PHP can both generate and read URLs and extract GET variables.</li>
<li>Javascript and PHP can both generate and read POST variables.</li>
<li>Javascript can read and PHP can read/generate text files or XML files.</li>
<li>Javascript can be generated by PHP.</li>
</ul>
<p><strong>Server-side information in Google Analytics</strong><br />Just a few examples of server-side data that you might want in Google Analytics or other client-side web analytics programs.</p>
<ul>
<li>Your internal client ID.</li>
<li>Real e-commerce sales.</li>
<li>Files and visitors without Javascript support.</li>
</ul>
<p>So how do you get it there?</p>
<p><strong>Your internal client ID</strong><br />If someone is logged in to your system you can identify that visitor, but how do you get that data in your Analytics report? &#8230; Lets say you have a variable $strClientID. You can enter it as the Google Analytics &#8220;user defined&#8221; variable by doing the following:</p>
<p>
&lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />_uacct = &quot;UA-000000-0&quot;;<br />__utmSetVar(&#8216;&lt;?php echo $strClientID;?&gt;&#8217;);<br />&lt;/script&gt;
</p>
<p><strong>Real e-commerce sales</strong><br />When you enable e-commerce tracking in Analytics you can communicate every product and every transaction to Google.<br /><a href="http://www.vdgraaf.info/wp-content/uploads/utmtrans.txt" target="_blank">Look at this text file to see how it is done.</a></p>
<p>For more information look at<br />
<a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55528" target="_blank">http://www.google.com/support/googleanalytics/bin/answer.py?answer=55528</a></p>
<p><strong>Files and visitors without Javascript support</strong><br />Look at this post about <a href="http://www.vdgraaf.info/google-analytics-without-javascript.html">Google Analytics without Javascript</a>. This requires some PHP skill, but you can probably add your own functionality to the script I&#8217;ve made. I&#8217;ve made 20 different versions for different functionality, so I won&#8217;t bother you with all of them.</p>
<p>The only drawback is that I&#8217;d recommend using a separate profile because all visits are logged on the IP address of your hosting provider. In analytics software &#8220;Webtrends&#8221; I did the same and then you can enter the IP and data of the client provided by your own PHP script.</p>
<p><strong>Summing it up</strong><br />There are several ways to communicate server-side data to javascript and thereby to Google analytics and other client-side web analytics.</p>
<p>I&#8217;d recommend on using client-side web analytics tools and server-side support for extra data. This is the most trustworthy to get the data you need to make sound assumptions about your visitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vdgraaf.info/server-side-or-client-side-web-analytics-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
