<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SEO Your Wordpress Blog</title>
	<atom:link href="http://www.yellow-llama.com/seo-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-llama.com/seo-your-wordpress-blog/</link>
	<description>WordPress Consultants</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:35:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doug</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-570</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 04 Nov 2005 14:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-570</guid>
		<description>Nice tut, fellow South African. funky wordpress layout.</description>
		<content:encoded><![CDATA[<p>Nice tut, fellow South African. funky wordpress layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-493</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Sat, 22 Oct 2005 15:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-493</guid>
		<description>Thanks Mark
I tried the code as above ...but am still getting Parse error line 65
ie
$description = ‘Hotdogs rock my world… Yum’;

Can you please send me your head-meta-desc.php file

Thanks again for your help</description>
		<content:encoded><![CDATA[<p>Thanks Mark<br />
I tried the code as above &#8230;but am still getting Parse error line 65<br />
ie<br />
$description = ‘Hotdogs rock my world… Yum’;</p>
<p>Can you please send me your head-meta-desc.php file</p>
<p>Thanks again for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkB</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-473</link>
		<dc:creator>MarkB</dc:creator>
		<pubDate>Thu, 20 Oct 2005 08:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-473</guid>
		<description>Sameer...

In the actual .php file that you put into your plug-ins folder: head-meta-desc.php...

Right at the bottom of the code, insert the code so it looks as follows:

} else {
	$description = get_bloginfo(&#039;description&#039;);
}
	if ( strlen( trim( $description ) ) == 0 ) {
	$description = &#039;Hotdogs rock my world... Yum&#039;;
}

echo &quot;\n&quot;;
}

add_action(&#039;wp_head&#039;, &#039;head_meta_desc&#039;);
?&gt;

I&#039;ve added you as a MSN contact on your hotmail address if you want some more help.</description>
		<content:encoded><![CDATA[<p>Sameer&#8230;</p>
<p>In the actual .php file that you put into your plug-ins folder: head-meta-desc.php&#8230;</p>
<p>Right at the bottom of the code, insert the code so it looks as follows:</p>
<p>} else {<br />
	$description = get_bloginfo(&#8216;description&#8217;);<br />
}<br />
	if ( strlen( trim( $description ) ) == 0 ) {<br />
	$description = &#8216;Hotdogs rock my world&#8230; Yum&#8217;;<br />
}</p>
<p>echo &#8220;\n&#8221;;<br />
}</p>
<p>add_action(&#8216;wp_head&#8217;, &#8216;head_meta_desc&#8217;);<br />
?&gt;</p>
<p>I&#8217;ve added you as a MSN contact on your hotmail address if you want some more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-472</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Thu, 20 Oct 2005 08:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-472</guid>
		<description>Hello ! Thank you so much for your article.
I am having trouble to add the tweak for Headmeta desc.
In the head-meta-desc.php :
Where to add the following codes? :

if ( strlen( trim( $description )) == 0 ) {

$description = ‘Hotdogs rock my world… Yum’;

}

I am getting Parsing error each time.

Thanks again
sameer</description>
		<content:encoded><![CDATA[<p>Hello ! Thank you so much for your article.<br />
I am having trouble to add the tweak for Headmeta desc.<br />
In the head-meta-desc.php :<br />
Where to add the following codes? :</p>
<p>if ( strlen( trim( $description )) == 0 ) {</p>
<p>$description = ‘Hotdogs rock my world… Yum’;</p>
<p>}</p>
<p>I am getting Parsing error each time.</p>
<p>Thanks again<br />
sameer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-450</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 12 Oct 2005 12:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-450</guid>
		<description>Thanks for this article VERY essential for all Wordpresse users. I was definitively looking for this information !</description>
		<content:encoded><![CDATA[<p>Thanks for this article VERY essential for all Wordpresse users. I was definitively looking for this information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkB</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-404</link>
		<dc:creator>MarkB</dc:creator>
		<pubDate>Mon, 26 Sep 2005 08:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-404</guid>
		<description>Nice comments Karl :)

Thanks for your input.</description>
		<content:encoded><![CDATA[<p>Nice comments Karl :)</p>
<p>Thanks for your input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-402</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 25 Sep 2005 01:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-402</guid>
		<description>nice post...

A few comment I&#039;d like to make:

Use lots of variations of your keywords / phrases in your content ie:

juicy hotdogs with mustard and sauce

mustard and sauce with juicy hotdogs

hotdogs, juicy with sauce and mustard

Don&#039;t dilute your title with your company name if it doesn&#039;t have your keywords in it

Don&#039;t use keywords in your meta text that aren&#039;t in your content

Use your keywords for you image alt text

Use keywords in italics as well as bold

Place your keywords right at the bottom of your page as well as the top

Use a sitemap to index all your pages - you can use the Google Sitemap Generator</description>
		<content:encoded><![CDATA[<p>nice post&#8230;</p>
<p>A few comment I&#8217;d like to make:</p>
<p>Use lots of variations of your keywords / phrases in your content ie:</p>
<p>juicy hotdogs with mustard and sauce</p>
<p>mustard and sauce with juicy hotdogs</p>
<p>hotdogs, juicy with sauce and mustard</p>
<p>Don&#8217;t dilute your title with your company name if it doesn&#8217;t have your keywords in it</p>
<p>Don&#8217;t use keywords in your meta text that aren&#8217;t in your content</p>
<p>Use your keywords for you image alt text</p>
<p>Use keywords in italics as well as bold</p>
<p>Place your keywords right at the bottom of your page as well as the top</p>
<p>Use a sitemap to index all your pages &#8211; you can use the Google Sitemap Generator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shriram</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-364</link>
		<dc:creator>Shriram</dc:creator>
		<pubDate>Thu, 08 Sep 2005 08:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-364</guid>
		<description>A well written article Mark. 
It sure has made me think about tweaking my site a bit. Thanks :)</description>
		<content:encoded><![CDATA[<p>A well written article Mark.<br />
It sure has made me think about tweaking my site a bit. Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkB</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-257</link>
		<dc:creator>MarkB</dc:creator>
		<pubDate>Fri, 19 Aug 2005 05:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-257</guid>
		<description>Thanks Lorelle! A number of very valid points there... Yeah, frames are bad news for SEO...

I&#039;m busy with another article now thats along the lines of Site Layout VS SEO Viability... Couple of nice techniques (especially if you have a nav (especially &lt;a href=&quot;http://www.puertorico.com&quot; rel=&quot;nofollow&quot;&gt;drop downs&lt;/a&gt;) at the top of your page) to layout your site in a SEO Friendly way...

Great comment Lorelle, Thanks..</description>
		<content:encoded><![CDATA[<p>Thanks Lorelle! A number of very valid points there&#8230; Yeah, frames are bad news for SEO&#8230;</p>
<p>I&#8217;m busy with another article now thats along the lines of Site Layout VS SEO Viability&#8230; Couple of nice techniques (especially if you have a nav (especially <a href="http://www.puertorico.com" rel="nofollow">drop downs</a>) at the top of your page) to layout your site in a SEO Friendly way&#8230;</p>
<p>Great comment Lorelle, Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle</title>
		<link>http://www.yellow-llama.com/seo-your-wordpress-blog/comment-page-1/#comment-254</link>
		<dc:creator>Lorelle</dc:creator>
		<pubDate>Thu, 18 Aug 2005 20:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-llama.com/2005/seo-your-wordpress-blog/#comment-254</guid>
		<description>This is a great basic overview. There are a few other things that should be considered like making your site as search engine friendly as possible. Some WordPress Themes feature content in iframes - bad SERP stuff.

Keep the most critical content for search engines at the TOP of your site&#039;s code. WordPress does that with the Classic and Default Themes, and most Themes based upon them, by having the order of content within the source code be header, content, sidebar, footer, but I&#039;m seeing a lot of Themes that are changing the order to header, sidebar, content, footer, which pushes your keyword content down lower. Many search engines don&#039;t scan the entire page but only the first third or so to add to their database. The further your content is from the top, the less likely they are to grab the content.

Help search engines crawl through the pages on your site with good navigation links and frequent links within the content to other posts within your site. The easier you make it for search engine to move from page to page within your site, the faster they can gather the information. WordPress makes it easy, but intrasite links and good navigation links helps.

Link popularity has been replaced with trackbacks and pings for the most part, so make sure those are in fine working order.  And be sure and make your site worth of being linked to so you encourage links, which does help with SERP.

Feeds are becoming more and more important, and while WordPress has great feed capabilities, make sure your feeds validate and enhance your feed-ability by making sure that the various feed types are visible on your page or can be found by feed readers.

There are several sites on the net that will show you what a search engine really &quot;sees&quot; when they scan your site and those links would be a nice addition to your article.

There is also a lot of great info in the WordPress Codex in the article on &lt;a href=&quot;http://codex.wordpress.org/Search_Engine_Optimization_for_Wordpress&quot; rel=&quot;nofollow&quot;&gt;Search Engine Optimization for WordPress&lt;/a&gt;.

Great work. Spread the word - WordPress is great for SEO, but a few tweaks always helps!</description>
		<content:encoded><![CDATA[<p>This is a great basic overview. There are a few other things that should be considered like making your site as search engine friendly as possible. Some WordPress Themes feature content in iframes &#8211; bad SERP stuff.</p>
<p>Keep the most critical content for search engines at the TOP of your site&#8217;s code. WordPress does that with the Classic and Default Themes, and most Themes based upon them, by having the order of content within the source code be header, content, sidebar, footer, but I&#8217;m seeing a lot of Themes that are changing the order to header, sidebar, content, footer, which pushes your keyword content down lower. Many search engines don&#8217;t scan the entire page but only the first third or so to add to their database. The further your content is from the top, the less likely they are to grab the content.</p>
<p>Help search engines crawl through the pages on your site with good navigation links and frequent links within the content to other posts within your site. The easier you make it for search engine to move from page to page within your site, the faster they can gather the information. WordPress makes it easy, but intrasite links and good navigation links helps.</p>
<p>Link popularity has been replaced with trackbacks and pings for the most part, so make sure those are in fine working order.  And be sure and make your site worth of being linked to so you encourage links, which does help with SERP.</p>
<p>Feeds are becoming more and more important, and while WordPress has great feed capabilities, make sure your feeds validate and enhance your feed-ability by making sure that the various feed types are visible on your page or can be found by feed readers.</p>
<p>There are several sites on the net that will show you what a search engine really &#8220;sees&#8221; when they scan your site and those links would be a nice addition to your article.</p>
<p>There is also a lot of great info in the WordPress Codex in the article on <a href="http://codex.wordpress.org/Search_Engine_Optimization_for_Wordpress" rel="nofollow">Search Engine Optimization for WordPress</a>.</p>
<p>Great work. Spread the word &#8211; WordPress is great for SEO, but a few tweaks always helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
