<?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>Land of Guru</title>
	<atom:link href="http://landofguru.com/feed" rel="self" type="application/rss+xml" />
	<link>http://landofguru.com</link>
	<description>Keepers of Information</description>
	<lastBuildDate>Fri, 04 Jun 2010 00:54:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why don&#8217;t you customize your 404 error page?</title>
		<link>http://landofguru.com/why-dont-you-customize-your-404-error-page</link>
		<comments>http://landofguru.com/why-dont-you-customize-your-404-error-page#comments</comments>
		<pubDate>Tue, 02 Mar 2010 02:49:39 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[broken links]]></category>

		<guid isPermaLink="false">http://landofguru.com/?p=202</guid>
		<description><![CDATA[// 
Yesterday my world was rocked. Another marketer and I were discussing optimization, and the topic came to 404 error pages. My blank stare produced a chuckle from, then a serious dialog. I don&#8217;t know what he though was so funny. Tragically, I have been completely ignoring this page on every one of my sites, [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin: 5px 5px 5px 5px"><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5326869530181728"; /* 200x200, created 9/23/09 */ google_ad_slot = "7764944036"; google_ad_width = 200; google_ad_height = 200;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>Yesterday my world was rocked. Another marketer and I were discussing optimization, and the topic came to 404 error pages. My blank stare produced a chuckle from, then a serious dialog. I don&#8217;t know what he though was so funny. Tragically, I have been completely ignoring this page on every one of my sites, and knew how much this oversight was costing me. A quick search produced a few case studies revealing 10-20% increase in sales as result of optimized 404 error pages. If I could kick my own butt, it would be sporting a big footprint, size 12. </p>
<p>I spent several hours that day seeking a viable solution to the problem. So many people only focus on optimize landing pages. They tinker with the color of buttons, add audio or video, and change images to help convert traffic. A quick google search revealed some great articles, and free code to make drastic improvements to the typical 404 error page.</p>
<p>How many times does a visitor click on a broken link? When that happens, what do they see? A white page with some text telling them the page is missing? Until yesterday thats where my broken links went to die, along with any sale I had hoped for from that customer. </p>
<p>The first 404 error page I completed was for this blog. Among the many blogs I reviewed, many similarities emerged on how their 404 page was set up. With doing further research, one can assume that these methods must be somewhat effective. If a blog with over 1000 visitors does it, maybe I should try it out.</p>
<p>The first item every 404 error page contained was a message. Any mixture of words to let the customer know the link is broken. Here are some messages I liked:</p>
<p>&#8220;File Not Found. Click Here if You Don&#8217;t Know What Else to Do&#8221;<br />
&#8220;This Page has disappeared like a surplus in Washington.&#8221;<br />
&#8220;OMG You Broke Teh Interwebs!&#8221;<br />
&#8220;Holy 404 Error, Batman!&#8221;</p>
<p>Next, an image or video is used to help emphasize the message. These ranged from animals, to people, to cartoons and funny videos of lost people. The media also helped to funnel people into the third part of the 404 error page tri-fecta.</p>
<p>Providing the visitor with an alternate page or content is vital. If they are not told where they should go, they may just leave. Suggesting other related pages, blog posts, or content is easy to do. For my blog, I decided to provide a list of my most popular blog posts. My search for some easy code to display my popular blog posts to my 404 error page yielded this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&lt;h2&gt;Popular Posts&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php $result = $wpdb-&gt;get_results(&quot;SELECT comment_count,ID,post_title FROM $wpdb-&gt;posts ORDER BY comment_count DESC LIMIT 0 , 5&quot;);<br />
foreach ($result as $post) {<br />
setup_postdata($post);<br />
$postid = $post-&gt;ID;<br />
$title = $post-&gt;post_title;<br />
$commentcount = $post-&gt;comment_count;<br />
if ($commentcount != 0) { ?&gt;<br />
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_permalink($postid); ?&gt;&quot; title=&quot;&lt;?php echo $title ?&gt;&quot;&gt;<br />
&lt;?php echo $title ?&gt;&lt;/a&gt; {&lt;?php echo $commentcount ?&gt;}&lt;/li&gt;<br />
&lt;?php } } ?&gt;&lt;/ul&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>This code will display you top 5 blog posts by highest comment count. If you would like to see my current 404 error page for this blog, <a href="http://www.landofguru.com/404">click here</a>. Warning, it is funny!</p>
]]></content:encoded>
			<wfw:commentRss>http://landofguru.com/why-dont-you-customize-your-404-error-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do Clickbank Products Go To Heaven?</title>
		<link>http://landofguru.com/do-clickbank-products-go-to-heaven</link>
		<comments>http://landofguru.com/do-clickbank-products-go-to-heaven#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:39:04 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Clickbank]]></category>

		<guid isPermaLink="false">http://landofguru.com/?p=210</guid>
		<description><![CDATA[// 
Browsing through clickbank today, I decided to see just how many vendors have cobwebs in their shopping carts. If you are familiar with Clickbank, one of the most important ratings of a product offering is a number called gravity. This number represents how many affiliates have made atleast one sale of that product within the [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin: 5px 5px 5px 5px"><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5326869530181728"; /* 200x200, created 9/23/09 */ google_ad_slot = "7764944036"; google_ad_width = 200; google_ad_height = 200;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>Browsing through clickbank today, I decided to see just how many vendors have cobwebs in their shopping carts. If you are familiar with Clickbank, one of the most important ratings of a product offering is a number called gravity. This number represents how many affiliates have made atleast one sale of that product within the last 8 weeks. If there were 100 sales in the past two months from 18 unique affiliates, the gravity for the product is 18. Products in the highest tier (100+ rating) usually show up on the very first page. It is assumed that the higher the gravity, the better the product is, increasing your chances of making money promoting it.</p>
<p>But how many products have grown stale or never taken off? I took a quick look at the category &#8220;Home and Family&#8221; which has 1880 different products in the Clickbank database. Here are the results:</p>
<ul>
<li>697 products have a zero gravity rating(37.1%)</li>
<li>1062 rated from .01 to 9.9 gravity(56.4%)</li>
<li>82 rated from 10-29 gravity(4.4%)</li>
<li>30 rated from 30-99 gravity(1.6%)</li>
<li>9 rated from 100 to 577 gravity(0.5%)</li>
</ul>
<p>What do all these numbers mean? First, if you are promoting a product on Clickbank, it would do you good to research both your niche and your product. There are many opinions on where you should draw the line in selecting your Clickbank product. I have been told to only choose products with a gravity of over 100. But I also know &#8220;guru&#8217;s&#8221; who suggest anything over a gravity rating of 20 is a successful product. With many things in Internet Marketing, the best advise I can give you is to test several offers in each niche and discover what works best for you. Maybe a low gravity product is really just an undiscovered gem. Or maybe the sales page really does suck at converting. Take you hints from the crowds, but check everything out yourself and test the heck out of them.</p>
<p>So what do you think? Do Clickbank Products go to heaven? Over 90% of them are either dead or on life support!</p>
]]></content:encoded>
			<wfw:commentRss>http://landofguru.com/do-clickbank-products-go-to-heaven/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Top 5 Reasons You Don&#8217;t Make Money Online</title>
		<link>http://landofguru.com/the-top-reasons-you-dont-make-money-onlin</link>
		<comments>http://landofguru.com/the-top-reasons-you-dont-make-money-onlin#comments</comments>
		<pubDate>Tue, 09 Feb 2010 21:01:13 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Make Money Online]]></category>

		<guid isPermaLink="false">http://landofguru.com/?p=230</guid>
		<description><![CDATA[If you had to put together a top five list for things that kept you from making money online, what would be on it? I actually wrote down six things, and here they are: 
#6 &#8211; Blogging. I use to blog several times a day. Blogging is not evil, but it was keeping me from [...]]]></description>
			<content:encoded><![CDATA[<p>If you had to put together a top five list for things that kept you from making money online, what would be on it? I actually wrote down six things, and here they are: </p>
<p>#6 &#8211; Blogging. I use to blog several times a day. Blogging is not evil, but it was keeping me from working at things that made me actually money. I now only blog a couple times a week, is more of a journal. I try to avoid sounding commercial or heavily promoting anything. </p>
<p>#5 &#8211; Forums. Again, I use to visit a handful of forums multiple times each day. Great resources when used in moderation. But be careful as they can consume hours of your day without leaving any money in your pocket.</p>
<p>#4 &#8211; Social Sites. Arg, the time wasted looking through tweets, Facebook posts, and Myspace pages. If I had spent that same time on my sites, I&#8217;d probably be relaxing on a beach somewhere.</p>
<p>#3 &#8211; Email. I use Outlook, and had it set to download new mail every 5 minutes. I found myself checking it and reading new mail every time it came. Hours and hours wasted on email. I have now check my email twice each day, if that. Once at lunch, and once about one hour before I stop working for the day.</p>
<p>#2 &#8211; Environment &#8211; It took me a while to realize that what I allowed to surround me and my desk was keeping me from working efficiently. I usually had a TV on while I worked. Gone. Then I moved the desk to a room with a door. I bought a more comfortable chair, a bigger monitor, and a wireless mouse.</p>
<p>#1 &#8211; Myself &#8211; I am lazy, and it took a long time for me to realize there is no such thing as overnight success(or Get Rich Quick). It takes alot of time and effort to make money online. It is still the easiest job in the world, but you don&#8217;t get compensated unless you TAKE ACTION!</p>
]]></content:encoded>
			<wfw:commentRss>http://landofguru.com/the-top-reasons-you-dont-make-money-onlin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
