<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>temporary test thingy</title>
	<atom:link href="http://lkoudal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lkoudal.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 22 Jul 2009 08:50:49 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lkoudal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>temporary test thingy</title>
		<link>http://lkoudal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lkoudal.wordpress.com/osd.xml" title="temporary test thingy" />
	<atom:link rel='hub' href='http://lkoudal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SEO Booster PRO v1.5 Released</title>
		<link>http://lkoudal.wordpress.com/2009/07/22/seo-booster-pro-v1-5-released/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/22/seo-booster-pro-v1-5-released/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:50:49 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/22/seo-booster-pro-v1-5-released/</guid>
		<description><![CDATA[(My Original Blog Post: http://mywordpress.com/seo-booster-pro-v1-5-released/) This post marks the release of SEO Booster PRO v1.5 As I wrote in a previous post, this update has some really cool new features: Boost title tags If this option is set, SEO Booster PRO will automatically add x of the incoming search phrases to start of your title-tag, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=53&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(My Original Blog Post: <a href="http://mywordpress.com/seo-booster-pro-v1-5-released/">http://mywordpress.com/seo-booster-pro-v1-5-released/</a>)<br />
This post marks the release of SEO Booster PRO v1.5</p>
<p>As I wrote in a <a href="http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/">previous post</a>, this update has some really cool new features:</p>
<p><strong>Boost title tags</strong></p>
<div id="attachment_506" class="wp-caption aligncenter" style="width: 310px"><a href="http://mywordpress.com/wp-content/uploads/Picture-121.png"><img class="size-medium wp-image-506" title="Boost Title Tags" src="http://mywordpress.com/wp-content/uploads/Picture-121-300x64.png" alt="Boost Title Tags" width="300" height="64" /></a><p class="wp-caption-text">Boost Title Tags</p></div>
<p>If this option is set, SEO Booster PRO will automatically add x of the incoming search phrases to start of your title-tag, which can boost your SEO ranking even more:</p>
<p>Before:</p>
<p>[html]&lt;title&gt;Make yourself into a cartoon&lt;/title&gt;[/html]</p>
<p>After:</p>
<p>[html]&lt;title&gt;Cartoon yourself &#8211; Make yourself a cartoon &#8211; Make yourself into a cartoon&lt;/title&gt;[/html]</p>
<p><strong>Flexible PHP function for dynamic output</strong><br />
A new function has now been added to SEO Booster PRO.<br />
The function is named &#8216;seoboosterpro_boostlist(), and is made very flexible to be used in a wide range of ways.</p>
<p>[php]seoboosterpro_boostlist($before, $after, $beforeeach, $aftereach, $limit)[/php]</p>
<ul>
<li>$before : What to output before the list appears (default:&#8217;&lt; ul&gt;&#8217;)</li>
<li>$after : What to output after the list appears (default:&#8221;)</li>
<li>$beforeeach : What to output before each item in the list (default: &#8216;&lt; li&gt;&lt; strong&gt;&#8217;)</li>
<li>$afterearch : What to output before each item in the list (default: &#8216;&lt; strong&gt;&#8217;)</li>
<li>$limit : Maximum number of results to display (default: 10)</li>
</ul>
<p>The function can be used to display the most popular incoming searches for a blogpost in a list before or after the actual post,</p>
<p><img class="aligncenter size-full wp-image-482" title="Top 10 incoming search phrases in a list!" src="http://mywordpress.com/wp-content/uploads/Picture-5.png" alt="Top 10 incoming search phrases in a list!" width="287" height="222" /></p>
<p>[php]if(function_exists(&#8216;seoboosterpro_boostlist&#8217;)){ seoboosterpro_boostlist(&#8216;&lt;ul&gt;&#8217;,'&lt;/ul&gt;&#8217;,'&lt;li&gt;&lt;strong&gt;&#8217;,'&lt;/strong&gt;&lt;/li&gt;&#8217;,10); }[/php]</p>
<p>or how about adding a lot of SEO value to the blogpost by displaying the most popular keywords in a h2-tag right underneath your h1 tag?</p>
<div id="attachment_481" class="wp-caption aligncenter" style="width: 483px"><img class="size-full wp-image-481" title="Dynamic h2 tag" src="http://mywordpress.com/wp-content/uploads/Picture-31.png" alt="Dynamic text in H2-tag" width="473" height="81" /><p class="wp-caption-text">Dynamic text in H2-tag</p></div>
<p>[php]if(function_exists(&#8216;seoboosterpro_boostlist&#8217;)){ seoboosterpro_boostlist(&#8216;&lt;h2&gt;&#8217;,'&lt;/h2&gt;&#8217;,&#8217; &#8216;,&#8217;,',3); }[/php]</p>
<p><strong>Speed</strong><br />
In every update there is focus on optimizing for speed, and version 1.5 is no different. Although the changes are minute, every millisecond counts over longer periods of time, and v1.5 have shaved a few milliseconds off here and there.</p>
<p><strong>Free Update</strong><br />
This update is free for everyone who have bought a license, and have been informed directly via e-mail. If you have bought a license and have not received an e-mail, please send an e-mail to admin@mywordpress.com and please remember to include proof of purchase, otherwise the e-mail will be ignored.</p>
<p><strong>The Last Update</strong><br />
This will be the last update (except for potential future bug-fixes) in the v1. -series. There are already plans for the new v2. -series, and<em><strong> the price will go up</strong></em>. If you want to get v2 a lot cheaper, buy today, and get lifetime upgrades for free!</p>
<p style="text-align:center;"><a href="http://en.wordpress.com/types-of-blogs/"><img class="aligncenter" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" alt="" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=53&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/22/seo-booster-pro-v1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-121-300x64.png" medium="image">
			<media:title type="html">Boost Title Tags</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-5.png" medium="image">
			<media:title type="html">Top 10 incoming search phrases in a list!</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-31.png" medium="image">
			<media:title type="html">Dynamic h2 tag</media:title>
		</media:content>

		<media:content url="//www.paypal.com/en_US/i/btn/x-click-but5.gif" medium="image" />
	</item>
		<item>
		<title>Problem Downloading SEO Booster Lite?</title>
		<link>http://lkoudal.wordpress.com/2009/07/21/problem-downloading-seo-booster-lite/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/21/problem-downloading-seo-booster-lite/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:17:34 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/21/problem-downloading-seo-booster-lite/</guid>
		<description><![CDATA[(My Original Blog Post: http://mywordpress.com/problem-downloading-seo-booster-lite/) I&#8217;ve gotten several reports recently about problems downloading SEO Booster Lite from the WordPress Plugin Repository here, http://wordpress.org/extend/plugins/seo-booster-lite/, so now you can download it right here: [download id="1"]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=52&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(My Original Blog Post: <a href="http://mywordpress.com/problem-downloading-seo-booster-lite/">http://mywordpress.com/problem-downloading-seo-booster-lite/</a>)<br />
I&#8217;ve gotten several reports recently about problems downloading SEO Booster Lite from the WordPress Plugin Repository here, http://wordpress.org/extend/plugins/seo-booster-lite/, so now you can download it right here:</p>
<p>[download id="1"]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=52&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/21/problem-downloading-seo-booster-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://lkoudal.wordpress.com/2009/07/21/51/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/21/51/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:17:21 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/21/51/</guid>
		<description><![CDATA[[Blog] Problem Downloading SEO Booster Lite?: I&#8217;ve gotten several reports recently about problems downloading SEO B&#8230; http://mywordpress.com/problem-downloading-seo-booster-lite/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=51&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[Blog] Problem Downloading SEO Booster Lite?: I&#8217;ve gotten several reports recently about problems downloading SEO B&#8230; <a href="http://mywordpress.com/problem-downloading-seo-booster-lite/">http://mywordpress.com/problem-downloading-seo-booster-lite/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=51&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/21/51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Get Free Content For Your Blog Automatically</title>
		<link>http://lkoudal.wordpress.com/2009/07/16/how-to-get-free-content-for-your-blog-automatically/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/16/how-to-get-free-content-for-your-blog-automatically/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:34:47 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/16/how-to-get-free-content-for-your-blog-automatically/</guid>
		<description><![CDATA[(My Original Blog Post: http://mywordpress.com/neverending-free-content-for-your-blog/) If you are working on automating your blogs, there are several ways to get content gradually added, and I will introduce you to one of them today. Having content added to your blog daily will help increase the visibility of your blog for the search engines and Article Marketing Automation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=50&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(My Original Blog Post: <a href="http://mywordpress.com/neverending-free-content-for-your-blog/">http://mywordpress.com/neverending-free-content-for-your-blog/</a>)<br />
If you are working on automating your blogs, there are several ways to get content gradually added, and I will introduce you to one of them today.</p>
<p>Having content added to your blog daily will help increase the visibility of your blog for the search engines and<a href="http://www.articlemarketingautomation.com/137061.html" target="_blank"> Article Marketing Automation</a> (aff) is an excellent tool in your arsenal.</p>
<p><a href="http://www.articlemarketingautomation.com/137061-0-1-3.html" target="_blank"><img class="alignleft" style="border:0 none;margin:3px;" src="http://www.articlemarketingautomation.com/idevaffiliate/banners/banner_200X200.jpg" border="0" alt="" width="200" height="200" /></a>The system caters to two profiles, publishers and blog-owners. As a blow-owner you can add as many sites as you want, and let them automatically send you articles to whatever niche(s) you desire.</p>
<p>As a publisher, you can use the network to publish your articles, where they provide a very easy way to have your articles rewritten, so instead of publishing one article, you are publishing hundred different versions of the article to the entire network.</p>
<p>As a blog-owner, the benefit is that you get content free of charge, and the content will be rewritten so as not to punish your rankings with duplicate content.</p>
<p>To set it up, you need to make sure your WordPress blog allows publishing via the XML-RPC protocol, which is turned off by default in the latest versions of WordPress.</p>
<div id="attachment_490" class="wp-caption aligncenter" style="width: 589px"><img class="size-full wp-image-490" title="Enable XML-RPC Publishing" src="http://mywordpress.com/wp-content/uploads/Picture-7.png" alt="Enable XML-RPC Publishing" width="579" height="181" /><p class="wp-caption-text">Enable XML-RPC Publishing</p></div>
<p>You should also create another user profile on your WordPress blog, with the status of &#8216;Author&#8217;. This level is required to automatically publish the posts on your blog, but it does not have the level of Admin to create serious damage, in case the login should be lifted. (Do not used something like articles/articles as username/password, be a little bit more creative! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Consider creating the necessary categories for your blog, it&#8217;s nicer to have the posts categorized properly, as you will be leaving the blog alone.</p>
<p>With about 5 minutes of work, you can set up a self-running blog, give <a href="http://www.articlemarketingautomation.com/137061.html" target="_blank">Article Marketing Automation</a> (aff) a try today! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=50&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/16/how-to-get-free-content-for-your-blog-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>

		<media:content url="http://www.articlemarketingautomation.com/idevaffiliate/banners/banner_200X200.jpg" medium="image" />

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-7.png" medium="image">
			<media:title type="html">Enable XML-RPC Publishing</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://lkoudal.wordpress.com/2009/07/16/49/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/16/49/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:33:12 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/16/49/</guid>
		<description><![CDATA[[Blog] How To Get Free Content For Your Blog Automatically: If you are working on automating your blogs, there are &#8230; http://mywordpress.com/neverending-free-content-for-your-blog/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=49&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[Blog] How To Get Free Content For Your Blog Automatically: If you are working on automating your blogs, there are &#8230; <a href="http://mywordpress.com/neverending-free-content-for-your-blog/">http://mywordpress.com/neverending-free-content-for-your-blog/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=49&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/16/49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://lkoudal.wordpress.com/2009/07/14/48/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/14/48/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:08:40 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/14/48/</guid>
		<description><![CDATA[[Blog] Upcoming SEO Booster PRO 1.5 Update: Version 1.5 of SEO Booster PRO is currently being tested by external be&#8230; http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=48&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[Blog] Upcoming SEO Booster PRO 1.5 Update: Version 1.5 of SEO Booster PRO is currently being tested by external be&#8230; <a href="http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/">http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=48&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/14/48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
		<item>
		<title>Upcoming SEO Booster PRO 1.5 Update</title>
		<link>http://lkoudal.wordpress.com/2009/07/14/upcoming-seo-booster-pro-1-5-update/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/14/upcoming-seo-booster-pro-1-5-update/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:08:20 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/14/upcoming-seo-booster-pro-1-5-update/</guid>
		<description><![CDATA[(My Original Blog Post: http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/) Version 1.5 of SEO Booster PRO is currently being tested by external beta-testers. The version covers four new things: 1. Optional boosting in the title-tag. By activating a setting in the settings-page, SEO Booster PRO can display the most popular keyword(s) in the title tag. Before: Make yourself into a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=47&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(My Original Blog Post: <a href="http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/">http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/</a>)<br />
Version 1.5 of <a href="http://mywordpress.com/plugins/seo-booster-pro/" target="_blank">SEO Booster PRO </a>is currently being tested by external beta-testers.</p>
<p>The version covers four new things:</p>
<p><strong>1. Optional boosting in the title-tag.</strong></p>
<p>By activating a setting in the settings-page, SEO Booster PRO can display the most popular keyword(s) in the title tag.<br />
Before:</p>
<pre>Make yourself into a cartoon</pre>
<p>After:</p>
<pre>Cartoon yourself - Make yourself a cartoon - Make yourself into a cartoon</pre>
<p>The two keywords, &#8220;cartoon yourself&#8221; and &#8220;make yourself a cartoon&#8221; are the most popular keywords. The keywords are dynamic, so whenever a keyword has become more popular, the order is changed.</p>
<p><strong>2. Speed-update.</strong><br />
The ignore list is used to exclude queries from being displayed, but the queries were still being researched for rankings. This has now been fixed.</p>
<p><strong>3. Instant keyword action.</strong><br />
The PRO version has always only displayed keywords after having researched and verified the rankings of individual keywords/phrases. This has now changed. If the limit of keywords to be displayed is 10 (default), and only 6 keywords are to be displayed based on the rankings of the keyword, and the settings set in the settings page, SEO Booster PRO, will pick the 4 most popular keywords not yet researched by the number of visits, and display along with the other 6.</p>
<p><strong>4. Use the new php-function to super-boost!</strong><br />
A new function has now been added to SEO Booster PRO.<br />
The function is named &#8216;seoboosterpro_boostlist(), and is made very flexible to be used in a wide range of ways.</p>
<pre> seoboosterpro_boostlist($before, $after, $beforeeach, $aftereach, $limit)</pre>
<ul>
<li>$before : What to output before the list appears (default:&#8217;&lt; ul&gt;&#8217;)</li>
<li>$after : What to output after the list appears (default:&#8221;)</li>
<li>$beforeeach : What to output before each item in the list (default: &#8216;&lt; li&gt;&lt; strong&gt;&#8217;)</li>
<li>$afterearch : What to output before each item in the list (default: &#8216;&lt; strong&gt;&#8217;)</li>
<li>$limit : Maximum number of results to display (default: 10)</li>
</ul>
<p>The function can be used to display the most popular incoming searches for a blogpost in a list before or after the actual post,</p>
<p><img class="aligncenter size-full wp-image-482" title="Top 10 incoming search phrases in a list!" src="http://mywordpress.com/wp-content/uploads/Picture-5.png" alt="Top 10 incoming search phrases in a list!" width="287" height="222" /></p>
<p>or how about adding a lot of SEO value to the blogpost by displaying the most popular keywords in a h2-tag right underneath your h1 tag?</p>
<div id="attachment_481" class="wp-caption aligncenter" style="width: 483px"><img class="size-full wp-image-481" title="Dynamic h2 tag" src="http://mywordpress.com/wp-content/uploads/Picture-31.png" alt="Dynamic text in H2-tag" width="473" height="81" /><p class="wp-caption-text">Dynamic text in H2-tag</p></div>
<p>When the plugin comes out of beta, the price will go up for the plugin, but not for existing customers!</p>
<p><em><strong>All customers get lifetime upgrades for free!</strong></em></p>
<p>So, buy now, and get the update for free before the price goes up!</p>
<p style="text-align:center;"><a href="http://en.wordpress.com/types-of-blogs/"><img class="aligncenter" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" alt="" /></a></p>
<p>Read more about the plugin here:<br />
<a href="http://mywordpress.com/buyproducts/buyseoboosterpro.php" target="_blank">Buy SEO Booster PRO &#8211; WordPress Plugin!</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=47&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/14/upcoming-seo-booster-pro-1-5-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-5.png" medium="image">
			<media:title type="html">Top 10 incoming search phrases in a list!</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/Picture-31.png" medium="image">
			<media:title type="html">Dynamic h2 tag</media:title>
		</media:content>

		<media:content url="//www.paypal.com/en_US/i/btn/x-click-but5.gif" medium="image" />
	</item>
		<item>
		<title></title>
		<link>http://lkoudal.wordpress.com/2009/07/06/46/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/06/46/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:15:00 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/06/46/</guid>
		<description><![CDATA[[Blog] New WordPress Plugin &#8211; mySEOStatus is released!: This blogpost marks the release of the WordPress Plugin &#8211; m&#8230; http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=46&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[Blog] New WordPress Plugin &#8211; mySEOStatus is released!: This blogpost marks the release of the WordPress Plugin &#8211; m&#8230; <a href="http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/">http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=46&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/06/46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
		<item>
		<title>New WordPress Plugin &#8211; mySEOStatus is released!</title>
		<link>http://lkoudal.wordpress.com/2009/07/06/new-wordpress-plugin-myseostatus-is-released/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/06/new-wordpress-plugin-myseostatus-is-released/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:14:11 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/06/new-wordpress-plugin-myseostatus-is-released/</guid>
		<description><![CDATA[(My Original Blog Post: http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/) This blogpost marks the release of the WordPress Plugin &#8211; mySEOStatus. This WordPress Plugin checks how many pages your blog has indexed in Google, Yahoo, Altavista and Bing.com EVERY day, AUTOMATICALLY! Track how many pages link to you from Google, Yahoo and Altavista. Export all data to a .csv file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=45&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(My Original Blog Post: <a href="http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/">http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/</a>)<br />
<img class="aligncenter size-full wp-image-470" title="WordPress Plugin - mySEOStatus" src="http://mywordpress.com/wp-content/uploads/myseostatus-large.jpg" alt="WordPress Plugin - mySEOStatus" width="600" height="420" /></p>
<p>This blogpost marks the release of the WordPress Plugin &#8211; mySEOStatus.</p>
<p>This WordPress Plugin checks how many pages your blog has indexed in Google, Yahoo, Altavista and Bing.com EVERY day, AUTOMATICALLY!</p>
<p>Track how many pages link to you from Google, Yahoo and Altavista.</p>
<p>Export all data to a .csv file for further manipulation!</p>
<p>Go take a look at the <a href="http://mywordpress.com/plugins/myseostatus/" target="_blank">plugin homepage</a>, <a href="http://mywordpress.com/plugins/myseostatus/documentation/" target="_blank">the video documentation</a> or buy now!</p>
<p>    <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=45&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/06/new-wordpress-plugin-myseostatus-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>

		<media:content url="http://mywordpress.com/wp-content/uploads/myseostatus-large.jpg" medium="image">
			<media:title type="html">WordPress Plugin - mySEOStatus</media:title>
		</media:content>

		<media:content url="//www.paypal.com/en_US/i/scr/pixel.gif" medium="image" />
	</item>
		<item>
		<title></title>
		<link>http://lkoudal.wordpress.com/2009/07/05/44/</link>
		<comments>http://lkoudal.wordpress.com/2009/07/05/44/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:30:39 +0000</pubDate>
		<dc:creator>lkoudal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lkoudal.wordpress.com/2009/07/05/44/</guid>
		<description><![CDATA[[Blog] External SEO Booster Lite Benchmark: Milan Petrovic from dev4press.com is undertaking benchmarking different&#8230; http://mywordpress.com/external-seo-booster-lite-benchmark/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=44&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[Blog] External SEO Booster Lite Benchmark: Milan Petrovic from dev4press.com is undertaking benchmarking different&#8230; <a href="http://mywordpress.com/external-seo-booster-lite-benchmark/">http://mywordpress.com/external-seo-booster-lite-benchmark/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lkoudal.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lkoudal.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lkoudal.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lkoudal.wordpress.com&amp;blog=118232&amp;post=44&amp;subd=lkoudal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lkoudal.wordpress.com/2009/07/05/44/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkoudal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
